curl --location --request POST '/api/v1/transactions/sell' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": { "amount": 1.3, "customerCellphone": "0960799906", "productId": 10003259 } }'
{}