[
    {
        "scope": "http://localhost:9200",
        "method": "POST",
        "path": "/sat-api/_search?size=0",
        "body": {
            "query": {
                "bool": {
                    "must": [
                        {
                            "geo_shape": {
                                "data_geometry": {
                                    "shape": {
                                        "type": "polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -76.5032958984375,
                                                    36.7520891569463
                                                ],
                                                [
                                                    -76.5032958984375,
                                                    37.081475648860525
                                                ],
                                                [
                                                    -75.926513671875,
                                                    37.081475648860525
                                                ],
                                                [
                                                    -75.926513671875,
                                                    36.7520891569463
                                                ],
                                                [
                                                    -76.5032958984375,
                                                    36.7520891569463
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            }
                        }
                    ]
                }
            }
        },
        "status": 200,
        "response": {
            "took": 40,
            "timed_out": false,
            "_shards": {
                "total": 5,
                "successful": 5,
                "failed": 0
            },
            "hits": {
                "total": 237,
                "max_score": 0,
                "hits": []
            }
        },
        "headers": {
            "access-control-allow-origin": "*",
            "content-type": "application/json; charset=UTF-8",
            "server": "Jetty(8.1.12.v20130726)",
            "content-length": "124",
            "connection": "keep-alive"
        }
    }
]
