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