curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 14606,
"customerCellphone": "320123698",
"customerDocument": "4334534562",
"customerName": "DFGGDFGDF",
"productId": 10049351
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "1ac6e3d0-9c6f-4fa7-880e-0659b11a1432",
"requestFeedback": true
},
"_channel": "web"
}