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
💡 Pro tip: Always call response.raise_for_status() to catch HTTP errors automatically!