AddOrganizationWebhookRequest: Omit<AddWebhookRequest, "events"> & {
    events: OrganizationWebhooksModel.Event[];
}