async fn request( configuration: &Arc<Configuration>, method: Method, body: Option<impl Serialize>, ) -> Result<Response, Error>