Authentication

Login

post
Body
usernamestringRequired
passwordstringRequired
Responses
200

Login successful

application/json
post
/login
POST /login HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "username": "text",
  "password": "text"
}
{
  "token": "text",
  "id": "text"
}