API referenceAuthenticationLog in and get a JWTLog in and get a JWT POST /api/auth/login Returns a JWT in data.Token, valid for 24h. Use it as Authorization: Bearer <token>. Request Responses200400Authenticated.Invalid credentials.