pub async fn revoke_api_key( db_conn: &DatabaseConnection, id: &str, ) -> Result<SanitizedApiKey, Box<dyn Error>>