Framework Mode - Environment switching
Folder Structure for Postman Environment Switching
PostmanProject/ ├── collections/ │ └── MyApiCollection.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── test-scripts.js ├── globals.postman_globals.json └── README.md