{ "opencollection": "1.0.0", "info": { "name": "GM Backend Account Chat API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Subscribe: Chat", "type": "http" }, "http": { "method": "POST", "url": "https://api.gm.ondo.finance/ws/chat", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to the `chat` channel. Requires authentication (login first)." } ] } ], "bundled": true }