curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": "0.01",
"customerCellphone": "0999999992",
"customerEmail": "prueba@gmail.com",
"productId": "10003076"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"transactionId": "1d40402b-2cd7-4fe5-8aac-7f6538efc92d",
"requestFeedback": true
},
"_channel": "web"
}