Please add following parameters into RateResponse class ``` @JsonProperty("status") private String status; @JsonProperty("accepted") private Boolean accepted; ```