curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 27600,
"customerCellphone": "3201245678",
"customerEmail": "ejemplo@gmail.com",
"direccion": "Direccion",
"license": "23132312",
"office": "280",
"productId": 10005548,
"_total_value_product": "27600"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "87e19c0e-c305-4a2f-8bab-a4507ee45230",
"requestFeedback": true
},
"_channel": "web"
}