url http://localhost:8080/game
curl http://localhost:8080/game/1
curl http://localhost:8080/game --include --header "Content-Type: application/json" -d @newgame.json
curl http://localhost:8080/game/1 --include --header "Content-Type: application/json" -d @newgame.json -X PUT
curl http://localhost:8080/game/1 -X DELETE
curl http://localhost:8080/game -X OPTIONS