Framework Mode - Environment variables
Folder Structure for Postman Environment Variables
postman-project/ ├── collections/ │ └── my-api-collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── test-scripts.js ├── globals.postman_environment.json └── README.md