{
"currency": "USDT",
"toAddress": "TKFRQXSDcY****GmLrjJggwX8",
"amount": "3",
"withdrawType": "ADDRESS",
"chain": "trx",
"isInner": true,
"remark": "this is Remark"
}curl --location --request POST 'https://api.kucoin.com/api/v3/withdrawals' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"toAddress": "TKFRQXSDcY****GmLrjJggwX8",
"amount": "3",
"withdrawType": "ADDRESS",
"chain": "trx",
"isInner": true,
"remark": "this is Remark"
}'{"code":"200000","data":{"withdrawalId":"670deec84d64da0007d7c946"}}