In JestClient ``` Health health = new Health.Builder().build(); JestResult result = client.execute(health); ``` In RestClient ``` Response response = client.performRequest("GET", "_cluster/health", Collections.singletonMap("pretty", "true")); ``` How do I do it at wES?