Framework Mode - Request headers
Folder Structure for Postman Test Collections
Postman-Tests/
├── collections/
│ ├── User-API.postman_collection.json
│ ├── Product-API.postman_collection.json
│ └── Auth-API.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── globals/
│ └── globals.postman_globals.json
├── scripts/
│ ├── pre-request-scripts.js
│ └── test-scripts.js
└── README.md