Account management service
method | url | desc |
---|---|---|
GET | http://localhost:8083/swagger-ui.html | API List |
GET | http://localhost:8083/health | Health check |
GET | http://localhost:8083/api/users/{id} | Get specified user info |
POST | http://localhost:8083/api/users | Create new user |
PUT | http://localhost:8083/api/users/{id} | Update user info |