Add more technical detail on (POST, PATCH, DELETE)
Later, UserInterface needed to change the price of the SuperWidget. It sent a new request: PUT /products/101 with the new data. RESTful Web APIs
REST brought this back to UserInterface along with a cheerful 200 OK status code. The Update Add more technical detail on (POST, PATCH, DELETE)