fn add_tsr_redirect_route<S, B>(router: Router<S, B>, path: &str) -> Router<S, B>where
    B: HttpBody + Send + 'static,
    S: Clone + Send + Sync + 'static,