curl --location --request GET 'http://dev-cn.your-api-server.com/v2/annotation_filters?userAppId.userId=<string>&userAppId.appId=<string>&page=<long>&perPage=<long>' \
--header 'Accept: application/json'{
  "status": {
    "code": "ZERO",
    "description": "<string>",
    "details": "<string>",
    "stackTrace": [
      "<string>"
    ],
    "percentCompleted": "<long>",
    "timeRemaining": "<long>",
    "reqId": "<string>",
    "internalDetails": "<string>",
    "redirectInfo": {
      "url": "<string>",
      "resourceType": "<string>",
      "oldResourceId": "<string>",
      "newResourceId": "<string>"
    }
  },
  "annotationFilters": [
    {
      "id": "<string>",
      "createdAt": "<dateTime>",
      "modifiedAt": "<dateTime>",
      "userId": "<string>",
      "appId": "<string>",
      "savedSearch": {
        "query": {
          "ands": [
            {
              "input": {
                "id": "<string>",
                "data": {
                  "image": {
                    "url": "<string>",
                    "base64": "<string>",
                    "allowDuplicateUrl": "<boolean>",
                    "hosted": {
                      "prefix": "<string>",
                      "suffix": "<string>",
                      "sizes": [
                        "<string>"
                      ],
                      "crossorigin": "<string>"
                    },
                    "imageInfo": {
                      "width": "<integer>",
                      "height": "<integer>",
                      "format": "<string>",
                      "colorMode": "<string>"
                    }
                  },
                  "video": {
                    "url": "<string>",
                    "base64": "<string>",
                    "allowDuplicateUrl": "<boolean>",
                    "thumbnailUrl": "<string>",
                    "hosted": {
                      "prefix": "<string>",
                      "suffix": "<string>",
                      "sizes": [
                        "<string>"
                      ],
                      "crossorigin": "<string>"
                    },
                    "videoInfo": {
                      "width": "<integer>",
                      "height": "<integer>",
                      "fps": "<float>",
                      "videoFormat": "<string>",
                      "bitRate": "<integer>",
                      "frameCount": "<integer>",
                      "durationSeconds": "<float>"
                    }
                  },
                  "concepts": [
                    {
                      "id": "<string>",
                      "name": "<string>",
                      "value": "<float>",
                      "createdAt": "<dateTime>",
                      "language": "<string>",
                      "appId": "<string>",
                      "definition": "<string>",
                      "vocabId": "<string>",
                      "visibility": {
                        "gettable": "UNKNOWN_VISIBILITY"
                      },
                      "userId": "<string>",
                      "keypointInfo": {
                        "keypointNames": [
                          "<string>"
                        ],
                        "skeleton": [
                          {
                            "k1": "<long>",
                            "k2": "<long>"
                          }
                        ]
                      },
                      "extraInfo": {
                        "isRankable": "<boolean>"
                      }
                    }
                  ],
                  "metadata": {},
                  "geo": {
                    "geoPoint": {
                      "longitude": "<float>",
                      "latitude": "<float>"
                    },
                    "geoLimit": {
                      "type": "<string>",
                      "value": "<float>"
                    },
                    "geoBox": [
                      {
                        "geoPoint": {
                          "longitude": "<float>",
                          "latitude": "<float>"
                        }
                      }
                    ]
                  },
                  "colors": [
                    {
                      "rawHex": "<string>",
                      "w3c": {
                        "hex": "<string>",
                        "name": "<string>"
                      },
                      "value": "<float>"
                    }
                  ],
                  "clusters": [
                    {
                      "id": "<string>",
                      "count": "<long>",
                      "score": "<float>",
                      "hits": [
                        {
                          "score": "<float>",
                          "input": {
                            "value": "<Circular reference to #/components/schemas/apiInput detected>"
                          },
                          "annotation": {
                            "id": "<string>",
                            "inputId"