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