We at [redacted] use the following logic with the request methods,
- GET: to get particular object or list of objects
- POST: to create a new object
- PATCH: to update a particular object
- PUT: to update multiple objects in a single request
- DELETE: to delete the object/s