{
"currency": "USDT",
"address": "TKFRQXSDc****16GmLrjJggwX8",
"amount": 3,
"chain": "trx",
"isInner": true
}curl --location --request POST 'https://api.kucoin.com/api/v1/withdrawals' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"address": "TKFRQXSDc****16GmLrjJggwX8",
"amount": 3,
"chain": "trx",
"isInner": true
}'{"code":"200000","data":{"withdrawalId":"670a973cf07b3800070e216c"}}