public static class Request {
    @JsonProperty(required = true)
    public String url;

    @JsonProperty(required = true)