curl --location --request POST '/api/v1/transactions/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": "50.00",
"customerCode": "1234567890",
"productId": 10048871
}
}'{}