Framework Mode - Inheriting auth from collection
Folder Structure
Postman Collection Project/ ├── collections/ │ ├── MyCollection.postman_collection.json (Main collection with auth) │ └── SubCollection.postman_collection.json (Sub-collection inheriting auth) ├── environments/ │ ├── dev.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ └── pre-request-scripts.js ├── tests/ │ └── test-scripts.js └── README.md