Login​
POST
/api/auth/login
Request Body​
application/json
JSON"username": "string","password": "string"
{
 Â
 Â
}
Responses​
Login successful
application/json
JSON"api_key": "string","user": {"id": 0,"username": "string","email": "string","role": "string","timezone": "string"}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}