subscribe message containing one or more topic names.
A successful subscription is acknowledged with a subscribed response. Once confirmed, the server begins streaming event messages for the subscribed topics.
A single WebSocket connection can maintain multiple active subscriptions simultaneously.
To stop receiving updates, send an unsubscribe message for the corresponding topics.
Subscription requests, supported topics, message schemas, and examples are documented in the WebSocket Reference Public and WebSocket Reference Private.