Authentication

User login

Authenticate a user and create a new session.

post/login

Request body

passwordstring required
usernamestring required

Example request

{
  "password": "password",
  "username": "admin"
}

Response

OK