That should be enough for you to start poking around.
Want to see it work?
Try sending some raw JSON to: localhost:8800/auth
{
"username":"donsky@email.mail",
"password":"Abcd1234"
}You should get a response:
{
"token": /[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+/
}