You are getting error on this line - pm.expect(response.json().collection.auth.type, ‘check collection authorization’).to.equal(“apikey”)
make sure you have added the Authorization Type in Day 12 collection level and check
Welcome to the Postman community and congrats on your first post!
Please make sure you have your Postman api key defined under a variable called “apikey” in your environment or collection variables and the environment is actively selected.