{"info":{"_postman_id":"63677826-fd12-419c-9767-9f38c3322bbf","name":"Weather App Api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"216454","collectionId":"63677826-fd12-419c-9767-9f38c3322bbf","publishedId":"UVsQrijH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-21T09:44:21.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","id":"78ad60ae-cab7-4c79-b83b-6ff930b3aa37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"api@test.com","type":"text"},{"key":"password","value":"api","type":"text"}]},"url":"/api/auth/login","urlObject":{"path":["api","auth","login"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"78ad60ae-cab7-4c79-b83b-6ff930b3aa37"}],"id":"142b5486-9bd5-49cc-8d6c-059d0a695015","_postman_id":"142b5486-9bd5-49cc-8d6c-059d0a695015","description":""},{"name":"Weather","item":[{"name":"Data","id":"1b2fef48-49dc-4658-921e-7e1061bcf06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"city\": \"New York\",\n    \"date\": \"2022-03-09\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/weather/data","urlObject":{"path":["api","weather","data"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1b2fef48-49dc-4658-921e-7e1061bcf06c"}],"id":"d4c4782a-0b9b-467e-882c-bc8b4433be78","_postman_id":"d4c4782a-0b9b-467e-882c-bc8b4433be78","description":""}],"event":[{"listen":"prerequest","script":{"id":"4c2ca41b-fb18-4782-b688-9ec5b37a63bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"133c01e4-d661-4324-a3d4-9d4e02e546ec","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"","type":"string"},{"key":"auth_email","value":"api@test.com","type":"string"},{"key":"auth_password","value":"api","type":"string"}]}