curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 1000,
"customerCellphone": "3201258962",
"productId": 201000,
"reference": "1231232332"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "4038ea0a-7aaa-4cd4-9078-24b832662aa4",
"requestFeedback": true
},
"_channel": "web"
}