{"info":{"_postman_id":"6c4abdff-38c8-4c81-9ea3-2eadf961fd37","name":"ExploreEase","description":"<html><head></head><body><p>Welcome to the documentation for ExploreEase API. This document provides information on how to interact with the various endpoints of the API. ExploreEase API contains endpoints for Tours, Users, and Reviews</p>\n<h3 id=\"base-url\">Base URL</h3>\n<p>The base URL for all API endpoints is: <code>https://api.example.</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16341961","collectionId":"6c4abdff-38c8-4c81-9ea3-2eadf961fd37","publishedId":"2s9Y5bPgJG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-05T03:24:18.000Z"},"item":[{"name":"Users","item":[{"name":"Authentication","item":[{"name":"Signup","event":[{"listen":"test","script":{"id":"d67af808-1fb7-4f4a-87a3-9e5f3b2074dd","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"55fef5ea-068c-425c-81f0-fac0901d0028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<div id='bad-code'>Name</div>\",\r\n    \"email\": \"user4@gmail.com\",\r\n    \"password\": \"{{password}}\",\r\n    \"passwordConfirm\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/signup","description":"<p>Use this endpoint to sign up as new user on this app</p>\n","urlObject":{"path":["v1","users","signup"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"55fef5ea-068c-425c-81f0-fac0901d0028"},{"name":"Update Password by Logged in current user","event":[{"listen":"test","script":{"id":"e77e41fd-80dd-4645-ab90-804b64982221","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"acb33bcb-71e2-44b4-bace-52a937914bff","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\":\"newpass123\",\r\n  \"password\":\"pass2345\",\r\n  \"passwordConfirm\":\"pass2345\"\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":"acb33bcb-71e2-44b4-bace-52a937914bff"},{"name":"Login","event":[{"listen":"test","script":{"id":"7f71f99c-48fb-4123-a8ae-6787c27c50d1","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"961a5c5b-9fbf-4d46-be2d-0c2916272308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\":\"admin@exploreease.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":"961a5c5b-9fbf-4d46-be2d-0c2916272308"},{"name":"Reset Password","event":[{"listen":"test","script":{"id":"a8625604-3df9-4f87-b2ed-c3ed46cf6b60","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"cdb06209-e836-420b-9fa8-dc4928161dda","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/dbab69503c26112e84e3adb720a26d882732ac7e62c4d82d73df9af295291b4c","urlObject":{"path":["v1","users","resetPassword","dbab69503c26112e84e3adb720a26d882732ac7e62c4d82d73df9af295291b4c"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdb06209-e836-420b-9fa8-dc4928161dda"},{"name":"Forgot Password","event":[{"listen":"test","script":{"id":"95ddd2b5-2294-4b45-8375-ef9cd939ad59","exec":[""],"type":"text/javascript"}}],"id":"d469858d-7208-4857-8d90-cf309c92f22c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\":\"namrahsaeed2@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":"d469858d-7208-4857-8d90-cf309c92f22c"}],"id":"6554bb76-a12a-4f8e-92a1-97892dad7d83","description":"<p>Almost all endpoints require authentication using a Bearer token. Include the token in the <code>Authorization</code> header of your requests.</p>\n","_postman_id":"6554bb76-a12a-4f8e-92a1-97892dad7d83"},{"name":"Delete Me (inactivate account)","id":"ca65ca28-de50-4a75-b886-5f1764c85d75","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":"ca65ca28-de50-4a75-b886-5f1764c85d75"},{"name":"Update Data by Logged in current user","event":[{"listen":"test","script":{"id":"94eaba3a-d3c0-4284-b9bb-5023acf6c2e8","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"fcea811c-52a4-4fe0-8624-0ec04aecdb81","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\":\"testttt\",\"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":"fcea811c-52a4-4fe0-8624-0ec04aecdb81"},{"name":"Get All Users","id":"8864802e-df74-49b1-8d98-a7431158d82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8864802e-df74-49b1-8d98-a7431158d82a"},{"name":"Get A User","id":"1d632c65-6a8c-4911-8a61-4d513c1bf116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users/1","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d632c65-6a8c-4911-8a61-4d513c1bf116"},{"name":"Delete A User","id":"24783eb5-cfe1-4171-9e4c-308ce54fb6db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/users/64e57623552bf46a282f6941","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","64e57623552bf46a282f6941"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24783eb5-cfe1-4171-9e4c-308ce54fb6db"},{"name":"Update A User","id":"2da8b00d-a64d-4300-951b-c940eb14fdc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"zara\",\r\n  \"email\": \"zara@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/users/64e575c776799b3f1ded2dda","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","64e575c776799b3f1ded2dda"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2da8b00d-a64d-4300-951b-c940eb14fdc4"},{"name":"Get Me (Current User)","id":"3398518f-393a-4011-9220-b4f9efc00348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/users/me","urlObject":{"protocol":"http","port":"3000","path":["api","v1","users","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3398518f-393a-4011-9220-b4f9efc00348"}],"id":"fab86d6c-c4b6-41b4-8c5d-8d26160bfc0d","_postman_id":"fab86d6c-c4b6-41b4-8c5d-8d26160bfc0d","description":""},{"name":"Tours","item":[{"name":"Get All Tours","id":"9920411d-eb16-4f98-bc35-324202b2bbc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours?sort=duration&sort=price&duration[gte]=6","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"key":"sort","value":"duration"},{"key":"sort","value":"price"},{"description":{"content":"<p>Query for tour duration. Supports gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"duration[gte]","value":"6"}],"variable":[]}},"response":[],"_postman_id":"9920411d-eb16-4f98-bc35-324202b2bbc3"},{"name":"Get A Tour","id":"b59cf88c-f5ba-4952-b2b5-ebac943da42c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2955","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2955"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b59cf88c-f5ba-4952-b2b5-ebac943da42c"},{"name":"Create A Tour","id":"a749bb0c-226d-4581-ab63-05f2fe1500a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Awesome Adventure Tour 10\",\r\n  \"duration\": 5,\r\n  \"maxGroupSize\": 12,\r\n  \"difficulty\": \"easy\",\r\n  \"price\": 1298,\r\n  \"summary\": \"Embark on an unforgettable adventure through breathtaking landscapes.\",\r\n  \"description\": \"Experience the thrill of a lifetime as you explore stunning vistas, encounter local wildlife, and forge new friendships.\",\r\n  \"imageCover\": \"awesome-adventure-cover.jpg\",\r\n  \"images\": [\"image1.jpg\", \"image2.jpg\", \"image3.jpg\"],\r\n  \"startDates\": [\"2023-09-01T10:00:00Z\", \"2023-10-15T10:00:00Z\"],\r\n  \"guides\":[\"64e1f93ffcba4f720b1969f9\", \"64e1bcc76cb2620c0706c016\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a749bb0c-226d-4581-ab63-05f2fe1500a0"},{"name":"Update A Tour","id":"d449f30b-b5a2-4db3-8bbf-318a738d96cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n \"guides\":[\"64e1f93ffcba4f720b1969f9\", \"64e0c3fa20051722866fa7e0\",\"64e5756576799b3f1ded2dd5\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/tours/64ea3070c84fe37a8","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","64ea3070c84fe37a8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d449f30b-b5a2-4db3-8bbf-318a738d96cf"},{"name":"Delete A Tour","id":"9685466d-8e38-4e92-9857-371c8ad971fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/tours/5c88fa8cf4afda39709c2955","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","5c88fa8cf4afda39709c2955"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9685466d-8e38-4e92-9857-371c8ad971fc"},{"name":"Get Top 5 Cheap","id":"fc34b9a7-1163-4a16-b8f9-ba72f7e82fc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/tours/top-5-cheap","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","top-5-cheap"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc34b9a7-1163-4a16-b8f9-ba72f7e82fc0"},{"name":"Get Tour Stats","id":"da398da9-dd62-4798-8b2d-a97a1f1750c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/tours/tour-stats","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","tour-stats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"da398da9-dd62-4798-8b2d-a97a1f1750c2"},{"name":"Get Monthly Plan","id":"8d21a54c-5c54-4fc8-95e9-82c0ab821e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/tours/monthly-plan/2021","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","monthly-plan","2021"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d21a54c-5c54-4fc8-95e9-82c0ab821e35"},{"name":"Get Tours Within Radius","id":"fbd4bbe2-6e76-46cb-a213-1a43729be465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/tours/tours-within/400/center/34.111745,-118.113491/unit/mi","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","tours-within","400","center","34.111745,-118.113491","unit","mi"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbd4bbe2-6e76-46cb-a213-1a43729be465"},{"name":"Get Tours Distances","id":"14861b13-16d7-40e2-9879-9c15d3a98b65","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":"14861b13-16d7-40e2-9879-9c15d3a98b65"}],"id":"9e19361d-f297-416d-9399-e4157c978d3a","description":"<p>You can get all tours, create new ones, and edit and delete tours. There are also special endpoints for some special requirements.</p>\n","_postman_id":"9e19361d-f297-416d-9399-e4157c978d3a"},{"name":"Tours/Reviews","item":[{"name":"Get all reviews on tour","id":"a892adde-a9e1-4f30-9e4e-2ab8258b23bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/tours/64eebeb85c310536bd408f33/reviews","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","64eebeb85c310536bd408f33","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a892adde-a9e1-4f30-9e4e-2ab8258b23bf"},{"name":"Create new review on tour","id":"921ff8c0-c411-4113-9b90-1db54fbacc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"rating\": 5,\r\n  \"review\": \"Awesome!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/tours/5c88fa8cf4afda39709c2955/reviews","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tours","5c88fa8cf4afda39709c2955","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"921ff8c0-c411-4113-9b90-1db54fbacc70"}],"id":"a221aa57-eba3-4714-add5-324c2ed71aef","_postman_id":"a221aa57-eba3-4714-add5-324c2ed71aef","description":""},{"name":"Reviews","item":[{"name":"Get All Reviews","id":"12635c3e-5616-461e-999a-99bd805a17f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[{"disabled":true,"key":"rating","value":"4"}],"variable":[]}},"response":[],"_postman_id":"12635c3e-5616-461e-999a-99bd805a17f2"},{"name":"Get A Review","id":"5c325056-1cb7-4dc5-9e58-ec7a9340a8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/64eebee15c310536bd408f38","urlObject":{"path":["v1","reviews","64eebee15c310536bd408f38"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c325056-1cb7-4dc5-9e58-ec7a9340a8ef"},{"name":"Create A Review","id":"73a91a10-dc00-4477-9a1f-79cbe588c369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"review\": \"Loved it!!\",\r\n  \"rating\": 4,\r\n  \"tour\": \"64ea2e5c16f8d704c227596f\",\r\n  \"user\": \"64e0c3fa20051722866fa7e0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"73a91a10-dc00-4477-9a1f-79cbe588c369"},{"name":"Delete A Review","id":"9ec652fc-5a0b-4ef4-8287-a0d422f06dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/64eee5b15123fa1258d17827","urlObject":{"path":["v1","reviews","64eee5b15123fa1258d17827"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ec652fc-5a0b-4ef4-8287-a0d422f06dfd"},{"name":"Update A Review","id":"8dcfd7f6-b4ea-4b9c-9e4b-10b4f44ae637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"rating\":4\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews/64eedd7b14583a17a3690e27","urlObject":{"path":["v1","reviews","64eedd7b14583a17a3690e27"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dcfd7f6-b4ea-4b9c-9e4b-10b4f44ae637"}],"id":"b6d9a0b0-ed00-4da2-a44e-cea39fa921c2","_postman_id":"b6d9a0b0-ed00-4da2-a44e-cea39fa921c2","description":""},{"name":"Bookings","item":[{"name":"Get All Bookings","id":"4863be58-9311-45df-8abd-1ab5f0cd0c5a","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":"4863be58-9311-45df-8abd-1ab5f0cd0c5a"},{"name":"Get A Booking","id":"1556074b-1085-4290-aed0-bf91e7cd308d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/650a90413120074341006fe0","urlObject":{"path":["v1","bookings","650a90413120074341006fe0"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1556074b-1085-4290-aed0-bf91e7cd308d"},{"name":"Create A Booking","id":"6b444622-4a1e-4437-995b-458ef908ab13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/bookings","urlObject":{"path":["v1","bookings"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b444622-4a1e-4437-995b-458ef908ab13"},{"name":"Delete A Booking","id":"b6ed9338-a98d-4877-a649-bf2968d426e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/bookings","urlObject":{"path":["v1","bookings"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6ed9338-a98d-4877-a649-bf2968d426e5"},{"name":"Update A Booking","id":"6a346a2f-3a68-447f-b7e0-799d29472449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{URL}}api/v1/bookings","urlObject":{"path":["v1","bookings"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a346a2f-3a68-447f-b7e0-799d29472449"},{"name":"Create Checkout Session","id":"d4a67d4c-9447-4e3f-ad0e-a9c6c9192129","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/5c88fa8cf4afda39709c2955","urlObject":{"path":["v1","bookings","checkout-session","5c88fa8cf4afda39709c2955"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4a67d4c-9447-4e3f-ad0e-a9c6c9192129"}],"id":"353602ca-1383-4be1-99f1-3c16551aaef2","_postman_id":"353602ca-1383-4be1-99f1-3c16551aaef2","description":""}]}