curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"productId": 410007,
"customerDocument": "112233445000",
"customerOtp": "112233",
"amount": 10000
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "2f885b01-8a50-468b-af10-2bafc693febe",
"requestFeedback": true
},
"_channel": "web"
}