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