pub fn query_param_helper<T>( value: &T, param_name: &str, params: &mut HashMap<String, String>, )where T: QueryParamValue,