The SubscribeList is used with the /api/v1/subscribe API call to define a list of message identifiers the front end wants to subscribe or to unsubscribe from.
Data Model
| Key | Type | Value |
|---|---|---|
| subscribeList | Array | contains an array of strings, each string is on message ID to be subscribed / unsubscribed. |