{"info":{"_postman_id":"8fa9435a-ae20-4fa8-aa17-e0cd9005c0d5","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":"38039877","collectionId":"8fa9435a-ae20-4fa8-aa17-e0cd9005c0d5","publishedId":"2sAXqs5gcB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-18T20:42:32.000Z"},"item":[{"name":"Tours","item":[{"name":"Get all tours","id":"20e8fb91-a22a-4dd7-8cab-d3d6a7a171cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2ZTQ5ZDBiYTE5ZWZkMTIxZGNhNmQ2OSIsImlhdCI6MTcyNjI1OTk5MywiZXhwIjoxNzI2MjU5OTkzfQ.iLTztezmGrOnG825m3sFCVjWZeTVFR5jpsOdwxVsnrQ","type":"text"}],"url":"{{URL}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[{"disabled":true,"key":"duration[gt]","value":"5"},{"disabled":true,"key":"sort","value":"price"},{"disabled":true,"key":"ratingsAverage[gte]","value":"4.7"}],"variable":[]}},"response":[],"_postman_id":"20e8fb91-a22a-4dd7-8cab-d3d6a7a171cf"},{"name":"Get tour","id":"374c4406-3c69-4879-b02e-0418e58397d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/66eaf7155ae7e9269e695c55","urlObject":{"path":["v1","tours","66eaf7155ae7e9269e695c55"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"374c4406-3c69-4879-b02e-0418e58397d5"},{"name":"tour stats","id":"60870e0c-3456-4c2e-a972-988b3be1f88e","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":"60870e0c-3456-4c2e-a972-988b3be1f88e"},{"name":"get monthly plan","id":"9aaeff41-6494-4751-a34f-3377d03440f2","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":"9aaeff41-6494-4751-a34f-3377d03440f2"},{"name":"get tours within radius","id":"e9031dfb-28ad-4303-b5a9-3a0d46398b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/tours-within/400/center/37,-115/unit/mi","urlObject":{"path":["v1","tours","tours-within","400","center","37,-115","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9031dfb-28ad-4303-b5a9-3a0d46398b03"},{"name":"get distance from point to all tours","id":"45d34e94-6d24-4bd3-accf-445f9c3ea9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}api/v1/tours/distances/37,-115/unit/mi","urlObject":{"path":["v1","tours","distances","37,-115","unit","mi"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"45d34e94-6d24-4bd3-accf-445f9c3ea9d2"},{"name":"create new tour","id":"88348ee5-d66e-41d1-aeba-efac04a9a489","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\": \"test unique\",\r\n    \"duration\": 7,\r\n    \"maxGroupSize\": 15,\r\n    \"difficulty\": \"easy\",\r\n    \"price\": 497,\r\n    \"priceDiscount\": 50,\r\n    \"summary\": \"test...\",\r\n    \"imageCover\": \"tour-2-cover.jpg\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"88348ee5-d66e-41d1-aeba-efac04a9a489"},{"name":"update tour","id":"81ac30e4-2b4e-40a8-a455-c806a32aa648","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","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-1.jpg"],"src":"/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-1.jpg"},{"key":"images","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-2.jpg"],"src":"/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-2.jpg"},{"key":"images","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-3.jpg"],"src":"/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-3.jpg"},{"key":"images","type":"file","src":"/D:/Learning Web/node js-final project/starter/dev-data/img/new-tour-4.jpg"}]},"url":"{{URL}}api/v1/tours/66f1ba2db8c63dc5db66cecb","urlObject":{"path":["v1","tours","66f1ba2db8c63dc5db66cecb"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"81ac30e4-2b4e-40a8-a455-c806a32aa648"},{"name":"Delete Tour","id":"7b43c824-f347-45ab-a42c-92c23abb5906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/tours/66eaf2be29acb2384ecce880","urlObject":{"path":["v1","tours","66eaf2be29acb2384ecce880"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b43c824-f347-45ab-a42c-92c23abb5906"}],"id":"9c98aef4-a95b-4b0d-9f62-15af29d5feef","_postman_id":"9c98aef4-a95b-4b0d-9f62-15af29d5feef","description":""},{"name":"Users","item":[{"name":"get all users","id":"0c216a0c-9ea2-48ae-b1a5-819a5ecc50ec","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":[{"disabled":true,"key":"role","value":"user"}],"variable":[]}},"response":[],"_postman_id":"0c216a0c-9ea2-48ae-b1a5-819a5ecc50ec"},{"name":"get current user","id":"68d12eb7-ce71-49af-9b21-55bf72f5c513","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":"68d12eb7-ce71-49af-9b21-55bf72f5c513"},{"name":"get user","id":"e0a4994f-55cb-48b4-ae95-a08c90ac8b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/users/66e556579ef36cd8c126807a","urlObject":{"path":["v1","users","66e556579ef36cd8c126807a"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0a4994f-55cb-48b4-ae95-a08c90ac8b80"},{"name":"sign up","event":[{"listen":"test","script":{"id":"f40597fc-6898-4838-b05c-86c07dad967e","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"f0ef59aa-708d-4fde-93e9-bff1187056d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Hussein\",\r\n    \"email\": \"hussein@gmail.com\",\r\n    \"password\": \"12345678\",\r\n    \"passwordConfirm\": \"12345678\",\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":"f0ef59aa-708d-4fde-93e9-bff1187056d8"},{"name":"log in","event":[{"listen":"test","script":{"id":"53344aba-d18a-4ecc-9d90-4bdb13576d91","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"a36466b9-d2a3-4cef-9aab-917c28acc194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hussein@gmail.com\",\r\n    \"password\": \"12345678\"\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":"a36466b9-d2a3-4cef-9aab-917c28acc194"},{"name":"forgot password","id":"4456cfc4-9b5a-41fc-9b5a-3f08c5a43bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"hussein@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":"4456cfc4-9b5a-41fc-9b5a-3f08c5a43bd9"},{"name":"create user","id":"9d6abb85-c4b4-4939-8298-91aac0b202dd","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\": \"test\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"12345678\",\r\n    \"passwordConfirm\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users","urlObject":{"path":["v1","users"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d6abb85-c4b4-4939-8298-91aac0b202dd"},{"name":"reset password","event":[{"listen":"test","script":{"id":"abc822fb-cb0f-4b81-930e-18534f552c5d","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"08f3f9c7-3097-4f8e-b182-7281a2c39ba4","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/resetpassword/24c4216e2ea3ae8635da13571ed38f4acc4c3f3f7e73f1c247230849b2bfbb66","urlObject":{"path":["v1","users","resetpassword","24c4216e2ea3ae8635da13571ed38f4acc4c3f3f7e73f1c247230849b2bfbb66"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"08f3f9c7-3097-4f8e-b182-7281a2c39ba4"},{"name":"update password","event":[{"listen":"test","script":{"id":"fda822c1-1d76-42c0-967d-d9797e3fbd7c","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"64b7ae08-57f8-4a03-b5d7-a1789e1ca245","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\":\"123456789\",\r\n    \"password\":\"12345678\",\r\n    \"passwordConfirm\":\"12345678\"\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":"64b7ae08-57f8-4a03-b5d7-a1789e1ca245"},{"name":"update Me","id":"8f648445-7aa7-4475-95d5-5884ffb3e1d5","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":"Leo Mr Gillespie","type":"text","disabled":true},{"key":"photo","type":"file","src":"/D:/Learning Web/node js-final project/starter/dev-data/img/aarav.jpg"}]},"url":"{{URL}}api/v1/users/updateMe","urlObject":{"path":["v1","users","updateMe"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f648445-7aa7-4475-95d5-5884ffb3e1d5"},{"name":"update user","id":"9fb2f9c7-e276-47d8-9540-7d15ae58d6a5","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\": \"mohamed\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/users/66e97f0a8b684ac907a0e2c3","urlObject":{"path":["v1","users","66e97f0a8b684ac907a0e2c3"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fb2f9c7-e276-47d8-9540-7d15ae58d6a5"},{"name":"delete Me","id":"0a872a00-5cdd-4754-b83a-94f09ab6ccee","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":"0a872a00-5cdd-4754-b83a-94f09ab6ccee"},{"name":"delete user","id":"c257ae5e-5492-4647-9740-aceeca883819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/users/66e72c11c9203d1ab2aa56b7","urlObject":{"path":["v1","users","66e72c11c9203d1ab2aa56b7"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c257ae5e-5492-4647-9740-aceeca883819"}],"id":"f24617d9-9e29-435b-9e73-d6e7c19b44df","_postman_id":"f24617d9-9e29-435b-9e73-d6e7c19b44df","description":""},{"name":"Reviews","item":[{"name":"get all reviews","id":"d6e0589a-1589-4d89-8599-96ee0f7d44df","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":[{"disabled":true,"key":"rating","value":"5"}],"variable":[]}},"response":[],"_postman_id":"d6e0589a-1589-4d89-8599-96ee0f7d44df"},{"name":"get review","id":"6313a000-810c-48a0-a9c8-552c94d423ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/reviews/66eac6c4811970d0dbc525ed","urlObject":{"path":["v1","reviews","66eac6c4811970d0dbc525ed"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6313a000-810c-48a0-a9c8-552c94d423ef"},{"name":"create review","id":"f14102db-38f7-42b5-8020-fe1f07084197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"66f14c251c66f2fb133eb84d\",\r\n    \"tour\": \"66f1ba2db8c63dc5db66cecb\",\r\n    \"review\":\"The Mountain Biker tour was an incredible adventure! The scenery was breathtaking, and the trail had the perfect mix of challenge and excitement. The guides were knowledgeable and made sure everyone had a great time while staying safe. Highly recommend for anyone looking for an unforgettable biking experience! 5/5!\",\r\n    \"rating\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f14102db-38f7-42b5-8020-fe1f07084197"},{"name":"update review","id":"c16ba47c-4dec-4158-9320-3fdcf3aed5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"review\":\"sooooooo good\",\r\n    \"rating\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/reviews/66ead45f5fb7b65675f77ccd","urlObject":{"path":["v1","reviews","66ead45f5fb7b65675f77ccd"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c16ba47c-4dec-4158-9320-3fdcf3aed5d4"},{"name":"delete review","id":"7be8270c-f68f-4b34-a235-24a3bba5a237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}api/v1/reviews/66ead45f5fb7b65675f77ccd","urlObject":{"path":["v1","reviews","66ead45f5fb7b65675f77ccd"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7be8270c-f68f-4b34-a235-24a3bba5a237"}],"id":"9d0b86b9-5303-484b-bc75-9efeb3c3fbfa","_postman_id":"9d0b86b9-5303-484b-bc75-9efeb3c3fbfa","description":""},{"name":"tour/review","item":[{"name":"get tour reviews ","id":"dadd4383-09d5-4410-9efe-13e64f61b670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}api/v1/tours/5c88fa8cf4afda39709c2966/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2966","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"dadd4383-09d5-4410-9efe-13e64f61b670"},{"name":"create review tour","id":"16472a40-011e-4cf0-831b-36491beef5d4","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\": \"The Mountain Biker tour was an incredible adventure! The scenery was breathtaking, and the trail had the perfect mix of challenge and excitement. The guides were knowledgeable and made sure everyone had a great time while staying safe. Highly recommend for anyone looking for an unforgettable biking experience!\",\r\n    \"rating\":\"5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}api/v1/tours/66f1ba2db8c63dc5db66cecb/reviews","urlObject":{"path":["v1","tours","66f1ba2db8c63dc5db66cecb","reviews"],"host":["{{URL}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"16472a40-011e-4cf0-831b-36491beef5d4"}],"id":"6904fa60-6402-48d1-80cf-df243d7e7f0d","_postman_id":"6904fa60-6402-48d1-80cf-df243d7e7f0d","description":""}]}