Authorization: ********************{
"asset_id": "string",
"transfer_destinations": [
{
"address": "string",
"amount": 0,
"email": "string",
"paymail": "string"
}
]
}curl --location --request POST 'https://api.neucron.io/v1/asset/transfer?walletID' \
--header 'X-Neucron-Team-ID;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset_id": "string",
"transfer_destinations": [
{
"address": "string",
"amount": 0,
"email": "string",
"paymail": "string"
}
]
}'[
"string"
]