POST
    /v1/channels/{channelId}/groups
  
  curl \
 --request POST 'https://openapi.meltingspot.io/v1/channels/{channelId}/groups' \
 --header "Content-Type: application/json" \
 --data '{"groupId":"string"}'
        Request examples
  
  {
  "groupId": "string"
}