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