GET Get list of notification
/organizations/:organizationId/notifications/ **Required Permission:** `base.organization.notification.list` Get list of notification
POST Create new notification
/organizations/:organizationId/notifications/ **Required Permission:** `base.organization.notification.create` Create new notification
GET Get notification by Id or Slug
/organizations/:organizationId/notifications/:organizationNotificationId **Required Permission:** `base.organization.notification.get` Get notification by Id or Slug
PUT Update notification
/organizations/:organizationId/notifications/:organizationNotificationId **Required Permission:** `base.organization.notification.update` Update notification
DELETE Delete notification
/organizations/:organizationId/notifications/:organizationNotificationId **Required Permission:** `base.organization.notification.remove` Delete notification