API Important Http Methods (GET, POST, PUT, PATCH, DELETE) || API testing || API with Postman
GET: Ask for information from a website.
POST: Send information to a website. Useful for things like submitting a form.
PUT: Update or create something on a website.
DELETE: Remove something from a website.
PATCH: Make small changes to something on a website.