Standard HTTP methods are used to specify the action to be performed on a resource.
| Methods | Action |
|---|---|
| GET | Retrieve a collection of resources. |
| POST | Make a new resource. |
| PATCH | Make minor adjustments to an already-existing resource. |
| DELETE | utilized to ask that a particular resource or URL be removed |
