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