Welcome to the backend system for managing users.
This RESTful API allows you to:
GET /users
– List all usersGET /users/:id
– View user detailsPOST /users
– Register a new userPUT /users/:id
– Update user informationDELETE /users/:id
– Delete a user
Access your API at: https://nodeapi.amankhalsa.in