GET
    /v1/channels
  
  curl \
 --request GET 'https://openapi.meltingspot.io/v1/channels'
        Response examples (200)
  
  {
  "items": [
    {
      "id": "string",
      "name": "string",
      "emoji": "string",
      "description": {},
      "privacy": "Private",
      "autoJoin": true,
      "readonly": true,
      "showMembers": true
    }
  ],
  "total": 42
}