pub fn append_query_param(input: &str, key: &str, value: &str) -> String
Appends a key-value pair to the query string.