This endpoint allows a user to authenticate using their API key.
POST /auth/login
```json { “status”: “success”, “token”: “abc123xyz” }