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

