curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10086918,
"amount": "2000000",
"reference": "@rua715",
"holder_name": "JUAN RUA",
"entity_name": "Bancolombia",
},
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "1ac6e3d0-9c6f-4fa7-880e-0659b11a1432",
"requestFeedback": true
},
"_channel": "web"
}