pub fn build_query_string(pairs: &[(&str, &dyn ToString)]) -> String
Build a URL-encoded query string from key-value pairs.