{"info":{"_postman_id":"ab2a76f5-c1c5-499c-8bfa-fcc366e93440","name":"natours","description":"<html><head></head><body><p>Natours API provides end-points for <em>tours, users &amp; reviews</em>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13840071","collectionId":"ab2a76f5-c1c5-499c-8bfa-fcc366e93440","publishedId":"TzCMdTRY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-31T10:12:20.000Z"},"item":[{"name":"Tours","item":[{"name":"createTours","id":"4406d69e-46e7-4ad5-be47-261700d3dc8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"The Second Test Tour\",\r\n    \"duration\": 10,\r\n    \"maxGroupSize\": 15,\r\n    \"difficulty\": \"medium\",\r\n    \"ratingsAvg\": 4.5,\r\n    \"ratingsQty\": 22,\r\n    \"price\": 1599,\r\n    \"summary\": \"Sample test tour to create a child referencing model to examine.\",\r\n    \"description\": \"A sample testing tour to roam the customers in a sex world to fully derieve in the world of pleasure.\",\r\n    \"imageCover\": \"tour-2-cover.jpg\",\r\n    \"guides\": [\r\n        \"605211c9bd8652416c3c44b8\",\r\n        \"6050230eaa02d4019053306a\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours","description":"<p>create a new tour with name, desc, duration, price, summary, ratingAvg, ratingQty..\nOnly admin is authorized to create new tours.</p>\n","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4406d69e-46e7-4ad5-be47-261700d3dc8e"},{"name":"updateTour","id":"30fddabb-da6d-4507-a717-3965235aa5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"imageCover","type":"file","src":"/G:/Javascript/JS/Node_JS/Natours/dev-data/img/new-tour-1.jpg"},{"key":"images","type":"file","src":"/G:/Javascript/JS/Node_JS/Natours/dev-data/img/new-tour-2.jpg"},{"key":"images","type":"file","src":"/G:/Javascript/JS/Node_JS/Natours/dev-data/img/new-tour-3.jpg"},{"key":"images","type":"file","src":"/G:/Javascript/JS/Node_JS/Natours/dev-data/img/new-tour-4.jpg"},{"key":"price","value":"7955","type":"text"}]},"url":"{{URL}}api/v1/tours/606eeac5f91bd71818f12a58","urlObject":{"path":["v1","tours","606eeac5f91bd71818f12a58"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"30fddabb-da6d-4507-a717-3965235aa5ae"},{"name":"getTour","id":"9067354d-4cfe-4dd5-a06f-ea327535e6d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2951","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2951"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9067354d-4cfe-4dd5-a06f-ea327535e6d9"},{"name":"getTours","id":"9339bebb-0521-4670-8801-e99d0499964d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/","description":"<p>Get all the tours from the api.</p>\n","urlObject":{"path":["v1","tours",""],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9339bebb-0521-4670-8801-e99d0499964d"},{"name":"deleteTour","id":"81825e85-b3b3-4d34-8efb-2766b5caa2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/tours/605305a6e14d99074ca9acdc","urlObject":{"path":["v1","tours","605305a6e14d99074ca9acdc"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"81825e85-b3b3-4d34-8efb-2766b5caa2d7"},{"name":"limitFields","id":"76cf9f80-f4f7-4695-a780-d443266eabfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours?fields=name,duration,difficulty,price","description":"<p>A query to limit the fields of the end-point.</p>\n","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"disabled":true,"key":"duration[gte]","value":"5"},{"disabled":true,"key":"difficulty","value":"easy"},{"disabled":true,"key":"price[lt]","value":"1500"},{"disabled":true,"key":"sort","value":"price,-ratingAvg"},{"key":"fields","value":"name,duration,difficulty,price"}],"variable":[]}},"response":[],"_postman_id":"76cf9f80-f4f7-4695-a780-d443266eabfb"},{"name":"sortTours","id":"10392277-e8cf-40a1-8792-f8c9990116db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours?sort=price","description":"<p>A query to order the search result of an end-point.</p>\n","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"disabled":true,"key":"duration[gte]","value":"5"},{"disabled":true,"key":"difficulty","value":"easy"},{"disabled":true,"key":"price[lt]","value":"1500"},{"disabled":true,"key":"fields","value":"name,duration,difficulty,price"},{"key":"sort","value":"price"}],"variable":[]}},"response":[],"_postman_id":"10392277-e8cf-40a1-8792-f8c9990116db"},{"name":"pagination","id":"095b4b74-504c-4e3e-96a4-e84c5d2799e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours?page=1&limit=3","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"disabled":true,"key":"duration[gte]","value":"5"},{"disabled":true,"key":"difficulty","value":"easy"},{"disabled":true,"key":"price[lt]","value":"1500"},{"disabled":true,"key":"sort","value":"price,-ratingAvg"},{"disabled":true,"key":"fields","value":"name,duration,difficulty,price"},{"key":"page","value":"1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[],"_postman_id":"095b4b74-504c-4e3e-96a4-e84c5d2799e9"},{"name":"getAliasTopTours","id":"c1cb3a44-9d8e-4689-82d7-e050f300bbb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/top-5-tours","description":"<p>get the top <strong>5</strong> cheap tours from the total tours list.</p>\n","urlObject":{"path":["v1","tours","top-5-tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1cb3a44-9d8e-4689-82d7-e050f300bbb1"},{"name":"getTourStats","id":"cbce39d7-5872-448e-ace0-5b0de3910d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tour-stats","description":"<p>get the statistical details of a tour for the user to choose from.</p>\n","urlObject":{"path":["v1","tours","tour-stats"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbce39d7-5872-448e-ace0-5b0de3910d07"},{"name":"getMonthlyPlan","id":"6ba1a264-e0ac-4cba-ab39-3dffff8d96ff","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":"6ba1a264-e0ac-4cba-ab39-3dffff8d96ff"},{"name":"geoSpatialQuery","id":"4f3f15e4-d1d3-4834-a90c-c56fb4bc5c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tours-within/200/center/34.11175,-118.113591/unit/mi","description":"<p>get the nearest tours list from a certain geospatial location on map.</p>\n","urlObject":{"path":["v1","tours","tours-within","200","center","34.11175,-118.113591","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f3f15e4-d1d3-4834-a90c-c56fb4bc5c9f"},{"name":"getDistances","id":"f04a67b0-d46f-4349-9754-842662e77e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/distances/34.11175,-118.113591/unit/km","description":"<p>get the distance to the tour location from a certain geospatial location.</p>\n","urlObject":{"path":["v1","tours","distances","34.11175,-118.113591","unit","km"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f04a67b0-d46f-4349-9754-842662e77e9e"}],"id":"d45d9d39-196c-43ea-a9a2-1c39c7ec09da","description":"<p>get all tour, specific tour, <strong>update, create &amp; delete tours</strong>. Some specific end-points for specific requirements</p>\n","_postman_id":"d45d9d39-196c-43ea-a9a2-1c39c7ec09da"},{"name":"Users","item":[{"name":"getUsers","id":"fbb949d1-4891-4069-911b-babb04100cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users","urlObject":{"path":["v1","users"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbb949d1-4891-4069-911b-babb04100cdc"},{"name":"createUser","id":"b7dcde10-9d2d-4ce3-853b-249389fa683b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{URL}}api/v1/users","urlObject":{"path":["v1","users"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7dcde10-9d2d-4ce3-853b-249389fa683b"},{"name":"getUser","id":"bd25fb90-e827-4f09-bb0c-ea4b3dfabfc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users/606ecfad4208c232b88eee28","urlObject":{"path":["v1","users","606ecfad4208c232b88eee28"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd25fb90-e827-4f09-bb0c-ea4b3dfabfc8"},{"name":"updateUser","id":"9bbc2ba1-3d34-4096-8d33-b6fdcd34effa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{URL}}api/v1/users/5","urlObject":{"path":["v1","users","5"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bbc2ba1-3d34-4096-8d33-b6fdcd34effa"},{"name":"deleteUser","id":"4208b752-7324-49b0-9d87-ad02cd459601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/5","urlObject":{"path":["v1","users","5"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4208b752-7324-49b0-9d87-ad02cd459601"},{"name":"deleteMe","id":"bb7e8dcf-d925-43ec-9325-7f2fed5e194e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/delete-me","description":"<p>A user specified &amp; authorized action to turn the account inactive. The database  contains the user details.</p>\n","urlObject":{"path":["v1","users","delete-me"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb7e8dcf-d925-43ec-9325-7f2fed5e194e"},{"name":"getMe","id":"b7425b76-43a1-48f2-a75d-5145d5b3f56f","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":"b7425b76-43a1-48f2-a75d-5145d5b3f56f"}],"id":"41697408-9d48-44a1-8a4b-6dfae938011f","_postman_id":"41697408-9d48-44a1-8a4b-6dfae938011f","description":""},{"name":"Authentication","item":[{"name":"updateMe","id":"55fba59b-f380-45bc-b5f4-e4ef1d80a759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","disabled":true},{"key":"photo","type":"file","src":"/G:/Javascript/JS/Node_JS/Natours/dev-data/img/aarav.jpg"}]},"url":"{{URL}}api/v1/users/update-me","description":"<p>A user priviliged action to update the user details except the account <strong>password</strong>.</p>\n","urlObject":{"path":["v1","users","update-me"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"55fba59b-f380-45bc-b5f4-e4ef1d80a759"},{"name":"reset password","event":[{"listen":"test","script":{"id":"e0d8274b-e068-4abd-abe7-6161ad805bdd","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"06a7f8aa-693c-45b0-8d41-5cf11d1cfab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"newpassword\",\r\n    \"passwordConfirm\": \"newpassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/reset-password/2340082d713942843e6cd7ff0fa4e8888909d328599d582533177ae2679fed70","description":"<p>A user priviliged action to reset the account password with email authentication.</p>\n","urlObject":{"path":["v1","users","reset-password","2340082d713942843e6cd7ff0fa4e8888909d328599d582533177ae2679fed70"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"06a7f8aa-693c-45b0-8d41-5cf11d1cfab0"},{"name":"signupUser","event":[{"listen":"test","script":{"id":"ca9fb1e7-211e-4116-b4d3-e75ecbcb0e60","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"76c49462-15ec-43c9-a429-8093bfeae179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Monica\",\r\n    \"email\": \"monica@example.com\",\r\n    \"role\": \"user\",\r\n    \"password\": \"test1234\",\r\n    \"passwordConfirm\": \"test1234\"\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":"76c49462-15ec-43c9-a429-8093bfeae179"},{"name":"loginUser","event":[{"listen":"test","script":{"id":"04eb5d51-d033-4897-bae9-b9ab30009064","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"a41adf2f-839c-4103-a5b8-8873e24818c2","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@natours.io\",\r\n    \"password\": \"{{password}}\"\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":"a41adf2f-839c-4103-a5b8-8873e24818c2"},{"name":"forgot password","id":"74b12b9e-6fee-4b60-a4c6-7edaeff1490d","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\": \"monica@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/forgot-password","description":"<p>A user action to get a token for resetting the password within a time frame.</p>\n","urlObject":{"path":["v1","users","forgot-password"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"74b12b9e-6fee-4b60-a4c6-7edaeff1490d"}],"id":"a4802f4d-6b23-4006-b22f-47e07ec877a4","_postman_id":"a4802f4d-6b23-4006-b22f-47e07ec877a4","description":""},{"name":"Reviews","item":[{"name":"getReviews","id":"d59e4ebb-df5e-42ab-84e7-c7b346a10c4b","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":"d59e4ebb-df5e-42ab-84e7-c7b346a10c4b"},{"name":"createReview","id":"a17f70bb-80b0-4f07-9792-d708d63de318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{URL}}api/v1/5c88fa8cf4afda39709c2974/reviews","urlObject":{"path":["v1","5c88fa8cf4afda39709c2974","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a17f70bb-80b0-4f07-9792-d708d63de318"},{"name":"nestedCreateReview","id":"74962bba-5db4-40a5-9aab-4bee52b5be84","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\": \"Aurora Borealis, Amazing View from Canada..\",\r\n    \"rating\": 4.8,\r\n    \"tour\": \"5c88fa8cf4afda39709c2974\",\r\n    \"user\": \"6054752d776f4f3760101332\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2974/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2974","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"74962bba-5db4-40a5-9aab-4bee52b5be84"},{"name":"getReview","id":"0f1d3114-3094-4bad-8ecc-f2033f537ade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/60558bd4357de62e50f29319","urlObject":{"path":["v1","reviews","60558bd4357de62e50f29319"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f1d3114-3094-4bad-8ecc-f2033f537ade"},{"name":"updateReview","id":"c428a1ff-947a-457c-bd80-a1159b7d21d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": 4,\r\n    \"review\": \"Cool Tour experience\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews/5c8a355b14eb5c17645c9109","urlObject":{"path":["v1","reviews","5c8a355b14eb5c17645c9109"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c428a1ff-947a-457c-bd80-a1159b7d21d5"},{"name":"deleteReview","id":"dfc27474-e1a0-4fc6-91f9-81ee971b5034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/60558bd4357de62e50f29319","urlObject":{"path":["v1","reviews","60558bd4357de62e50f29319"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfc27474-e1a0-4fc6-91f9-81ee971b5034"}],"id":"3acc3c64-a775-43b5-9954-14af323aae01","_postman_id":"3acc3c64-a775-43b5-9954-14af323aae01","description":""},{"name":"Bookings","item":[{"name":"checkout-session","id":"1a720f9f-c485-4395-a57e-8b1bbce4e067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/checkout-session/5c88fa8cf4afda39709c2951","urlObject":{"path":["v1","bookings","checkout-session","5c88fa8cf4afda39709c2951"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a720f9f-c485-4395-a57e-8b1bbce4e067"},{"name":"getAllBookings","id":"c6114260-98db-4eba-97d1-66f3ee477a9f","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":"c6114260-98db-4eba-97d1-66f3ee477a9f"},{"name":"getBooking","id":"12f65fa1-242a-42c6-b990-149f005cabae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/607082d7246f0b4dbcf2143f","urlObject":{"path":["v1","bookings","607082d7246f0b4dbcf2143f"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"12f65fa1-242a-42c6-b990-149f005cabae"},{"name":"updateBooking","id":"29692995-f097-4f56-be69-efda94df03c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{URL}}api/v1/bookings/607082d7246f0b4dbcf2143f","urlObject":{"path":["v1","bookings","607082d7246f0b4dbcf2143f"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"29692995-f097-4f56-be69-efda94df03c9"},{"name":"deleteBooking","id":"b342dcfe-9c1c-42d6-9236-e164edbfbd68","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":"b342dcfe-9c1c-42d6-9236-e164edbfbd68"}],"id":"8dc04cf5-cbfa-4641-99a3-ceec60665dce","_postman_id":"8dc04cf5-cbfa-4641-99a3-ceec60665dce","description":""}]}