curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10003105,
"customerAccType": "01",
"customerDocType": "01",
"reference": "30000000000",
"codOTP": "123123",
"amount": 10000,
"name_holder": "TRES SESENTA CLIENTE",
"cost": 0,
"uuid_trx": "a9aa4402-3d42-420e-a41c-8c278c4bcefd"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "2f885b01-8a50-468b-af10-2bafc693febe",
"requestFeedback": true
},
"_channel": "web"
}