fn token_refresh_response( access_token: &str, refresh_token: &str, expires_in: Option<Duration>, ) -> Result<Response<Body>>