curl --location --request POST 'https://api.kucoin.com/api/ua/v1/withdrawal' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"toAddress": "TSv3L1fS7***qNxYz",
"amount": "3",
"withdrawType": "ADDRESS",
"chainId": "trx",
"isInner": true,
"remark": "this is Remark"
}'{
"code": "200000",
"data": {
"withdrawalId": "69f086f2c4522900070d1936"
}
}