Framework Mode - Send request block
Folder Structure
PostmanCollectionProject/
├── collections/
│ └── MyAPI.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── sendRequestTests.postman_test_script.js
├── scripts/
│ └── preRequestScripts.js
├── globals.json
└── README.md