1. Request
A request in Postman consists of a URL, method (GET, POST, PUT, PATCH, DELETE), headers, body, authentication, Scripts and parameters. This is what you send to an API to retrieve or modify data.
A) Request Method (HTTP methods) ✅
B) Requ...