Framework Mode - Query parameters
Folder Structure for Postman Test Collections
postman-project/ ├── collections/ │ ├── user-api.postman_collection.json │ ├── product-api.postman_collection.json │ └── order-api.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── data/ │ └── query-params-data.json ├── README.md └── postman.config.json