curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data":{ "productId": 10087389,
"amount": "10000",
"customerDocument": "2345678921",
"customerDocumentType": "1",
"customerPhone": "3229023454",
"numeroProducto": "Número producto",
"otpCode": "123456",
"_version": "2.19.5"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "73b55530-4150-4982-9558-cd789e08b9cb",
"requestFeedback": true,
"awards": false
},
"_channel": "web"
}