pub async fn handle_webhook_trigger( core: &Arc<AppCore>, webhook_id: &str, method: &str, headers: HashMap<String, String>, body: Value, ) -> Result<WebhookResponse>