Login
post /auth/login
Exchange username + password for the user's API key.
Request
username
string requiredpassword
string requiredResponse
id
integerusername
stringemail
stringrole
stringapi_key
stringis_active
booleancurl -X POST http://localhost:8000/auth/login \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'