Framework Mode - Variable syntax ({{variable}})
Folder Structure
PostmanCollectionProject/
├── collections/
│ └── MyAPICollection.json # Main Postman collection with requests using {{variable}} syntax
├── environments/
│ ├── dev.postman_environment.json # Environment variables for development
│ ├── staging.postman_environment.json # Environment variables for staging
│ └── prod.postman_environment.json # Environment variables for production
├── globals/
│ └── globals.postman_globals.json # Global variables accessible in all environments
├── tests/
│ └── test-scripts/ # Optional folder for external test scripts if used
├── README.md # Project documentation
└── postman.config.json # Optional config for Newman or CI integration