curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 30000,
"customerCellphone": "3206989632",
"customerEmail": "ejemplo@gmail.com",
"productId": 104001
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "1ac6e3d0-9c6f-4fa7-880e-0659b11a1432",
"requestFeedback": true
},
"_channel": "web"
}