to subscribe to a single symbol, you need to make a request like: ``` webSocket.send("{\"op\":\"sub.symbol\",\"symbol\":\"BTC_USDT\"}"); ``` but I need to subscribe to a list of symbols, how to do it?