curl --location --request GET 'https://api.kucoin.com/api/v1/otc-loan/accounts'
{
"code": "200000",
"data": [{
"uid": "1260004199",
"marginCcy": "USDT",
"marginQty": "900",
"marginFactor": "0.9000000000",
"accountType": "TRADE",
"isParent": true
}]
}