curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 5500,
"customerCellphone": "3202389632",
"productId": 10003116
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "108fac67-b0a8-4975-9352-ca3072ff1915",
"requestFeedback": true
},
"_channel": "web"
}