HTTP methods (GET, POST, PUT, DELETE) with and without parameters.
GET Request:
Fetch data from an API endpoint
POST Request:
Create new resources with JSON data
PUT Request:
Update existing resources
DELETE Request:
Remove resources from the server