{"info":{"_postman_id":"cad381f9-579d-4181-8e6d-015f0589f4ac","name":"weather-api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2374715","collectionId":"cad381f9-579d-4181-8e6d-015f0589f4ac","publishedId":"TzY4hFrJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-05T18:37:20.000Z"},"item":[{"name":"/api/v1/weather","event":[{"listen":"test","script":{"id":"bdbf404f-2bb2-4b09-88a4-d5f61cb04837","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property('status');","    pm.expect(jsonData).to.have.property('message');","    pm.expect(jsonData).to.have.property('data');","    pm.expect(jsonData.status).to.equal(pm.response.code);","});",""],"type":"text/javascript"}}],"id":"b7bc47b5-7315-4aab-a174-f78428be93a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{HOST_NAME}}/api/v1/weather?city=Cali&country=co","description":"<p>/api/v1/weather</p>\n","urlObject":{"path":["api","v1","weather"],"host":["{{HOST_NAME}}"],"query":[{"key":"city","value":"Cali"},{"key":"country","value":"co"}],"variable":[]}},"response":[],"_postman_id":"b7bc47b5-7315-4aab-a174-f78428be93a0"}]}