GET: Retrieve data from a specified resource.

POST: Send data to a server to create or update a resource, such as submitting a form or uploading a file.

PUT: Update a resource on a server by replacing the existing resource with a new one provided in the request.

DELETE: Delete the specified resource.

PATCH: Apply a partial update to a resource.