Users Number of APIs: 5 Get All Users GET http://localhost:3000/api/users Add User POST http://localhost:3000/api/users Get User by ID GET http://localhost:3000/api/users/3 Update a User PUT http://localhost:3000/api/users/3 Delete a User DELETE http://localhost:3000/api/users/6