curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10003104,
"customerAccType": "01",
"reference": "30000000000",
"customerDocType": "01",
"customerDocument": "3000000000",
"curstomerNameDepositer": "Nombre cliente",
"amount": 10000,
"name_holder": "TRES SESENTA CLIENTE",
"uuid_trx": "8258784a-c7c6-457a-3694-ef67e0e1f1d8",
"cost": 0
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "2f885b01-8a50-468b-af10-2bafc693febe",
"requestFeedback": true
},
"_channel": "web"
}