curl --location --request POST '/api/v1/transactions/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10087389,
"amount": "10000",
"amountTotalCharge": 10000,
"customerDocumentType": "1",
"customerDocument": "3242342",
"customerPhone": "3221234567",
"otpCode": "123456"
}
}'{}