curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10003108,
"reference": "112233445000",
"customerTypeId": "1",
"customerToken": "112233",
"customerCellphone": "3132221144",
"amount": 10000
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "2f885b01-8a50-468b-af10-2bafc693febe",
"requestFeedback": true
},
"_channel": "web"
}