NewFormApprovalWebhook: {
    endpoint: EndpointConfiguration;
    formIds?: number[];
    formsAppId: number;
    isEnabled: boolean;
    label: string;
    organisationManagedSecretId: number;
    webhookEvents: FormApprovalWebhookEvent[];
}