Response response = given().get("/endpoint"); String value = response.jsonPath().getString("field");?