# Login to receive a JWT Authenticates a user using Basic Auth credentials and returns a JWT token if successful. Endpoint: POST /login Version: 3.0.1 ## Header parameters: - `Authorization` (string, required) Authorization header with Basic Auth format 'Basic base64(username:password)' Example: "Basic bXJmb3VseTptcnBhc3N3b3Jk" ## Response 200 fields (application/json): - `token` (string) JSON Web Token (JWT) Example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.your-payload-here.signature" ## Response 400 fields ## Response 401 fields ## Response 500 fields