pub async fn fetch_adguard_query_log( client: &Client, endpoint: &str, username: &str, password: &str, limit: u32, ) -> Result<QueryResponse, Error>