Openverse RPC MethodsWebsocket MethodsrootUnsubscribeOn this pagerootUnsubscribe RPC MethodUnsubscribe from root notificationsparamsnumber required subscription id to cancelresultboolean unsubscribe success messagecURL{ "jsonrpc": "2.0", "id": 1, "method": "rootUnsubscribe", "params": [ 0 ]}Response{ "jsonrpc": "2.0", "result": true, "id": 1}