{
"currency": "USDT",
"chainId": "aptos",
"amount": 10,
"toAddress": "0xb928d679ef4540b9d096114064ee1853f3bcac407650bdc520a32b635e1a0eb1",
"remark": "test withdrawal",
"isInner": false,
"withdrawType": "ADDRESS"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1/asset/withdrawal' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"chainId": "aptos",
"amount": 10,
"toAddress": "0xb928d679ef4540b9d096114064ee1853f3bcac407650bdc520a32b635e1a0eb1",
"remark": "test withdrawal",
"isInner": false,
"withdrawType": "ADDRESS"
}'{
"code": "200000",
"data": {
"withdrawalId": "6a2037a99e6c7c0007fd0fdc"
}
}