POST
    /v1/lives/{liveId}/groups~bulkAdd
  
  curl \
 --request POST 'https://openapi.meltingspot.io/v1/lives/{liveId}/groups~bulkAdd' \
 --header "Content-Type: application/json" \
 --data '{"groupIds":["string"],"withEmailNotification":true}'
        Request examples
  
  {
  "groupIds": [
    "string"
  ],
  "withEmailNotification": true
}