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