{
  "simpleGet": {
    "method": "GET",
    "query": {}
  },
  "simplePost": {
    "method": "POST",
    "body": {}
  },
  "simplePostLimit2": {
    "method": "POST",
    "body": {
      "limit": 2
    }
  },
  "postIntersects": {
    "method": "POST",
    "body": {
      "intersects": {
        "type": "Feature",
        "properties": {},
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                -76.5032958984375,
                36.7520891569463
              ],
              [
                -76.5032958984375,
                37.081475648860525
              ],
              [
                -75.926513671875,
                37.081475648860525
              ],
              [
                -75.926513671875,
                36.7520891569463
              ],
              [
                -76.5032958984375,
                36.7520891569463
              ]
            ]
          ]
        }
      }
    }
  },
  "getIntersects": {
    "method": "GET",
    "query": {
      "intersects": {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "properties": {},
            "geometry": {
              "type": "Polygon",
              "coordinates": [
                [
                  [
                    -41.41845703125,
                    35.209721645221386
                  ],
                  [
                    -41.41845703125,
                    35.746512259918504
                  ],
                  [
                    -40.71533203125,
                    35.746512259918504
                  ],
                  [
                    -40.71533203125,
                    35.209721645221386
                  ],
                  [
                    -41.41845703125,
                    35.209721645221386
                  ]
                ]
              ]
            }
          }
        ]
      }
    }
  },
  "getFields": {
    "method": "GET",
    "query": {
      "fields": "latitude_band,satellite_name,date"
    }
  }
}
