auth
Authenticate user
post/auth/login
Request body
Example request
{
"username": "admin",
"password": "secretpassword",
"twoFactorCode": "123456"
}Response
Login successful
{
"username": "admin",
"password": "secretpassword",
"twoFactorCode": "123456"
}Login successful