feat: Add missing event toggles to Group Slack integration
Description:
Context
This MR completes the SetGroupSlackOptions struct by adding the missing boolean event triggers. Without these fields, users are unable to enable/disable specific notification types via the API.
Changes
Added missing bool pointer fields to SetGroupSlackOptions with appropriate url and json tags.
Expanded TestSetGroupSlackSettings to ensure both the request serialization and the response mapping work as expected for the new fields.
Fixed Issues Closes #2233 (closed)