pub fn redact_query_params(uri: &Uri, sensitive_params: &[&str]) -> String
Replace sensitive query parameter values with [REDACTED].
[REDACTED]
Returns the full URI as a string with matching param values replaced.