Framework Mode - Rate limit testing
Folder Structure
rate-limit-testing-postman/ ├── collections/ │ └── RateLimitTests.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── reports/ │ └── latest-report.html ├── data/ │ └── user-credentials.json └── postman.config.json