curl -H "Content-Type: application/json" -X POST -d '{"name":"New York", "position": {"longitude":-74.005941, "latitude":40.712784}}' http://localhost:8080/geolocation/addData
curl -H "Content-Type: application/json" -X POST -d '{"name":"Los Angeles", "position": {"longitude":-118.243685, "latitude":34.052234}}' http://localhost:8080/geolocation/addData
curl -H "Content-Type: application/json" -X GET -d '{"distance":5000, "position": {"longitude":-74.005941, "latitude":40.712784}}' http://localhost:8080/geolocation/getNearbyData