There was an error while loading. Please reload this page.
Authentication NOT required. Returns a token for the user email if the password is correct.
POST /session
requires
{ email: String, password: String }
returns
{ token: String }