pub async fn trigger_webhook( key: &str, event: &str, body: Option<&HashMap<&str, &str>>, ) -> Result<(), impl Error>