async fn fetch_doctor_endpoint( client: &Client, base: &str, name: &str, method: Method, path: &str, api_key: Option<&str>, json_body: Option<Value>, ) -> DoctorEndpoint