POST /api/auth/login
200 OK
{"accessToken":"mock-token","expiresIn":3600,"user":{"id":"usr_1"}}Add invalid password, expired token, missing permission, locked account, and logout responses.
- Create mock API
- OpenAPI mock server
- Postman mock alternative
- User management template
- CRM template
- Frontend without backend