curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10003109,
"reference": "12345678901012000",
"customerCellphone": "3132223331",
"amount": "25000",
"type_obl": "Rotativo"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "727fcbeb-98dc-4487-90e9-903f5ee205e6",
"requestFeedback": true
},
"_channel": "web"
}