{"info":{"_postman_id":"070e792d-918c-434e-a99b-160866c43d9e","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":"13422360","collectionId":"070e792d-918c-434e-a99b-160866c43d9e","publishedId":"UVsJw6nC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-13T18:04:07.000Z"},"item":[{"name":"Tours","item":[{"name":"Get All Tours","id":"9f3f3838-5747-4298-9dc8-b9dc4093d10b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}api/v1/tours","description":"<p>Use this endpoint to create a new tour</p>\n","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"disabled":true,"key":"difficulty","value":"easy"},{"disabled":true,"key":"duration[gte]","value":"5"},{"disabled":true,"key":"price[lt]","value":"1500"},{"disabled":true,"key":"sort","value":"-price,-ratingsAverage"},{"disabled":true,"key":"fields","value":"-name,-duration"},{"disabled":true,"key":"limit","value":"5"},{"disabled":true,"key":"sort","value":"-ratingsAverage,price"},{"disabled":true,"key":"fields","value":"name,duration"},{"disabled":true,"key":"sort","value":"duration=5"},{"disabled":true,"key":"duration","value":"9"}],"variable":[]}},"response":[],"_postman_id":"9f3f3838-5747-4298-9dc8-b9dc4093d10b"},{"name":"Get Tour","id":"31bdd97e-8642-4864-b906-408d1dcd76ac","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":"31bdd97e-8642-4864-b906-408d1dcd76ac"},{"name":"Create New Tours","id":"210730e8-88c3-44d6-ab8c-13644972431e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"name\": \"The City Wandere\",\r\n\t\t\"duration\": 1,\r\n\t\t\"maxGroupSize\": 1,\r\n\t\t\"difficulty\": \"difficult\",\r\n\t\t\"price\": 1,\r\n\t\t\"summary\": \"Test tour\",\r\n\t\t\"imageCover\": \"tour-3-cover.jpg\",\r\n        \"ratingsAverage\": 4\r\n\t}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"210730e8-88c3-44d6-ab8c-13644972431e"},{"name":"Delete Tour","id":"c877bee4-5c7a-4e90-98c2-729714ffd195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2951","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2951"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c877bee4-5c7a-4e90-98c2-729714ffd195"},{"name":"Patch Tour","id":"ea70ab49-d47e-4bc8-899c-2c8a35c0e0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n        \"ratingAverage\": 6,\r\n        \"difficulty\": \"whatever\",\r\n        \"name\": \"short\"\r\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/api/v1/tours/62095abe5b5aa7382c81399c","urlObject":{"port":"3000","path":["api","v1","tours","62095abe5b5aa7382c81399c"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea70ab49-d47e-4bc8-899c-2c8a35c0e0f1"},{"name":"Get Top 5 Cheap Tours","id":"f9d7dfd8-4265-480a-8639-557ab8150e82","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":"f9d7dfd8-4265-480a-8639-557ab8150e82"},{"name":"Get Monthly Plan","id":"3d82d82f-083a-4384-952e-b2bdeb2525fc","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":"3d82d82f-083a-4384-952e-b2bdeb2525fc"},{"name":"Get Tours Stats","id":"07bde67d-12d5-419c-9886-f19ba29491f1","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":"07bde67d-12d5-419c-9886-f19ba29491f1"},{"name":"Get Tours Within Radius","id":"61daae7e-858d-4ffe-b001-c7cb84dd1439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tours-within/200/center/34.1117545,-118.113491/unit/mi","urlObject":{"path":["v1","tours","tours-within","200","center","34.1117545,-118.113491","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"61daae7e-858d-4ffe-b001-c7cb84dd1439"},{"name":"Get Distances to Touts From Point","id":"f70ceb45-55f7-4264-9cc8-b94bb2d6688d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/distances/34.1117545,-118.113491/unit/mi","urlObject":{"path":["v1","tours","distances","34.1117545,-118.113491","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[{"id":"be752bfe-c9cb-4970-b9e3-930ffa57739f","name":"Get Distances to Touts From Point","originalRequest":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/distances/34.1117545,-118.113491/unit/mi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"95"},{"key":"Date","value":"Sat, 12 Mar 2022 23:03:36 GMT"},{"key":"X-RateLimit-Reset","value":"1647129611"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"854"},{"key":"ETag","value":"W/\"356-AuG0sQew0MDuLMU7/sopw4v/BUA\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"5c88fa8cf4afda39709c2966\",\n                \"name\": \"The Sports Lover\",\n                \"distance\": 40.20872364574512\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c2961\",\n                \"name\": \"The Park Camper\",\n                \"distance\": 216.3403059707973\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c296c\",\n                \"name\": \"The Wine Taster\",\n                \"distance\": 371.5307538742165\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c2970\",\n                \"name\": \"The Star Gazer\",\n                \"distance\": 528.3779573928359\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c295a\",\n                \"name\": \"The Snow Adventurer\",\n                \"distance\": 717.5729618096503\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c2951\",\n                \"name\": \"The Forest Hiker\",\n                \"distance\": 1187.3940260227737\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c2974\",\n                \"name\": \"The Northern Lights\",\n                \"distance\": 1966.154928468907\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c2955\",\n                \"name\": \"The Sea Explorer\",\n                \"distance\": 2331.0061136453955\n            },\n            {\n                \"_id\": \"5c88fa8cf4afda39709c295d\",\n                \"name\": \"The City Wanderer\",\n                \"distance\": 2440.6803072550742\n            }\n        ]\n    }\n}"}],"_postman_id":"f70ceb45-55f7-4264-9cc8-b94bb2d6688d"}],"id":"05f96539-3042-465c-8d19-ebce52b30b02","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","_postman_id":"05f96539-3042-465c-8d19-ebce52b30b02"},{"name":"Reviews","item":[{"name":"Create Review","id":"3c5610d0-e196-44b3-8951-0e8d6623b0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"review\" : \"Good tour!!\",\r\n    \"rating\" : 5,\r\n    \"tour\" : \"5c88fa8cf4afda39709c2961\",\r\n    \"user\" : \"6223d830b1a161426c293143\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c5610d0-e196-44b3-8951-0e8d6623b0a8"},{"name":"Get All Reviews","id":"4540f18c-685f-4def-8959-d06d8cadd1f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4540f18c-685f-4def-8959-d06d8cadd1f3"},{"name":"Update Review","id":"37177c94-45e5-473b-ad57-79b0c0f9b927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": 2.2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews/6226344048f2604bb87c24e6","urlObject":{"path":["v1","reviews","6226344048f2604bb87c24e6"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"37177c94-45e5-473b-ad57-79b0c0f9b927"},{"name":"Get Review","id":"f3702a16-330c-4833-ac5e-0387ae498785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/6226344048f2604bb87c24e6","urlObject":{"path":["v1","reviews","6226344048f2604bb87c24e6"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3702a16-330c-4833-ac5e-0387ae498785"}],"id":"f3b9c074-8df3-4bee-b9b3-5b991c03d390","_postman_id":"f3b9c074-8df3-4bee-b9b3-5b991c03d390","description":""},{"name":"Authentication","item":[{"name":"Update Current User Password","id":"0051f399-a898-4cc5-af39-ba3ea6c3ff39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"passwordCurrent\": \"pass1234\",\r\n    \"password\": \"newpasword\",\r\n    \"passwordConfirm\": \"newpasword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/updateMyPassword","urlObject":{"path":["v1","users","updateMyPassword"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0051f399-a898-4cc5-af39-ba3ea6c3ff39"},{"name":"Reset Password","event":[{"listen":"test","script":{"id":"2a4f912c-e693-4471-9e28-fc187d82ee90","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"60549296-34da-442a-8109-69e94bf60756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"newpass123\",\r\n    \"passwordConfirm\": \"newpass123\" \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/resetPassword/7e084326bfc13566c4c39d477a2c1f9da040dba8429f94be326f06caf34caf29","urlObject":{"path":["v1","users","resetPassword","7e084326bfc13566c4c39d477a2c1f9da040dba8429f94be326f06caf34caf29"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"60549296-34da-442a-8109-69e94bf60756"},{"name":"Forgot  Password","id":"8ad575b9-1319-429f-bb61-669cef4b9dca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/forgotPassword","urlObject":{"path":["v1","users","forgotPassword"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ad575b9-1319-429f-bb61-669cef4b9dca"},{"name":"Login","event":[{"listen":"test","script":{"id":"b7762a17-0496-4554-90be-53d5b7c92b7d","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"80941357-0510-4f1f-986e-9886fe65765d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@natours.io\",\r\n    \"password\": \"test1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/login","urlObject":{"path":["v1","users","login"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"80941357-0510-4f1f-986e-9886fe65765d"},{"name":"Sign Up","event":[{"listen":"test","script":{"id":"da2df26c-903d-4bb5-9bd1-06d2dbca9a42","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"7884d7d4-8d04-4717-a8c7-73c7d012167a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Lider\",\r\n                \"email\": \"hello@gmail.com\",\r\n\r\n\"password\": \"pass1234\",\r\n\"passwordConfirm\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/signup","urlObject":{"path":["v1","users","signup"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7884d7d4-8d04-4717-a8c7-73c7d012167a"}],"id":"afeebc42-f67e-4517-aa67-11e9adaa4348","_postman_id":"afeebc42-f67e-4517-aa67-11e9adaa4348","description":""},{"name":"Users","item":[{"name":"Get All Users","id":"e204ec08-3fc0-4312-962f-0b4357016c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users?role=admin","urlObject":{"path":["v1","users"],"host":["{{URL}}api"],"query":[{"key":"role","value":"admin"}],"variable":[]}},"response":[],"_postman_id":"e204ec08-3fc0-4312-962f-0b4357016c9f"},{"name":"Get User","id":"9fd61e88-8b05-4c4e-9455-b15cca85f570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"127.0.0.1:3000/api/v1/tours/6223d830b1a161426c293143","urlObject":{"port":"3000","path":["api","v1","tours","6223d830b1a161426c293143"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fd61e88-8b05-4c4e-9455-b15cca85f570"},{"name":"Get Current User","id":"e3d41225-1204-4fdb-be5f-f1782f1b4243","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":"e3d41225-1204-4fdb-be5f-f1782f1b4243"},{"name":"Delete User","id":"f6ec9d2a-9cd0-437d-bfe8-889b3c2bfefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/621e5a3c44ed183c84b5ef62","urlObject":{"path":["v1","users","621e5a3c44ed183c84b5ef62"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6ec9d2a-9cd0-437d-bfe8-889b3c2bfefc"},{"name":"Update Current User","id":"f2cdeb1f-2e11-457d-b8d9-fdea2d756c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Elide Zavala\",\r\n    \"role\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/updateMe","urlObject":{"path":["v1","users","updateMe"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2cdeb1f-2e11-457d-b8d9-fdea2d756c39"},{"name":"Delete Current User","id":"d36c5e7c-113b-4735-8de8-ec186939a863","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":"d36c5e7c-113b-4735-8de8-ec186939a863"},{"name":"Update User","id":"82ec9a75-88e8-4d23-933e-28eb45ec9d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Julanito\"\r\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:3000/api/v1/users/621fe5345bfc5e3d2c82a2c6","urlObject":{"port":"3000","path":["api","v1","users","621fe5345bfc5e3d2c82a2c6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"82ec9a75-88e8-4d23-933e-28eb45ec9d31"}],"id":"d3d087d8-a711-48b0-b951-cbc4d507e86d","_postman_id":"d3d087d8-a711-48b0-b951-cbc4d507e86d","description":""},{"name":"Tour/Reviews","item":[{"name":"Create New Review on Tour","id":"d30e17d5-7723-4fa9-afec-f4ffd5523289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": 5,\r\n    \"review\": \"Cool\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours/622a36cd6da29714a41c1b87/reviews","urlObject":{"path":["v1","tours","622a36cd6da29714a41c1b87","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d30e17d5-7723-4fa9-afec-f4ffd5523289"},{"name":"Get All Reviews on Tour","id":"2c2af340-63dc-4dc4-9b75-dc9a1520c7ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2961/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2961","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c2af340-63dc-4dc4-9b75-dc9a1520c7ac"},{"name":"Delete Review","id":"b4b1cfb0-f35a-496a-b329-d3b67d010400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/62257d650d90401258e641ea","urlObject":{"path":["v1","reviews","62257d650d90401258e641ea"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4b1cfb0-f35a-496a-b329-d3b67d010400"}],"id":"671deb06-97e7-4212-be75-d9b0b499c9d8","_postman_id":"671deb06-97e7-4212-be75-d9b0b499c9d8","description":""},{"name":"Bookings","item":[{"name":"Get All Bookings","id":"dd86470b-35bc-4a12-aaf4-37bce2ed6647","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":"dd86470b-35bc-4a12-aaf4-37bce2ed6647"},{"name":"Get Booking","id":"86059a79-70c8-4273-a54c-a20808b9fd08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/623e73519b772b0b80705978","urlObject":{"path":["v1","bookings","623e73519b772b0b80705978"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"86059a79-70c8-4273-a54c-a20808b9fd08"}],"id":"10f8c5a9-6f43-40c8-a71f-2cd8aa7e9a68","_postman_id":"10f8c5a9-6f43-40c8-a71f-2cd8aa7e9a68","description":""}]}