Authorization: ********************{
"amount": 1000000000000000000,
"asset_id": "string",
"wallet_id": "string"
}curl --location --request POST 'https://api.neucron.io/v1/fungible-token/redeem' \
--header 'X-Neucron-Team-ID;' \
--header 'X-App-Secret;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1000000000000000000,
"asset_id": "string",
"wallet_id": "string"
}'{
"txid": "string"
}