Javascript – Test with Postman look for a specific item in an array of objects in a response
I have a response with the following body, an array. I want to check that we have an item and only one with value IsPrimary true and salePerson of value 'Chuck Norris'. [ { "districtName": "Austria", "storeName": "Store6", "salePerson": "sdfgh",…