curl --location --request POST 'https://api.kucoin.com/api/ua/v2/unified/order/cancel-all' \
--header 'Content-Type: application/json' \
--data-raw '{
"symbol": "BTC-USDT",
"tradeType": "SPOT",
"marginMode": "CROSS",
"orderFilter": "NORMAL"
}'{
"code": "200000",
"data": {
"tradeType": "SPOT",
"ts": 1787888527843000000,
"items": [
{
"orderId": "482660871651233792"
}
]
}
}