curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": 10.6,
"customerCellphone": "0960799906",
"customerOrder": "23234234",
"productId": 10003079,
"val": 10
}
}'{}