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