{"info":{"_postman_id":"b334291d-f163-4f81-91a3-04ca0398b3a0","name":"Natours","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"31244956","collectionId":"b334291d-f163-4f81-91a3-04ca0398b3a0","publishedId":"2sAXqtb1y1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-21T16:07:13.000Z"},"item":[{"name":"Tours","item":[{"name":"Get All Tours","id":"59ab4964-743a-413d-874c-6cb0db380b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"59ab4964-743a-413d-874c-6cb0db380b57"},{"name":"Get Tour","event":[{"listen":"test","script":{"id":"6ce5b76a-0c5c-4ee9-9cad-b87fe6fab1d6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d40f048d-9312-4e2a-bd88-d76e886536fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}api/v1/tours/5c88fa8cf4afda39709c295d","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c295d"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d40f048d-9312-4e2a-bd88-d76e886536fe"},{"name":"Create New Tour","id":"8810f174-4f0b-4977-9956-173380b8045c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"The Forest Hiker\",\r\n    \"duration\": 5,\r\n    \"maxGroupSize\": 1,\r\n    \"difficulty\": \"easy\",\r\n    \"price\": 100,\r\n    \"summary\": \"Test tour\",\r\n    \"imageCover\": \"tour-111-cover.png\",\r\n    \"ratingsAverage\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/tours","urlObject":{"path":["v1","tours"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8810f174-4f0b-4977-9956-173380b8045c"},{"name":"Update Tour","id":"ba4de0b0-b325-4d4b-954c-054c12c0af50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ratingsAverage\": 6,\r\n    \"difficulty\": \"whatever\",\r\n    \"name\": \"Short\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/tours/65d47cf04f5a6db99fc1fa58","urlObject":{"path":["v1","tours","65d47cf04f5a6db99fc1fa58"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba4de0b0-b325-4d4b-954c-054c12c0af50"},{"name":"Delete Tour","id":"f2d78e7a-1b94-4829-a943-c5e72e1ad382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/tours/","urlObject":{"path":["v1","tours",""],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2d78e7a-1b94-4829-a943-c5e72e1ad382"},{"name":"Tour Stats","id":"2e83f3a1-adb0-4d42-8b83-4117e5882b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}api/v1/tours/tour-stats","urlObject":{"path":["v1","tours","tour-stats"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e83f3a1-adb0-4d42-8b83-4117e5882b54"},{"name":"Monthly Plan","id":"e0f17b80-94d7-4797-8aae-312c9804298e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}api/v1/tours/monthly-plan/2024","urlObject":{"path":["v1","tours","monthly-plan","2024"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0f17b80-94d7-4797-8aae-312c9804298e"},{"name":"Get Tours Within Radius","id":"6159819f-0b4c-4a24-82bd-321bd39ffc09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_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":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6159819f-0b4c-4a24-82bd-321bd39ffc09"},{"name":"Get Distances to Tour From Point","id":"3faa14d1-9ea8-4c7c-8ceb-7edb2df19cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}api/v1/tours/distances/34.111745,-118.113491/unit/km","urlObject":{"path":["v1","tours","distances","34.111745,-118.113491","unit","km"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3faa14d1-9ea8-4c7c-8ceb-7edb2df19cf5"}],"id":"216297e2-3a09-4a55-acc3-e48eacfc7bec","description":"<p>Request for natour routes</p>\n","_postman_id":"216297e2-3a09-4a55-acc3-e48eacfc7bec"},{"name":"User","item":[{"name":"Get Me [Current User]","id":"9a19ce3b-2d34-44ec-bac3-718b58c302b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}api/v1/users/me","urlObject":{"path":["v1","users","me"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a19ce3b-2d34-44ec-bac3-718b58c302b8"},{"name":"Get User","id":"ca9f7e01-f828-4063-ab0c-ee73840453e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}api/v1/users/","urlObject":{"path":["v1","users",""],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca9f7e01-f828-4063-ab0c-ee73840453e9"},{"name":"Get All Users","id":"3d181b0b-0f87-4bdb-ab94-c0911db0e283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}api/v1/users","urlObject":{"path":["v1","users"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d181b0b-0f87-4bdb-ab94-c0911db0e283"},{"name":"Update Me","id":"d7fed2ff-192f-4fcc-88d8-f10f116df931","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 J. Gillespie","type":"text"},{"key":"photo","type":"file","src":"/E:/Workspace/Natours/dev-data/img/leo.jpg"}]},"url":"{{base_url}}api/v1/users/updateMe","urlObject":{"path":["v1","users","updateMe"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7fed2ff-192f-4fcc-88d8-f10f116df931"},{"name":"Update User","id":"1fa87375-0a8e-425f-bfc0-36638adb1fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}api/v1/users/5c8a1f292f8fb814b56fa184","urlObject":{"path":["v1","users","5c8a1f292f8fb814b56fa184"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fa87375-0a8e-425f-bfc0-36638adb1fb0"},{"name":"Delete Me","id":"0ea51c2c-c81f-41b6-aeb0-b19812305f02","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":"{{base_url}}api/v1/users/deleteMe","urlObject":{"path":["v1","users","deleteMe"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ea51c2c-c81f-41b6-aeb0-b19812305f02"},{"name":"Delete User","id":"e689e85e-fd0f-48c0-b67c-4ea8f449c739","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":"{{base_url}}api/v1/users/66d56f2a973ebd1943942670","urlObject":{"path":["v1","users","66d56f2a973ebd1943942670"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e689e85e-fd0f-48c0-b67c-4ea8f449c739"}],"id":"4b357c2a-c4b5-43ce-818a-d925d9ea8ec1","description":"<p>Request for user routes</p>\n","_postman_id":"4b357c2a-c4b5-43ce-818a-d925d9ea8ec1"},{"name":"Auth","item":[{"name":"Sign Up","event":[{"listen":"test","script":{"id":"93e9debd-eabb-44ea-a8cd-c5bff0ec3aaf","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"75fcd59c-f0c2-4648-9587-48ca08a4002f","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\": \"Cao Hoang Long\",\r\n    \"email\": \"caolong2503@gmail.com\",\r\n    \"password\": \"{{password}}\",\r\n    \"passwordConfirm\": \"{{password}}\",\r\n    \"role\": \"user\"\r\n}\r\n// {\r\n//     \"name\": \"admin\",\r\n//     \"email\": \"admin@gmail.com\",\r\n//     \"password\": \"{{password}}\",\r\n//     \"passwordConfirm\": \"{{password}}\",\r\n//     \"role\": \"admin\"\r\n// }","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/users/signup","urlObject":{"path":["v1","users","signup"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"75fcd59c-f0c2-4648-9587-48ca08a4002f"},{"name":"Log In","event":[{"listen":"test","script":{"id":"31d2c0d6-b9c1-481e-afbd-9f1524bb65b1","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"94c8cac3-3651-4b53-b748-ea0275aa5d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"email\": \"leo@example.com\",\r\n    \"email\": \"admin@natours.io\",\r\n    \"password\": \"{{password}}\"\r\n}\r\n\r\n// {\r\n//     \"email\": { \"$gt\": \"\" },\r\n//     \"password\": \"test1234\"\r\n// }\r\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/users/login","urlObject":{"path":["v1","users","login"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"94c8cac3-3651-4b53-b748-ea0275aa5d2a"},{"name":"Forgot Password","event":[{"listen":"test","script":{"id":"97007714-cd0b-4cea-a6c5-b7adcacb155a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3b899ec6-f30f-45ab-a4f4-5c61abe6f3ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"caolong2503@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/users/forgotPassword","urlObject":{"path":["v1","users","forgotPassword"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b899ec6-f30f-45ab-a4f4-5c61abe6f3ed"},{"name":"Reset Password","event":[{"listen":"test","script":{"id":"cb5fe611-79a7-4840-88b9-2bd562f659de","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"1c041eb3-c4df-4b9c-a6b3-cef2038bbf4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"caolong2503\",\r\n    \"passwordConfirm\": \"caolong2503\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/users/resetPassword/4bb615938f2a21a06224451edc77cf67cc7039224177a4d1dee5b20e51829a38","urlObject":{"path":["v1","users","resetPassword","4bb615938f2a21a06224451edc77cf67cc7039224177a4d1dee5b20e51829a38"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c041eb3-c4df-4b9c-a6b3-cef2038bbf4e"},{"name":"Update Password","event":[{"listen":"test","script":{"id":"97007714-cd0b-4cea-a6c5-b7adcacb155a","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript","packages":{}}}],"id":"3e2e0a8a-5ab2-472a-be83-63470140d4a0","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\": \"admin123\",\r\n    \"password\": \"admin1234\",\r\n    \"passwordConfirm\": \"admin1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/users/updateMyPassword","urlObject":{"path":["v1","users","updateMyPassword"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e2e0a8a-5ab2-472a-be83-63470140d4a0"}],"id":"6bb05d43-6a02-4c30-88cb-2de88d47419e","_postman_id":"6bb05d43-6a02-4c30-88cb-2de88d47419e","description":""},{"name":"Tours/Reviews","item":[{"name":"Create New Review On Tour","event":[{"listen":"test","script":{"id":"6ce5b76a-0c5c-4ee9-9cad-b87fe6fab1d6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"53f9d898-4196-4ea5-aacd-0ceeafe171a3","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\": 5,\r\n    \"review\": \"This tour gives to me lots of fun moment, love it!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/tours/5c88fa8cf4afda39709c295a/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c295a","reviews"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"53f9d898-4196-4ea5-aacd-0ceeafe171a3"},{"name":"Get Review On Tour","event":[{"listen":"test","script":{"id":"6ce5b76a-0c5c-4ee9-9cad-b87fe6fab1d6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"250119ae-9d42-4809-90cb-fb2ba722b8f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rating\": 5,\r\n    \"review\": \"This tour gives to me lots of fun moment, love it!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/tours/5c88fa8cf4afda39709c2951/reviews","urlObject":{"path":["v1","tours","5c88fa8cf4afda39709c2951","reviews"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"250119ae-9d42-4809-90cb-fb2ba722b8f1"}],"id":"8113e2b8-f9fd-4e25-837a-94ef9c94eaff","_postman_id":"8113e2b8-f9fd-4e25-837a-94ef9c94eaff","description":""},{"name":"Review","item":[{"name":"Get Review","id":"0e664fe7-f3c5-4bff-9b0b-2d9982de7640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}api/v1/reviews/66dd62bff6018653a98e1758","urlObject":{"path":["v1","reviews","66dd62bff6018653a98e1758"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e664fe7-f3c5-4bff-9b0b-2d9982de7640"},{"name":"Get All Reviews","id":"a6112404-c719-4453-b6b5-dd5f1631cfea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}api/v1/reviews?","urlObject":{"path":["v1","reviews"],"host":["{{base_url}}api"],"query":[{"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"a6112404-c719-4453-b6b5-dd5f1631cfea"},{"name":"Create New Review","id":"f8e8b917-88e4-49ff-98fd-37b751a12584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8e8b917-88e4-49ff-98fd-37b751a12584"},{"name":"Update Review","id":"02e1d1f4-0c01-464e-b34a-81f6a4f12768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{base_url}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"02e1d1f4-0c01-464e-b34a-81f6a4f12768"},{"name":"Delete Review","id":"d62a70cb-509d-451c-bc67-120824706e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}api/v1/reviews","urlObject":{"path":["v1","reviews"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d62a70cb-509d-451c-bc67-120824706e68"}],"id":"89fda297-6266-4c2a-94e7-24a8f1188664","_postman_id":"89fda297-6266-4c2a-94e7-24a8f1188664","description":""},{"name":"Booking","item":[{"name":"Checkout Session","id":"8b04de5d-7b62-431a-81f4-d0639de879b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}api/v1/bookings/checkout-session/5c88fa8cf4afda39709c295d","urlObject":{"path":["v1","bookings","checkout-session","5c88fa8cf4afda39709c295d"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b04de5d-7b62-431a-81f4-d0639de879b1"},{"name":"Get Booking","id":"69758a81-7e6d-49f7-972e-de276869d3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}api/v1/bookings","urlObject":{"path":["v1","bookings"],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"69758a81-7e6d-49f7-972e-de276869d3d0"},{"name":"Get All Bookings","id":"70a6b843-8108-4abb-9eb7-fee322583566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"file","file":{}},"url":"{{base_url}}api/v1/bookings/","urlObject":{"path":["v1","bookings",""],"host":["{{base_url}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"70a6b843-8108-4abb-9eb7-fee322583566"}],"id":"d9cb2ab0-3764-41ce-95e4-6d9cc153db08","_postman_id":"d9cb2ab0-3764-41ce-95e4-6d9cc153db08","description":""},{"name":"API Natours","event":[{"listen":"test","script":{"id":"a52c14ce-871a-4277-a25a-0b3c74d35796","exec":["var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Name</th>","        <th>Duration</th>","        <th>Max Group Size</th>","        <th>Difficulty</th>","        <th>Price</th>","    </tr>","    ","    {{#each response.data.data}}","        <tr>","            <td>{{name}}</td>","            <td>{{duration}}</td>","            <td>{{maxGroupSize}}</td>","            <td>{{difficulty}}</td>","            <td>{{price}}</td>","        </tr>","    {{/each}}","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() }","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"b5e415f5-3dca-4e52-bbd1-994580bff735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.natours.dev/api/v1/users","urlObject":{"protocol":"https","path":["api","v1","users"],"host":["www","natours","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5e415f5-3dca-4e52-bbd1-994580bff735"}]}