{
"clientOid": "64ccc0f164781800010d8c09",
"currency": "USDT",
"amount": "0.01",
"direction": "OUT",
"accountType": "MAIN",
"subAccountType": "MAIN",
"subUserId": "63743f07e0c5230001761d08"
}curl --location --request POST 'https://api.kucoin.com/api/v2/accounts/sub-transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientOid": "64ccc0f164781800010d8c09",
"currency": "USDT",
"amount": "0.01",
"direction": "OUT",
"accountType": "MAIN",
"subAccountType": "MAIN",
"subUserId": "63743f07e0c5230001761d08"
}'{"code":"200000","data":{"orderId":"670be6b0b1b9080007040a9b"}}