Superuser Account

Authenticates with login and password

Authenticate using email and password. Returns a JWT token.

post/superuser/login

Request body

emailstring required
passwordstring required

Response

User authenticated

accessTokenstring

Changes