This API will post a player and save the player account to database, it will also lead players to the game rooms lists.
curl --data 'true' https://obscure-plateau-80187.herokuapp.com/create-player
This API will post a room for player who want to be the painter role in this game, and also allow painter to draw on canvas.
curl --data 'true' https://obscure-plateau-80187.herokuapp.com/create-room
curl https://obscure-plateau-80187.herokuapp.com/room/:roomname/view
curl https://obscure-plateau-80187.herokuapp.com/room/:roomname/join
curl --data 'true' https://obscure-plateau-80187.herokuapp.com/room/:roomname/kill
curl https://obscure-plateau-80187.herokuapp.com/api/room/:roomname/getCanvas
curl --data 'true' https://obscure-plateau-80187.herokuapp.com/api/room/:roomname/saveCanvas
curl https://obscure-plateau-80187.herokuapp.com/api/word/getRandom