{
"currency": "USDT",
"size": 10,
"timeInForce": "FOK",
"isIsolated": false,
"isHf": false
}curl --location --request POST 'https://api.kucoin.com/api/v3/margin/borrow' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"size": 10,
"timeInForce": "FOK",
"isIsolated": false,
"isHf": false
}'{"code":"200000","data":{"orderNo":"67187162c0d6990007717b15","actualSize":"10"}}