Framework Mode - Response body array assertions
Folder Structure
PostmanCollectionProject/ ├── collections/ │ └── UserAPI.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── responseBodyArrayAssertions.test.js ├── scripts/ │ └── utils.js └── README.md