curl --location -g --request POST 'http://geo.{region}.amazonaws.com/geofencing/v0/collections//put-geofences' \
--header 'Content-Type: application/json' \
--data-raw '{
"Entries": [
{
"GeofenceId": "string",
"Geometry": {
"Polygon": []
}
}
]
}'{
"Errors": [],
"Successes": []
}