Framework Mode - Path parameters
Folder Structure for Postman API Tests
PostmanTests/ ├── collections/ │ └── UserAPI.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── globals/ │ └── globals.postman_globals.json ├── scripts/ │ ├── pre-request/ │ │ └── setPathParams.js │ └── tests/ │ └── validateResponse.js └── README.md