REST API Demo Project
API for Vuestic users list users list
Request Examples:
- GET /users: /users?page=2&pageSize=5
- GET /users/:id: /users/2
- POST /users: /users (POST request with JSON body)
- PUT /users/:id: /users/7c0e9a5d-8e1f-4f7b-a53d-36c9f3e7a6b8 (PUT request with JSON body)
- DELETE /users/:id: /users/7c0e9a5d-8e1f-4f7b-a53d-36c9f3e7a6b8 (DELETE request)
Note: For POST and PUT requests, send the appropriate JSON data in the request body.