This is a Rest API for the game of Ultimate Tic Tac Toe, with both two-player and human vs bot capabilities.
Return a game by its ID number.
Create a new game.
Make a move on the game with the given ID number. Body contains player/move info.
Delete a game by its ID number.