curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": "50.00",
"concept": "GRACIA CUZME DENIS MARIBEL",
"customerCode": "1234567890",
"otp": "1234",
"productId": 10048871
}
}'{
"errorMessage": "Descripción del error",
"path": "/api/v1/som/path",
"date": 123123123,
"errorCode": "undefined.error"
}