Framework Mode - Example requests and responses
Folder Structure
postman_collection_project/
├── collections/
│ └── api_tests.postman_collection.json
├── environments/
│ ├── dev_environment.postman_environment.json
│ └── prod_environment.postman_environment.json
├── tests/
│ └── example_test_script.js
├── reports/
│ └── test_report.html
├── data/
│ └── test_data.json
└── README.md