pub async fn create_workspace_webhook(
conn: &mut AsyncPgConnection,
form: &WorkspaceWebhookCreateInput,
) -> DatabaseResult<WorkspaceWebhookCreateOutput>
pub async fn create_workspace_webhook(
conn: &mut AsyncPgConnection,
form: &WorkspaceWebhookCreateInput,
) -> DatabaseResult<WorkspaceWebhookCreateOutput>