curl --location -g --request POST 'http://geo.{region}.amazonaws.com/places/v0/indexes//search/position' \
--header 'Content-Type: application/json' \
--data-raw '{
"MaxResults": 1,
"Position": [
0,
0
]
}'{
"Results": [],
"Summary": {
"DataSource": "string",
"MaxResults": 0,
"Position": []
}
}