pub fn ensure_query_param(url: &str, key: &str, value: &str) -> String
Append a query parameter to a URL if it is not already present.