Authentication Endpoints
Authorization
Validate the provided username and return an authentication token if valid.
POST
Body
application/json
The username to authenticate
Response
200
application/json
OK
The authentication token (40 digits).
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ94343"