auth
Authenticate via basic auth and create a session.
post/auth/local/login
Response
Ok
Example response
{
"admin": true,
"clientId": 5,
"createdAt": "2019-01-01T00:00:00Z",
"id": 25,
"name": "unicorn"
}Ok
{
"admin": true,
"clientId": 5,
"createdAt": "2019-01-01T00:00:00Z",
"id": 25,
"name": "unicorn"
}