curl --location --request POST '/api/v1/transactions/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data":{
"customerCellphone": "0960799906",
"customerOrder": "23234234",
"productId": 10003079
}
}'{}