curl --location --request POST '/api/v1/transactions/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"customerOrder":"987987987",
"productId": 10003022
}
}'{
"errorMessage": "Descripción del error",
"path": "/api/v1/som/path",
"date": 123123123,
"errorCode": "undefined.error"
}