curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 701005,
"customerQueryType": "1",
"reference": "21000000300",
"customerDocType": "CC",
"customerDocument": "1111111111",
"customerPaymentType": "3",
"amount": 2000,
"name_client": "MARLYN AQUILINO DE LA TORR",
"id_query": "3576464",
"aditional": {}
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "727fcbeb-98dc-4487-90e9-903f5ee205e6",
"requestFeedback": true
},
"_channel": "web"
}