SubscribeRequest
data class SubscribeRequest(val uri: String, val _meta: JsonObject = EmptyJsonObject) : ClientRequest, WithMeta(source)
Sent from the client to request resources/updated notifications from the server whenever a particular resource changes.