curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 19500,
"customerCellphone": "3208978963",
"customerEmail": "jhonureta@gmail.com",
"productId": 109000
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "5d719d7c-1bf4-4e13-9fa5-d1725126c846",
"requestFeedback": true
},
"_channel": "web"
}