pub async fn create_webhook(
__arg0: AuthClaims,
__arg1: State<AppState>,
__arg2: Json<CreateWebhookRequest>,
) -> Result<impl IntoResponse, StatusCode>Expand description
Create webhook.
pub async fn create_webhook(
__arg0: AuthClaims,
__arg1: State<AppState>,
__arg2: Json<CreateWebhookRequest>,
) -> Result<impl IntoResponse, StatusCode>Create webhook.