curl --location --request POST '/api/v1/transactions/sell' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"amount": "19.0000000000",
"concept": "Lastname 1428378 Name 1428378",
"customerCode": "201874712",
"productId": 10003017
}
}'{}