REST APIs use standard HTTP methods:
* GET: Retrieve data from the server.
* POST: Submit data to the server to create a new resource.
* PUT: Update an existing resource on the server.
* DELETE: Remove a resource from the server.
* PATCH: Partially update an existing resource .