{"info":{"_postman_id":"38fc11c4-7d8d-4772-be95-991c010a67cb","name":"Mytours","description":"<html><head></head><body><p>The Mytours API contains endpoints for : <strong>Tours, Users and Reviews.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33493267","collectionId":"38fc11c4-7d8d-4772-be95-991c010a67cb","publishedId":"2sA3s9D8ac","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-18T21:33:32.000Z"},"item":[{"name":"Tours","item":[{"name":"Get All Tours","id":"4122a95f-a986-4444-b610-3339e2073762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2YTk3N2Q2NmJkOTg2MzcxMGFmMWE3NyIsImlhdCI6MTcyMjM4MjMwMSwiZXhwIjoxNzMwMTU4MzAxfQ._-7UIfwt9mx4M7aY5aNa4g1NgdLSqLFvft0i0LbtS-I","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours?price[lt]=1000&ratingsAverage[gte]=4.7&duration[gte]=7&sort=price","description":"<p>Use this endpoint to view all tours.</p>\n","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"description":{"content":"<p>Query for tour price. Supports : gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"price[lt]","value":"1000"},{"description":{"content":"<p>Query for tour ratings average. Supports : gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"ratingsAverage[gte]","value":"4.7"},{"description":{"content":"<p>Query for tour duration. Supports : gte, lte, gt, lt operators.</p>\n","type":"text/plain"},"key":"duration[gte]","value":"7"},{"description":{"content":"<p>Query for tour sort according to certain criteria(s).</p>\n","type":"text/plain"},"key":"sort","value":"price"}],"variable":[]}},"response":[],"_postman_id":"4122a95f-a986-4444-b610-3339e2073762"},{"name":"Get Tour","id":"5ce179bd-624a-4f1f-bec4-8bf11b316481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/66c06bfa205c6d35447ea2c3","urlObject":{"path":["v1","tours","66c06bfa205c6d35447ea2c3"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ce179bd-624a-4f1f-bec4-8bf11b316481"},{"name":"Create New Tour","id":"a87e1423-5951-4f9d-97e1-2cad905c8d93","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\": \"New Test Tour\",\r\n    \"duration\": 10,\r\n    \"difficulty\": \"easy\",\r\n    \"imageCover\": \"IMG00205\",\r\n    \"summary\": \"Fake tour\",\r\n    \"price\": 500,\r\n    \"maxGroupSize\": 20,\r\n    \"guides\": [\r\n        \"66aa7503f5d6701eac1fa3f2\",\r\n        \"66aa751df5d6701eac1fa3f4\"\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":"a87e1423-5951-4f9d-97e1-2cad905c8d93"},{"name":"Update Tour","id":"cac3cc29-3427-452f-b7f0-7d01ea6b6381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours/11","urlObject":{"path":["v1","tours","11"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cac3cc29-3427-452f-b7f0-7d01ea6b6381"},{"name":"Delete Tour","id":"a40e493b-e437-475d-9c84-8f749c9a1003","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/tours/66759571600cd90f60a92bde","urlObject":{"path":["v1","tours","66759571600cd90f60a92bde"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a40e493b-e437-475d-9c84-8f749c9a1003"},{"name":"Get Top 5 Cheap Tours","id":"73393daf-9889-4b2a-a9bf-13829a920aac","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":"73393daf-9889-4b2a-a9bf-13829a920aac"},{"name":"Get Monthly Plan","id":"294bfcd0-7149-4d45-ac3f-b38e75620ba7","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":"294bfcd0-7149-4d45-ac3f-b38e75620ba7"},{"name":"Get Tours Stats","id":"434be761-08f3-4514-b940-e6d4f1b05745","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":"434be761-08f3-4514-b940-e6d4f1b05745"},{"name":"Find Tour Within Radius","id":"ccf697f1-73db-466e-9d92-f1b5bc8b288a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tours-within/233/center/35.37000514889885,-119.01085177568844/unit/mi","urlObject":{"path":["v1","tours","tours-within","233","center","35.37000514889885,-119.01085177568844","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccf697f1-73db-466e-9d92-f1b5bc8b288a"},{"name":"Get Distances To Tours From Point","id":"654625e8-4f46-4349-ab55-493a8338aee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/distances/35.37000514889885,-119.01085177568844/unit/mi","urlObject":{"path":["v1","tours","distances","35.37000514889885,-119.01085177568844","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"654625e8-4f46-4349-ab55-493a8338aee9"}],"id":"17e48155-f865-4440-9f1f-fda2fc9c1a72","description":"<p><strong>You can get all tours, create new ones, edit and delete them.</strong> There are also some special endpoints for some special requirements.</p>\n","_postman_id":"17e48155-f865-4440-9f1f-fda2fc9c1a72"},{"name":"Reviews","item":[{"name":"Get All Reviews","id":"786fff3a-7f77-4b3c-9884-ad8641ea4502","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":"786fff3a-7f77-4b3c-9884-ad8641ea4502"},{"name":"Get Review","id":"c7baea2b-5dd5-45cb-bdd5-ae99081b2060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/66b7252feaa25e47fcbcc931","urlObject":{"path":["v1","reviews","66b7252feaa25e47fcbcc931"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7baea2b-5dd5-45cb-bdd5-ae99081b2060"},{"name":"Create New Review","id":"1c11b423-d760-4167-9545-7ffaa1c4d7bf","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\": \"meh\",\r\n    \"rating\": 4,\r\n    \"user\": \"66aa7503f5d6701eac1fa3f2\",\r\n    \"tour\": \"5c88fa8cf4afda39709c2951\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews/","urlObject":{"path":["v1","reviews",""],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c11b423-d760-4167-9545-7ffaa1c4d7bf"},{"name":"Update Review","id":"1df26827-8023-4419-92ef-0379aed6fd1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{URL}}api/v1/reviews/66b7252feaa25e47fcbcc931","urlObject":{"path":["v1","reviews","66b7252feaa25e47fcbcc931"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1df26827-8023-4419-92ef-0379aed6fd1d"},{"name":"Delete Review","id":"d139b4b8-7d2a-4659-98b0-4684d7f70a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/66b7252feaa25e47fcbcc931","urlObject":{"path":["v1","reviews","66b7252feaa25e47fcbcc931"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d139b4b8-7d2a-4659-98b0-4684d7f70a42"}],"id":"d40d24ee-907e-46b8-bcb0-1d4582998dd3","_postman_id":"d40d24ee-907e-46b8-bcb0-1d4582998dd3","description":""},{"name":"Tours/Reviews","item":[{"name":"Create New Review on Tour","id":"b1d411c1-c0cd-4c6b-a864-5477abc99448","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\": 4,\r\n    \"review\": \"Good tour\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours/66c06bfa205c6d35447ea2c3/reviews","urlObject":{"path":["v1","tours","66c06bfa205c6d35447ea2c3","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d411c1-c0cd-4c6b-a864-5477abc99448"},{"name":"Get All Tour Reviews","id":"86ecff5d-9d64-42fe-8f8d-84b9548021e1","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":"86ecff5d-9d64-42fe-8f8d-84b9548021e1"}],"id":"ae8d1932-a6ec-442c-a854-191fea0d4fb7","_postman_id":"ae8d1932-a6ec-442c-a854-191fea0d4fb7","description":""},{"name":"Bookings","item":[{"name":"Book Tour","id":"46744ccf-c83d-4e4f-ae38-e5c6902575ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"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":"46744ccf-c83d-4e4f-ae38-e5c6902575ac"},{"name":"Get All Bookings","id":"5248365b-97c8-44e7-a8a4-b931c48b4088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings","urlObject":{"path":["v1","bookings"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5248365b-97c8-44e7-a8a4-b931c48b4088"},{"name":"Get Booking","id":"3df500b0-b041-4413-9a68-a92d699d77f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/bookings/66d4c47a12b1c11e60720918","urlObject":{"path":["v1","bookings","66d4c47a12b1c11e60720918"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3df500b0-b041-4413-9a68-a92d699d77f0"}],"id":"025ff631-0d71-405e-b4e3-13c0aab4c951","_postman_id":"025ff631-0d71-405e-b4e3-13c0aab4c951","description":""},{"name":"Users","item":[{"name":"Get All users","id":"e061a25a-ec93-43ac-a172-69bb56f4b452","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":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":"e061a25a-ec93-43ac-a172-69bb56f4b452"},{"name":"Get User","id":"7a803626-cb33-4b9e-bf40-0e07bb1760f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users/66aa7503f5d6701eac1fa3f2","urlObject":{"path":["v1","users","66aa7503f5d6701eac1fa3f2"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a803626-cb33-4b9e-bf40-0e07bb1760f5"},{"name":"Update User","id":"af8ad70d-7b14-4d18-9905-f640ef1f75f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{URL}}api/v1/users/66aa7503f5d6701eac1fa3f2","urlObject":{"path":["v1","users","66aa7503f5d6701eac1fa3f2"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"af8ad70d-7b14-4d18-9905-f640ef1f75f8"},{"name":"Delete User","id":"90a92f1a-a095-4822-859e-58851bd690f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/66aa7503f5d6701eac1fa3f2","urlObject":{"path":["v1","users","66aa7503f5d6701eac1fa3f2"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"90a92f1a-a095-4822-859e-58851bd690f7"},{"name":"Get Current User","id":"ff2f7aa5-bbe1-4753-9674-b6b3134de5df","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":"ff2f7aa5-bbe1-4753-9674-b6b3134de5df"},{"name":"Update Current User Data","id":"4bba3ea8-26b5-46ba-bdd3-9e5c822d14ff","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\": \"nadjib\"\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":"4bba3ea8-26b5-46ba-bdd3-9e5c822d14ff"},{"name":"Delete Current User","id":"83320595-b525-40d9-9593-e7aa6e5af26a","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":"83320595-b525-40d9-9593-e7aa6e5af26a"}],"id":"afc365c3-39c4-4c20-b0ce-ccd12d83d3d2","_postman_id":"afc365c3-39c4-4c20-b0ce-ccd12d83d3d2","description":""},{"name":"Authentication","item":[{"name":"Sign Up","event":[{"listen":"test","script":{"id":"ca299c5f-6148-45af-8648-a78b0e5beadf","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"a05272fa-10b0-40b4-a620-82c346102fd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"email\": \"test2@gmail.dz\",\r\n    \"password\": \"pass1234\",\r\n    \"passwordConfirm\": \"pass1234\",\r\n    \"role\": \"admin\"\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":"a05272fa-10b0-40b4-a620-82c346102fd8"},{"name":"Log In","event":[{"listen":"test","script":{"id":"cd7432ec-f97c-49d7-be7d-3aae021a321f","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"b0a568db-2089-401e-901a-7e8306ec6fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //\"email\": {\"$gt\": \"\"}, + a random password = NoSQL query injection\r\n    \"email\": \"admin@mytours.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":"b0a568db-2089-401e-901a-7e8306ec6fe6"},{"name":"Reset Password","event":[{"listen":"test","script":{"id":"24f04dce-7f65-4d73-8957-47373c674de1","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"226f243d-90d4-481a-a189-be0d43ca93fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"maan1234\",\r\n    \"passwordConfirm\": \"maan1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/resetPassword/2b675c795f5691a46effe8f38fddb5dda9413f59d1644452c7abca37cd4e0d20","urlObject":{"path":["v1","users","resetPassword","2b675c795f5691a46effe8f38fddb5dda9413f59d1644452c7abca37cd4e0d20"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"226f243d-90d4-481a-a189-be0d43ca93fd"},{"name":"Update Current User Password","event":[{"listen":"test","script":{"id":"cf00efe7-0fdf-4f6f-8560-e1f5d9055398","exec":["    if (!pm.response.json().token) return;\r","    pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"fb5a9bf5-ab32-400a-8da6-d7f5c0289bb7","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\": \"maan1234\",\r\n    \"password\": \"maan12345\",\r\n    \"passwordConfirm\": \"maan12345\"\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":"fb5a9bf5-ab32-400a-8da6-d7f5c0289bb7"},{"name":"Forgot Password","id":"c4694259-d982-4d75-88ac-c83da0c140c6","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\": \"me@gmail.dz\"\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":"c4694259-d982-4d75-88ac-c83da0c140c6"}],"id":"1ec1eaf4-f435-4f44-916a-a74c37eb8fb0","_postman_id":"1ec1eaf4-f435-4f44-916a-a74c37eb8fb0","description":""}]}