pub async fn request<T: Serialize, R: DeserializeOwned>( router: Router, uri: &str, method: &str, body: T, claims: Option<Claims>, ) -> Response<R>