curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10003106,
"customerQueryType": "2",
"reference": "1234567891012000",
"customerDocType": "01",
"customerDocument": "7166297",
"customerPaymentType": "0006",
"amount": 10000,
"cost": 0,
"id_query": "3576467",
"uuid_trx": "f80a52c0-dc9e-4a21-b6b8-02110a6d6ef2"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "727fcbeb-98dc-4487-90e9-903f5ee205e6",
"requestFeedback": true
},
"_channel": "web"
}