{"info":{"_postman_id":"460e30fe-57f6-4d86-8515-611a5a134b96","name":"Natours","description":"<html><head></head><body><p>The Natours APi contains endpoints for Tours, Users, and Reviews.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4237486","collectionId":"460e30fe-57f6-4d86-8515-611a5a134b96","publishedId":"S1LwxnaE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-09T11:21:12.000Z"},"item":[{"name":"Tours","item":[{"name":"Get All Tours","id":"dc4c28e5-95b6-4e68-a157-dc16bf1db12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours?duration[gte]=7&sort=price","description":"<p>Use this endpoint to create a new tour.</p>\n","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"description":{"content":"<p>Query for tour duration. Supports gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"duration[gte]","value":"7"},{"disabled":true,"key":"price[lte]","value":"500"},{"key":"sort","value":"price"}],"variable":[]}},"response":[],"_postman_id":"dc4c28e5-95b6-4e68-a157-dc16bf1db12a"},{"name":"Get Tour","id":"55b5f6f0-85fb-47bc-b6ab-9a7de6a828c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2955","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2955"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"55b5f6f0-85fb-47bc-b6ab-9a7de6a828c2"},{"name":"Create New Tour","id":"5ed9b298-7bcb-4be6-bcfc-fab9c8b4e5f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Test Tour\",\n    \"duration\": 1,\n    \"maxGroupSize\": 1,\n    \"difficulty\": \"easy\",\n    \"price\": 200,\n    \"summary\": \"Test tour\",\n    \"imageCover\": \"tour-3-cover.jpg\"\n }"},"url":"{{URL}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ed9b298-7bcb-4be6-bcfc-fab9c8b4e5f1"},{"name":"Update Tour","id":"11152441-4b8d-4ef0-94d9-1a6e5ac5caa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"imageCover","type":"file","value":null},{"key":"images","type":"file","value":null},{"key":"images","type":"file","value":null},{"key":"images","type":"file","value":null},{"key":"price","value":"997","type":"text"}]},"url":"{{URL}}api/v1/tours/5cdb06c8d87ca1051d90eda9","urlObject":{"path":["v1","tours","5cdb06c8d87ca1051d90eda9"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"11152441-4b8d-4ef0-94d9-1a6e5ac5caa3"},{"name":"Delete Tour","id":"603e770f-c5a8-4e86-94d8-2ace86548bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c295a","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c295a"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"603e770f-c5a8-4e86-94d8-2ace86548bef"},{"name":"Get Top 5 Cheap Tours","id":"94daaa53-192f-4e22-98f4-592e2877553f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/top-5-cheap","urlObject":{"path":["v1","tours","top-5-cheap"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"94daaa53-192f-4e22-98f4-592e2877553f"},{"name":"Get Monthly Plan","id":"52bf6ea7-e775-4e0a-945e-336177f4f06d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/monthly-plan/2021","urlObject":{"path":["v1","tours","monthly-plan","2021"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"52bf6ea7-e775-4e0a-945e-336177f4f06d"},{"name":"Get Tour Stats","id":"c0a6f203-c9fa-481f-9aa0-27687724713c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tour-stats","urlObject":{"path":["v1","tours","tour-stats"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0a6f203-c9fa-481f-9aa0-27687724713c"},{"name":"Get Tours Within Radius","id":"47e8984a-98b2-4127-a5e8-5db5fb0707ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tours-within/200/center/34.111745,-118.113491/unit/mi","urlObject":{"path":["v1","tours","tours-within","200","center","34.111745,-118.113491","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"47e8984a-98b2-4127-a5e8-5db5fb0707ca"},{"name":"Get Distances to Tours From Point","id":"f97042ba-a642-499d-9ba6-512f17d9ba70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/distances/34.111745,-118.113491/unit/mi","urlObject":{"path":["v1","tours","distances","34.111745,-118.113491","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f97042ba-a642-499d-9ba6-512f17d9ba70"}],"id":"307dda9d-5723-45f5-a3ea-7f76c7191b25","description":"<p><strong>You can get all tours, create new ones, and edit and delete tours</strong>. There are also special endpoints for some special requirements.</p>\n","event":[{"listen":"prerequest","script":{"id":"63d5f51a-af4d-47e8-b68e-0760b5387fc7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b4e60d2-1502-4aef-ab60-f1d558d23c48","type":"text/javascript","exec":[""]}}],"_postman_id":"307dda9d-5723-45f5-a3ea-7f76c7191b25"},{"name":"Reviews","item":[{"name":"Get All Reviews","id":"b84a3596-5832-465a-bbab-28a57e849470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b84a3596-5832-465a-bbab-28a57e849470"},{"name":"Get Review","id":"4e18dcb3-93d3-426d-bc73-d45786558894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/5cd18f4e980a2725a50b3697","urlObject":{"path":["v1","reviews","5cd18f4e980a2725a50b3697"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e18dcb3-93d3-426d-bc73-d45786558894"},{"name":"Create New Review","id":"50eac54b-5ccf-436e-98e5-ed7c42354888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"review\": \"Loved it\",\n\t\"rating\": 4,\n\t\"tour\": \"5c88fa8cf4afda39709c2951\",\n\t\"user\": \"5cd14baa326b861fab416f56\"\n}"},"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"50eac54b-5ccf-436e-98e5-ed7c42354888"},{"name":"Update Review","id":"cd8c0bf6-2406-45bb-8900-5a5135f45c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"rating\": 5\n}"},"url":"{{URL}}api/v1/reviews/5cd2fa8671a96a383912d910","urlObject":{"path":["v1","reviews","5cd2fa8671a96a383912d910"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd8c0bf6-2406-45bb-8900-5a5135f45c6e"},{"name":"Delete Review","id":"20efd17d-6b7a-4470-ba20-680c5f7af1e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/5cd2f257db447337b3ff3f00","urlObject":{"path":["v1","reviews","5cd2f257db447337b3ff3f00"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"20efd17d-6b7a-4470-ba20-680c5f7af1e3"}],"id":"1ed89e83-6534-4c08-b13e-00a0e1d1d536","_postman_id":"1ed89e83-6534-4c08-b13e-00a0e1d1d536","description":""},{"name":"Tours/Reviews","item":[{"name":"Create New Review on Tour","id":"5322b1c4-fdab-4672-b0c0-a6eb07439860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"rating\": 5,\n\t\"review\": \"Amazing\"\n}"},"url":"{{URL}}api/v1/tours/5cd2e336e4dc26366252ac14/reviews","urlObject":{"path":["v1","tours","5cd2e336e4dc26366252ac14","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5322b1c4-fdab-4672-b0c0-a6eb07439860"},{"name":"Get All Reviews on Tour","id":"dbc7dc2a-d1ae-40da-82fc-d50fd0006b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2951/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2951","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbc7dc2a-d1ae-40da-82fc-d50fd0006b45"}],"id":"81caeeed-06b5-43a6-8ba7-ac44e9e2d63e","_postman_id":"81caeeed-06b5-43a6-8ba7-ac44e9e2d63e","description":""},{"name":"Users","item":[{"name":"Get All Users","id":"15370db9-0523-44b5-8a76-23c2985d450f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users?role=user","urlObject":{"path":["v1","users"],"host":["{{URL}}api"],"query":[{"key":"role","value":"user"}],"variable":[]}},"response":[],"_postman_id":"15370db9-0523-44b5-8a76-23c2985d450f"},{"name":"Get User","id":"80a5b62c-dc07-482e-9d6c-c6395aa93714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users/2","urlObject":{"path":["v1","users","2"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"80a5b62c-dc07-482e-9d6c-c6395aa93714"},{"name":"Update User","id":"993e7d12-2c70-4c07-a226-a651c670819b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"role\": \"user\"\n}"},"url":"{{URL}}api/v1/users/5c8a23c82f8fb814b56fa18d","urlObject":{"path":["v1","users","5c8a23c82f8fb814b56fa18d"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"993e7d12-2c70-4c07-a226-a651c670819b"},{"name":"Delete User","id":"b247cb88-6218-4c1c-a8de-30963b40192f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/5cd1a3b341c1d027493464e3","urlObject":{"path":["v1","users","5cd1a3b341c1d027493464e3"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b247cb88-6218-4c1c-a8de-30963b40192f"},{"name":"Get Current User","id":"7d2f14d2-9577-4d2b-996b-46f5fef11f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users/me","urlObject":{"path":["v1","users","me"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2f14d2-9577-4d2b-996b-46f5fef11f23"},{"name":"Update Current User","id":"666e1ca5-cf72-4e28-a58e-5e80591783b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Jonas Schmedtmann\",\n\t\"role\": \"admin\"\n}"},"url":"{{URL}}api/v1/users/updateMe","urlObject":{"path":["v1","users","updateMe"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"666e1ca5-cf72-4e28-a58e-5e80591783b7"},{"name":"Delete Current User","id":"5d16570a-4a78-4afe-af83-cac29616146a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/deleteMe","urlObject":{"path":["v1","users","deleteMe"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d16570a-4a78-4afe-af83-cac29616146a"}],"id":"113d1b09-863c-4e20-95fd-728a60990135","_postman_id":"113d1b09-863c-4e20-95fd-728a60990135","description":""},{"name":"Authentication","item":[{"name":"Sign Up","event":[{"listen":"test","script":{"id":"4a5a1b58-6b97-4d86-9d49-719060cab8f5","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"3b33893b-172c-4770-ab35-b9f740acc4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"NEW HACKER\",\n    \"email\": \"newhacker@hacker.com\",\n\t\"password\": \"pass1234\",\n\t\"passwordConfirm\": \"pass1234\",\n\t\"role\": \"admin\"\n}"},"url":"{{URL}}api/v1/users/signup","urlObject":{"path":["v1","users","signup"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b33893b-172c-4770-ab35-b9f740acc4ac"},{"name":"Login","event":[{"listen":"test","script":{"id":"a36e7176-54eb-4b09-9125-9707e20d3ffb","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"b0a5c0b7-95b0-4fba-b822-8c589b1bde3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"laura@example.com","type":"text","disabled":true},{"key":"password","value":"test1234","type":"text","disabled":true},{"key":"email","value":"admin@natours.io","type":"text"},{"key":"password","value":"ksQu6wV8-69ebDy.pwH","type":"text"}]},"url":"{{URL}}api/v1/users/login","urlObject":{"path":["v1","users","login"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0a5c0b7-95b0-4fba-b822-8c589b1bde3e"},{"name":"Forgot Password","id":"8351cf65-d486-4b98-8141-277928264e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"test3@natours.io\"\n}"},"url":"{{URL}}api/v1/users/forgotPassword","urlObject":{"path":["v1","users","forgotPassword"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8351cf65-d486-4b98-8141-277928264e21"},{"name":"Reset Password","event":[{"listen":"test","script":{"id":"887b4615-1d19-442b-b104-1cc764105ffb","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"f5704d54-335d-4e1d-bdb9-240f51327ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"newpassword\",\n\t\"passwordConfirm\": \"newpassword\"\n}"},"url":"{{URL}}api/v1/users/resetPassword/1652bfc347b939d3d19cea352d231d6dbe6dfef0884e68e6c61629019c44b9ca","urlObject":{"path":["v1","users","resetPassword","1652bfc347b939d3d19cea352d231d6dbe6dfef0884e68e6c61629019c44b9ca"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5704d54-335d-4e1d-bdb9-240f51327ca7"},{"name":"Update Current User Password","event":[{"listen":"test","script":{"id":"f3e69f3e-55b4-4a83-8206-f14411403fe7","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"5562b135-893a-4d15-8918-1b0eca352f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"passwordCurrent\": \"pass1234\",\n\t\"password\": \"newpassword\",\n\t\"passwordConfirm\": \"newpassword\"\n}"},"url":"{{URL}}api/v1/users/updateMyPassword","urlObject":{"path":["v1","users","updateMyPassword"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5562b135-893a-4d15-8918-1b0eca352f4b"}],"id":"4b106042-fe3f-4893-b936-4a6be725c0d1","_postman_id":"4b106042-fe3f-4893-b936-4a6be725c0d1","description":""},{"name":"Bookings","item":[{"name":"Get All Bookings","id":"4ed002dc-0522-492a-b7ca-47439f4ef369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings","urlObject":{"path":["v1","bookings"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ed002dc-0522-492a-b7ca-47439f4ef369"},{"name":"Get Booking","id":"3ca9e805-9085-4242-9c28-7fdce102fcea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/5ce3f70754eaa0063fd522e8","urlObject":{"path":["v1","bookings","5ce3f70754eaa0063fd522e8"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca9e805-9085-4242-9c28-7fdce102fcea"}],"id":"cb3c109f-8ee0-410c-a6fb-8b4ac0c22609","_postman_id":"cb3c109f-8ee0-410c-a6fb-8b4ac0c22609","description":""}],"event":[{"listen":"prerequest","script":{"id":"18b4769a-4234-4964-a082-4f26694e5624","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17f3f82d-7c5a-4be2-b419-83c1d5e408ea","type":"text/javascript","exec":[""]}}]}