pub fn query_with_args( url: &str, token: &str, query_str: &str, args: &HashMap<String, String>, ) -> Result<String, String>