Framework Mode - Binary file upload
Folder Structure
postman-project/
├── collections/
│ └── binary-file-upload.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ └── prod.postman_environment.json
├── tests/
│ └── binary-upload-tests.postman_test_scripts.js
├── data/
│ └── sample-files/
│ └── test-image.png
├── reports/
│ └── test-report.html
└── postman.config.json