{"info":{"_postman_id":"a22b6ea6-6ac1-4a75-9f47-a84744aa13b9","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":"5784131","collectionId":"a22b6ea6-6ac1-4a75-9f47-a84744aa13b9","publishedId":"SVtPXAoK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-01T17:57:45.000Z"},"item":[{"name":"Tours","item":[{"name":"Get All Tours","id":"3fa9d5e9-1d06-4374-bbff-94c138ac85e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours?duration[gte]=7&sort=price","description":"<p>You can get all the tours information</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"},{"key":"sort","value":"price"}],"variable":[]}},"response":[],"_postman_id":"3fa9d5e9-1d06-4374-bbff-94c138ac85e1"},{"name":"Create New Tour","id":"644c31f9-60cf-4958-ad1c-2a1b589600ec","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\"name\": \"New Testt tttt\",\n\t\"duration\": 1,\n\t\"maxGroupSize\": 11,\n\t\"difficulty\": \"easy\",\n\t\"price\": 1,\n\t\"summary\": \"Test tour\",\n\t\"imageCover\": \"tour-3-cover.jpg\"\n\n\t\n}"},"url":"{{URL}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"644c31f9-60cf-4958-ad1c-2a1b589600ec"},{"name":"Get Tour","id":"09ade11e-128e-4c93-b792-8558e10ffa01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5d91ef6e55b4fd08b564ac82","urlObject":{"path":["v1","tours","5d91ef6e55b4fd08b564ac82"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"09ade11e-128e-4c93-b792-8558e10ffa01"},{"name":"Update Tour","id":"cbfa9895-5dc9-4708-b0fb-5200ffcca6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"imageCover","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/moathshraim/Documents/NodeJS projects/4-natours/dev-data/img/new-tour-1.jpg"},{"key":"images","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/moathshraim/Documents/NodeJS projects/4-natours/dev-data/img/new-tour-2.jpg"},{"key":"images","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/moathshraim/Documents/NodeJS projects/4-natours/dev-data/img/new-tour-3.jpg"},{"key":"images","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/moathshraim/Documents/NodeJS projects/4-natours/dev-data/img/new-tour-4.jpg"},{"key":"price","value":"997","type":"text"}]},"url":"{{URL}}api/v1/tours/5d9c7c8ee5432e030e6a44b8","urlObject":{"path":["v1","tours","5d9c7c8ee5432e030e6a44b8"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbfa9895-5dc9-4708-b0fb-5200ffcca6c9"},{"name":"Delete Tour","id":"835c3d1b-f061-4753-83c1-7b7695b4bae1","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":"835c3d1b-f061-4753-83c1-7b7695b4bae1"},{"name":"Get Top 5 Cheap","id":"dade8f13-09fc-44c7-ab47-58c3d02356b8","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":"dade8f13-09fc-44c7-ab47-58c3d02356b8"},{"name":"Get Monthly Plan","id":"3c0a3e54-4882-4467-ba33-de6788d3fdd5","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":"3c0a3e54-4882-4467-ba33-de6788d3fdd5"},{"name":"Get Tour Stats","id":"f845c7a9-cc5e-4412-a9c0-2394b67c18df","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":"f845c7a9-cc5e-4412-a9c0-2394b67c18df"},{"name":"Get Tour Within Radius","id":"642c5593-6d6c-4f03-ae07-a6e7d7dca8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tours-within/400/center/34.111745,-118.113491/unit/mi","urlObject":{"path":["v1","tours","tours-within","400","center","34.111745,-118.113491","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"642c5593-6d6c-4f03-ae07-a6e7d7dca8d2"},{"name":"Get distances to Tours From Point","id":"5ccea3f2-a8de-474e-b424-5cca1a848c5d","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":"5ccea3f2-a8de-474e-b424-5cca1a848c5d"}],"id":"a68720ee-d610-4ddb-a974-74b1928e8c15","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":"0f0f9edc-8349-4bcf-a7cf-3d4f5dd7610f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d417ee65-d7dd-419e-b190-42c894b50975","type":"text/javascript","exec":[""]}}],"_postman_id":"a68720ee-d610-4ddb-a974-74b1928e8c15"},{"name":"Reviews","item":[{"name":"Get All Reviews","id":"686c7c69-8879-4099-bd14-f1e3afb5a880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews?rating=4","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[{"key":"rating","value":"4"}],"variable":[]}},"response":[],"_postman_id":"686c7c69-8879-4099-bd14-f1e3afb5a880"},{"name":"Get Reviews","id":"72a9e581-4ff5-43fd-a7bd-80b53420cd10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/5d8c94b1223fa507e6303bd7","urlObject":{"path":["v1","reviews","5d8c94b1223fa507e6303bd7"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"72a9e581-4ff5-43fd-a7bd-80b53420cd10"},{"name":"Create New Review","id":"ce7ac7ee-be7f-4983-9386-57dbd7000e8c","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\n\t\"review\": \"amazing!!!\",\n\t\"rating\":\"5\"\n}"},"url":"{{URL}}api/v1/tours/5d91ef6e55b4fd08b564ac82/reviews","urlObject":{"path":["v1","tours","5d91ef6e55b4fd08b564ac82","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce7ac7ee-be7f-4983-9386-57dbd7000e8c"},{"name":"Update Review","id":"363484d4-e2f2-4451-9423-c80ded1e7f97","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\n\t\"rating\": 3\n}"},"url":"{{URL}}api/v1/reviews/5d909b90bcdde306ab0bbc4b","urlObject":{"path":["v1","reviews","5d909b90bcdde306ab0bbc4b"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"363484d4-e2f2-4451-9423-c80ded1e7f97"},{"name":"Delete Review","id":"a27332ed-34a4-419e-9d64-1e4a084e549c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/5d8c94b1223fa507e6303bd7","urlObject":{"path":["v1","reviews","5d8c94b1223fa507e6303bd7"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a27332ed-34a4-419e-9d64-1e4a084e549c"}],"id":"1d885771-c663-476a-93d1-df28970c7c54","_postman_id":"1d885771-c663-476a-93d1-df28970c7c54","description":""},{"name":"Tours/Reviews","item":[{"name":"Create A New Review on Tour","id":"47ceaaba-cbd0-497b-9584-13008bceec39","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\" :\"3\",\n\t\"review\": \"Was kind okay\"\n}"},"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c295d/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c295d","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"47ceaaba-cbd0-497b-9584-13008bceec39"},{"name":"Get All Reviews on Tour","id":"b9c229fa-fa89-43dd-bd56-85fd3c249097","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":"b9c229fa-fa89-43dd-bd56-85fd3c249097"},{"name":"Delete Review","id":"d561082a-befa-4360-a8bb-87bbfe0d2daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/5d89062be39be504ca0a4b4c","urlObject":{"path":["v1","reviews","5d89062be39be504ca0a4b4c"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d561082a-befa-4360-a8bb-87bbfe0d2daf"}],"id":"0458947e-5d48-47e5-82ca-970262fd0dc5","_postman_id":"0458947e-5d48-47e5-82ca-970262fd0dc5","description":""},{"name":"Users","item":[{"name":"Get All Users","id":"6aa37098-4ef7-4eed-a25d-8c540d3e263d","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":"6aa37098-4ef7-4eed-a25d-8c540d3e263d"},{"name":"Get User","id":"50e2d62e-a1e6-4e6d-9960-e7a35dd2e52d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users/688776868","urlObject":{"path":["v1","users","688776868"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"50e2d62e-a1e6-4e6d-9960-e7a35dd2e52d"},{"name":"Update User","id":"d98bce2f-170e-4e41-bacf-0a82cb641de2","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\n\t\"name\": \"adminstrator\"\n}"},"url":"{{URL}}api/v1/users/5d877141efa62906c68c7b75","urlObject":{"path":["v1","users","5d877141efa62906c68c7b75"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d98bce2f-170e-4e41-bacf-0a82cb641de2"},{"name":"Delete User","id":"07a5fa6e-76b2-4e63-820e-929cf14f8d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/5d8caea7845e61086d86a859","urlObject":{"path":["v1","users","5d8caea7845e61086d86a859"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"07a5fa6e-76b2-4e63-820e-929cf14f8d71"},{"name":"Update Current User","id":"1ec9aaa0-1e2b-4392-a62d-f7ce7b205b01","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":"photo","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/moathshraim/Documents/NodeJS projects/4-natours/dev-data/img/aarav.jpg"},{"key":"name","value":"Leo J","type":"text","disabled":true}]},"url":"{{URL}}api/v1/users/updateMe","urlObject":{"path":["v1","users","updateMe"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ec9aaa0-1e2b-4392-a62d-f7ce7b205b01"},{"name":"Delete Current User","id":"4ec70693-7e8f-4f3f-9819-db844929d695","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":"4ec70693-7e8f-4f3f-9819-db844929d695"},{"name":"Get Current User","id":"58523879-fa09-40da-8d1e-ada6f0e348f3","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":"58523879-fa09-40da-8d1e-ada6f0e348f3"}],"id":"bd2c3319-7ff6-4c5c-b68c-3850b77cbf77","_postman_id":"bd2c3319-7ff6-4c5c-b68c-3850b77cbf77","description":""},{"name":"Authentication","item":[{"name":"Sign Up","event":[{"listen":"test","script":{"id":"f188bb73-d961-4860-b4f3-80deb58d743e","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"7946f66a-3159-49f9-846c-b2c591644a54","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\":\"test123\",\n\t\"email\":\"test.test@mailsac.com\",\n\t\"password\":\"test1234\",\n\t\"passwordConfirm\":\"test1234\"\n\t\n\t\n\n}"},"url":"{{URL}}api/v1/users/signup","urlObject":{"path":["v1","users","signup"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7946f66a-3159-49f9-846c-b2c591644a54"},{"name":"Login","event":[{"listen":"test","script":{"id":"882d5253-b7e3-4536-9b85-3576b531b9a3","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"148f8fb1-3d89-41a5-86e9-73a0b860ef2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"email\": \"admin@natours.io\",\n\t\"password\": \"{{password}}\"\n\t\n}"},"url":"{{URL}}api/v1/users/login","description":"<p>You can login as admin:</p>\n<p>email: <a href=\"mailto:admin@natours.io\">admin@natours.io</a>\npassword: test1234</p>\n<p>or as user:\nemail:<a href=\"mailto:laura@example.com\">laura@example.com</a>\npassword: test1234</p>\n","urlObject":{"path":["v1","users","login"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"148f8fb1-3d89-41a5-86e9-73a0b860ef2b"},{"name":"Forgot Password","id":"e111da9e-5ab2-4d73-bf49-0267e4319785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"email\": \"moath@gmail.com\"\n}"},"url":"{{URL}}api/v1/users/forgotPassword","urlObject":{"path":["v1","users","forgotPassword"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e111da9e-5ab2-4d73-bf49-0267e4319785"},{"name":"Reset Password","event":[{"listen":"test","script":{"id":"0e662736-8fe0-4980-9769-7656f9e035df","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"ca877f7c-a4de-4a01-a4b0-7aae84890bb1","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\": \"newpass123\",\n\t\"passwordConfirm\": \"newpass123\"\n\t\n}"},"url":"{{URL}}api/v1/users/resetPassword/518b4ac23605d72e7aabe14e510193f9d802c71aa8da98c55639ef2c27f7dacc","urlObject":{"path":["v1","users","resetPassword","518b4ac23605d72e7aabe14e510193f9d802c71aa8da98c55639ef2c27f7dacc"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca877f7c-a4de-4a01-a4b0-7aae84890bb1"},{"name":"Update My Password","event":[{"listen":"test","script":{"id":"7be57f69-ae33-4e77-9979-591bffc9185a","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"1aad0f19-c28e-4839-9687-01b7268a4aee","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":"1aad0f19-c28e-4839-9687-01b7268a4aee"}],"id":"40a0c9bd-f336-4d20-a83e-ce1cd6df4bd9","_postman_id":"40a0c9bd-f336-4d20-a83e-ce1cd6df4bd9","description":""},{"name":"Bookings","item":[{"name":"Get All Bookings","id":"a3c5acc5-e32e-46da-9317-ab5655ed1fbc","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":"a3c5acc5-e32e-46da-9317-ab5655ed1fbc"},{"name":"Get Booking","id":"6e92c7a6-031a-4218-9d66-dd3ae0e64052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/5da08cef1f8f0103e64d8bb9","urlObject":{"path":["v1","bookings","5da08cef1f8f0103e64d8bb9"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e92c7a6-031a-4218-9d66-dd3ae0e64052"}],"id":"6be1214f-8b93-4f05-8e2c-94a76f781daa","_postman_id":"6be1214f-8b93-4f05-8e2c-94a76f781daa","description":""}],"event":[{"listen":"prerequest","script":{"id":"1425ad51-a48a-4ff9-abe9-d724f42b7462","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7ee1b9cc-ebd9-4a21-9bde-3409cf963cb8","type":"text/javascript","exec":[""]}}]}