https://text-adv-game.herokuapp.com/api/registration/
{
"username": "",
"email": "",
"password1": "",
"password2": ""
}
https://text-adv-game.herokuapp.com/api/login/
{
"username": "",
"email": "",
"password": ""
}
https://text-adv-game.herokuapp.com/api/logout/
https://text-adv-game.herokuapp.com/api/adv/rooms
{"rooms": [{
"id": 1,
"title": "Outside Cave Entrance",
"description": "North of you, the cave mount beckons",
"n_to": 2,
"s_to": 0,
"e_to": 0,
"w_to": 0
}]
https://text-adv-game.herokuapp.com/api/adv/move
https://text-adv-game.herokuapp.com/api/adv/init
{"uuid": "cc56b9e5-4f90-4892-969c-acf164d6f193",
"name": "test123", "title": "Outside Cave Entrance",
"description": "North of you, the cave mount beckons",
"players": []}
https://docs.google.com/document/d/1Hqwedvb_ds4pR8PpJoIe_WJLoyI-W5_kQh56lH-UyNA/edit