Framework Mode - Basic authentication
Folder Structure
PostmanProject/ ├── collections/ │ └── BasicAuthCollection.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── globals/ │ └── globals.postman_globals.json ├── tests/ │ └── basic_auth_tests.js ├── scripts/ │ └── pre_request_scripts.js └── README.md