curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount":10.00,
"customerOrder": "2369878965",
"productId": 10003303
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "aea895cc-bbc3-46dc-a058-809bc700393a",
"requestFeedback": true
},
"_channel": "web"
}