curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 10086921,
"reference": "3182287133",
"amount": 10000
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "37757099-54da-45ea-a808-53d045b911c1",
"requestFeedback": false
},
"_channel": "web"
}