{"info":{"_postman_id":"14378444-2006-43a3-b79b-cd9e0522629f","name":"Trip Advisor-like Travel Recommendation API","description":"<html><head></head><body><p>Welcome to the TripAdvisor-like Travel Recommendation API, a<br>comprehensive solution designed to provide detailed information about<br>diverse travel destinations. Whether you are looking to explore new<br>places, share your travel experiences, or update destination details,<br>this API has you covered. Here, users can seamlessly add, retrieve,<br>update, and delete information about various locations around the world.</p>\n<h2 id=\"api-overview\">API Overview</h2>\n<hr>\n<p><strong>Base URL:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">`https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev`\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"22773770","collectionId":"14378444-2006-43a3-b79b-cd9e0522629f","publishedId":"2s9YXcf5gj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-02T11:27:43.000Z"},"item":[{"name":"Get Methods","item":[{"name":"Get a Travel Destination By Name","id":"e8e3d1a4-4097-4548-9cdf-2f67b21edefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/Mahabaleshwar","description":"<p>Obtain comprehensive details about a specific travel destination by specifying its name. This endpoint is valuable for presenting in-depth destination information to users .</p>\n","urlObject":{"protocol":"https","path":["travel","Mahabaleshwar"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"101a3942-295c-40cb-8002-d5882ada304c","name":"Get a Travel Destination By Name","originalRequest":{"method":"GET","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/Mahabaleshwar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"493"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:22:47 GMT"},{"key":"Etag","value":"W/\"1ed-H8FKB3DYDxCiUH5DY+qMSnnobTc\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6291408; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"travel destination found\",\n    \"destination\": {\n        \"location\": {\n            \"city\": \"Pune\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654385fddb2408f6bf127ec8\",\n        \"name\": \"Mahabaleshwar\",\n        \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n        \"rating\": 4.5,\n        \"reviews\": [\n            {\n                \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                \"text\": \"Amazing place to visit try once it is nice one.\",\n                \"rating\": 4.8,\n                \"_id\": \"654c6c004d8cfde822f93602\"\n            }\n        ],\n        \"createdAt\": \"2023-11-02T11:20:29.967Z\",\n        \"updatedAt\": \"2023-11-09T05:20:00.723Z\",\n        \"__v\": 1\n    }\n}"}],"_postman_id":"e8e3d1a4-4097-4548-9cdf-2f67b21edefc"},{"name":"Read Travel Destinations By Rating","id":"71b4c754-8367-4e5c-8409-43c2fac326bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/rating","description":"<p>Retrieve a list of travel destinations sorted by rating in descending order. This endpoint is valuable for presenting highly-rated destinations to users, allowing them to discover popular and well-regarded travel spots.</p>\n","urlObject":{"protocol":"https","path":["travel","rating"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"7970bf96-50e0-4fc1-aa42-815519db9f15","name":"Read Travel Destinations By Rating","originalRequest":{"method":"GET","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/rating"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"2290"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:23:34 GMT"},{"key":"Etag","value":"W/\"8f2-gB6l/6VJsR2BgcDQuCuemVeveNs\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6291361; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"city\": \"Kullu\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654df06f395b3fbfe143e930\",\n        \"name\": \"Manali2\",\n        \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n        \"rating\": 4.7,\n        \"reviews\": [],\n        \"createdAt\": \"2023-11-10T08:57:19.404Z\",\n        \"updatedAt\": \"2023-11-10T08:57:19.404Z\",\n        \"__v\": 0\n    },\n    {\n        \"location\": {\n            \"city\": \"Kullu\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654df558b96c00c57e7a62aa\",\n        \"name\": \"Manali3\",\n        \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n        \"rating\": 4.7,\n        \"reviews\": [],\n        \"createdAt\": \"2023-11-10T09:18:16.105Z\",\n        \"updatedAt\": \"2023-11-10T09:18:16.105Z\",\n        \"__v\": 0\n    },\n    {\n        \"location\": {\n            \"city\": \"Pune\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654385fddb2408f6bf127ec8\",\n        \"name\": \"Mahabaleshwar\",\n        \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n        \"rating\": 4.5,\n        \"reviews\": [\n            {\n                \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                \"text\": \"Amazing place to visit try once it is nice one.\",\n                \"rating\": 4.8,\n                \"_id\": \"654c6c004d8cfde822f93602\"\n            }\n        ],\n        \"createdAt\": \"2023-11-02T11:20:29.967Z\",\n        \"updatedAt\": \"2023-11-09T05:20:00.723Z\",\n        \"__v\": 1\n    },\n    {\n        \"location\": {\n            \"city\": \"Pune\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"65438805db2408f6bf127ed1\",\n        \"name\": \"Mahabaleshwar\",\n        \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n        \"rating\": 4.5,\n        \"reviews\": [],\n        \"createdAt\": \"2023-11-02T11:29:09.155Z\",\n        \"updatedAt\": \"2023-11-02T11:29:09.155Z\",\n        \"__v\": 0\n    },\n    {\n        \"location\": {\n            \"city\": \"Mumbai\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"65427c42cd8826f5c3b3efb6\",\n        \"name\": \"Marine lines\",\n        \"description\": \"the city of film star\",\n        \"rating\": 4,\n        \"reviews\": [\n            {\n                \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                \"text\": \"Amazing place to visit try once.\",\n                \"rating\": 4.8,\n                \"_id\": \"654dae6ff3a373f6a0d43b19\"\n            }\n        ],\n        \"createdAt\": \"2023-11-01T16:26:42.847Z\",\n        \"updatedAt\": \"2023-11-10T04:15:43.884Z\",\n        \"__v\": 5\n    },\n    {\n        \"location\": {\n            \"city\": \"Mumbai\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654db412f3a373f6a0d43b24\",\n        \"name\": \"Marine liness\",\n        \"description\": \"the city of film star\",\n        \"rating\": 4,\n        \"reviews\": [\n            {\n                \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                \"text\": \"Amazing place to visit try oncesdfgsdfgsdgfsdfg.\",\n                \"rating\": 4.8,\n                \"_id\": \"654db542f3a373f6a0d43b36\"\n            }\n        ],\n        \"createdAt\": \"2023-11-10T04:39:46.035Z\",\n        \"updatedAt\": \"2023-11-10T04:44:50.703Z\",\n        \"__v\": 1\n    }\n]"}],"_postman_id":"71b4c754-8367-4e5c-8409-43c2fac326bb"},{"name":"Read Travel Destinations By Location","id":"4abc140f-7d2a-42c0-a767-1aebea013174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/location/Pune","description":"<p>Find travel destinations based on location. Use this endpoint to discover a curated list of destinations in a specific city . It's a valuable tool for users seeking travel options in their desired locations.</p>\n","urlObject":{"protocol":"https","path":["travel","location","Pune"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"c26df0f5-1794-4e6d-ba19-a66aac2a5630","name":"Read Travel Destinations By Location","originalRequest":{"method":"GET","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/location/Pune"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"806"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:26:08 GMT"},{"key":"Etag","value":"W/\"326-0DpYyg4nSHPvJW9rimESKlUeb9U\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6291206; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Travel Destinations found are: \",\n    \"destinations\": [\n        {\n            \"location\": {\n                \"city\": \"Pune\",\n                \"country\": \"India\"\n            },\n            \"_id\": \"654385fddb2408f6bf127ec8\",\n            \"name\": \"Mahabaleshwar\",\n            \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n            \"rating\": 4.5,\n            \"reviews\": [\n                {\n                    \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                    \"text\": \"Amazing place to visit try once it is nice one.\",\n                    \"rating\": 4.8,\n                    \"_id\": \"654c6c004d8cfde822f93602\"\n                }\n            ],\n            \"createdAt\": \"2023-11-02T11:20:29.967Z\",\n            \"updatedAt\": \"2023-11-09T05:20:00.723Z\",\n            \"__v\": 1\n        },\n        {\n            \"location\": {\n                \"city\": \"Pune\",\n                \"country\": \"India\"\n            },\n            \"_id\": \"65438805db2408f6bf127ed1\",\n            \"name\": \"Mahabaleshwar\",\n            \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n            \"rating\": 4.5,\n            \"reviews\": [],\n            \"createdAt\": \"2023-11-02T11:29:09.155Z\",\n            \"updatedAt\": \"2023-11-02T11:29:09.155Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"4abc140f-7d2a-42c0-a767-1aebea013174"},{"name":"Filter Travel Destinations By Minimum Rating","id":"0aac3c8d-e2ac-42bc-a72c-375612b42938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/rating/4.5","description":"<p>Fetch a collection of destinations with ratings equal to or exceeding the specified minimum rating. This endpoint is a valuable resource for users in search of destinations that meet their specific rating preferences.</p>\n","urlObject":{"protocol":"https","path":["travel","rating","4.5"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"e435e5bf-5f73-4a20-8928-9df26372457d","name":"Filter Travel Destinations By Minimum Rating","originalRequest":{"method":"GET","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/rating/4.5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"1578"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:27:39 GMT"},{"key":"Etag","value":"W/\"62a-xO/YCCWk3Jz+GVgtr1eOVyBWp/Y\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6291116; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"travel destinations found\",\n    \"destinations\": [\n        {\n            \"location\": {\n                \"city\": \"Pune\",\n                \"country\": \"India\"\n            },\n            \"_id\": \"654385fddb2408f6bf127ec8\",\n            \"name\": \"Mahabaleshwar\",\n            \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n            \"rating\": 4.5,\n            \"reviews\": [\n                {\n                    \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                    \"text\": \"Amazing place to visit try once it is nice one.\",\n                    \"rating\": 4.8,\n                    \"_id\": \"654c6c004d8cfde822f93602\"\n                }\n            ],\n            \"createdAt\": \"2023-11-02T11:20:29.967Z\",\n            \"updatedAt\": \"2023-11-09T05:20:00.723Z\",\n            \"__v\": 1\n        },\n        {\n            \"location\": {\n                \"city\": \"Pune\",\n                \"country\": \"India\"\n            },\n            \"_id\": \"65438805db2408f6bf127ed1\",\n            \"name\": \"Mahabaleshwar\",\n            \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n            \"rating\": 4.5,\n            \"reviews\": [],\n            \"createdAt\": \"2023-11-02T11:29:09.155Z\",\n            \"updatedAt\": \"2023-11-02T11:29:09.155Z\",\n            \"__v\": 0\n        },\n        {\n            \"location\": {\n                \"city\": \"Kullu\",\n                \"country\": \"India\"\n            },\n            \"_id\": \"654df06f395b3fbfe143e930\",\n            \"name\": \"Manali2\",\n            \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n            \"rating\": 4.7,\n            \"reviews\": [],\n            \"createdAt\": \"2023-11-10T08:57:19.404Z\",\n            \"updatedAt\": \"2023-11-10T08:57:19.404Z\",\n            \"__v\": 0\n        },\n        {\n            \"location\": {\n                \"city\": \"Kullu\",\n                \"country\": \"India\"\n            },\n            \"_id\": \"654df558b96c00c57e7a62aa\",\n            \"name\": \"Manali3\",\n            \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n            \"rating\": 4.7,\n            \"reviews\": [],\n            \"createdAt\": \"2023-11-10T09:18:16.105Z\",\n            \"updatedAt\": \"2023-11-10T09:18:16.105Z\",\n            \"__v\": 0\n        }\n    ]\n}"}],"_postman_id":"0aac3c8d-e2ac-42bc-a72c-375612b42938"},{"name":"Retrieve Travel Destination Reviews","id":"ef6da044-5a32-488d-9d37-bd2ac38c9ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/65438805db2408f6bf127ed1/reviews","description":"<p>Access user-generated reviews and ratings for a specific travel destination. Use this endpoint to retrieve valuable insights from travelers and explore their experiences, along with user details.</p>\n","urlObject":{"protocol":"https","path":["travel","65438805db2408f6bf127ed1","reviews"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"7d12dfa0-0b99-470e-9d51-e3bc1044c91e","name":"Retrieve Travel Destination Reviews","originalRequest":{"method":"GET","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/65438805db2408f6bf127ed1/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"164"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:40:07 GMT"},{"key":"Etag","value":"W/\"a4-q4O2oSOt4g4kASPII7O3iEaarXQ\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6290368; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"reviews\": [\n        {\n            \"reviewText\": \"It's an incredible destination worth experiencing at least once in a lifetime.\",\n            \"rating\": 4.8,\n            \"user\": {\n                \"_id\": \"654dc98f73d252758ef60f85\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ef6da044-5a32-488d-9d37-bd2ac38c9ece"},{"name":"Get All Travel Destinations","id":"719fdc99-3673-480f-bb67-96697ba789e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel","description":"<p>Retrieve a complete list of all travel destinations. Utilize this endpoint to access information about various travel spots and destinations.</p>\n","urlObject":{"protocol":"https","path":["travel"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"4ae66dbe-467c-4617-8d92-fe75645b262a","name":"Get All Travel Destinations","originalRequest":{"method":"GET","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"1643"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:44:45 GMT"},{"key":"Etag","value":"W/\"66b-IKi/ZOir6g1owvsX1K78gwYFFGw\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6290089; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"city\": \"Pune\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"65438805db2408f6bf127ed1\",\n        \"name\": \"Mahabaleshwar\",\n        \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n        \"rating\": 4.5,\n        \"reviews\": [\n            {\n                \"user\": \"654dc98f73d252758ef60f85\",\n                \"text\": \"It's an incredible destination worth experiencing at least once in a lifetime.\",\n                \"rating\": 4.8,\n                \"_id\": \"654dfa37b96c00c57e7a62ea\"\n            }\n        ],\n        \"createdAt\": \"2023-11-02T11:29:09.155Z\",\n        \"updatedAt\": \"2023-11-10T09:39:03.696Z\",\n        \"__v\": 1\n    },\n    {\n        \"location\": {\n            \"city\": \"Mumbai\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654db412f3a373f6a0d43b24\",\n        \"name\": \"Marine liness\",\n        \"description\": \"the city of film star\",\n        \"rating\": 4,\n        \"reviews\": [\n            {\n                \"user\": \"64fb41f40d60a053c9b4c6bd\",\n                \"text\": \"Amazing place to visit try oncesdfgsdfgsdgfsdfg.\",\n                \"rating\": 4.8,\n                \"_id\": \"654db542f3a373f6a0d43b36\"\n            }\n        ],\n        \"createdAt\": \"2023-11-10T04:39:46.035Z\",\n        \"updatedAt\": \"2023-11-10T04:44:50.703Z\",\n        \"__v\": 1\n    },\n    {\n        \"location\": {\n            \"city\": \"Kullu\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654df06f395b3fbfe143e930\",\n        \"name\": \"Manali2\",\n        \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n        \"rating\": 4.7,\n        \"reviews\": [],\n        \"createdAt\": \"2023-11-10T08:57:19.404Z\",\n        \"updatedAt\": \"2023-11-10T08:57:19.404Z\",\n        \"__v\": 0\n    },\n    {\n        \"location\": {\n            \"city\": \"Kullu\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"654df558b96c00c57e7a62aa\",\n        \"name\": \"Manali3\",\n        \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n        \"rating\": 4.7,\n        \"reviews\": [],\n        \"createdAt\": \"2023-11-10T09:18:16.105Z\",\n        \"updatedAt\": \"2023-11-10T09:18:16.105Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"719fdc99-3673-480f-bb67-96697ba789e9"}],"id":"b584ad07-00f9-42a5-b73d-ddceaf5a0320","description":"<p>Retrieve detailed information about a specific travel destination by<br />providing its name.</p>\n<p>This versatile endpoint allows developers to access<br />key details such as the destination's name, location, description,<br />rating, and user reviews.</p>\n<p>Additionally, developers can filter the<br />results based on the destination's rating, get a list of all<br />destinations, retrieve destinations based on location, or obtain reviews<br />for a specific destination.</p>\n","_postman_id":"b584ad07-00f9-42a5-b73d-ddceaf5a0320"},{"name":"Post Methods","item":[{"name":"Create Travel Destination","id":"1b903df3-3a3e-40c1-8bf0-b139d961f92c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Manali31\",\r\n  \"location\": {\r\n      \"city\": \"Kullu\",\r\n      \"country\": \"India\"\r\n  },\r\n  \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\r\n  \"rating\": 4.5,\r\n  \"reviews\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel","description":"<p>Share your travel experience and provide insights about a destination by creating a new travel recommendation. Rate the destination and include details such as the name, location, description, and optional reviews in JSON format.</p>\n","urlObject":{"protocol":"https","path":["travel"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"dacb98b8-1724-45b3-bb22-4a2a62a8e76b","name":"Create Travel Destination","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Manali3\",\r\n  \"location\": {\r\n      \"city\": \"Kullu\",\r\n      \"country\": \"India\"\r\n  },\r\n  \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\r\n  \"rating\": 4.7,\r\n  \"reviews\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"441"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:18:16 GMT"},{"key":"Etag","value":"W/\"1b9-s+auR8oA0yg7W8WuINYFyxzh5Cc\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6291679; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Travel Destination added\",\n    \"destination\": {\n        \"name\": \"Manali3\",\n        \"location\": {\n            \"city\": \"Kullu\",\n            \"country\": \"India\"\n        },\n        \"description\": \"Manali is a charming hill station nestled in the mountains of Himachal Pradesh, offering breathtaking views of the surrounding snow-capped peaks and lush greenery\",\n        \"rating\": 4.7,\n        \"reviews\": [],\n        \"_id\": \"654df558b96c00c57e7a62aa\",\n        \"createdAt\": \"2023-11-10T09:18:16.105Z\",\n        \"updatedAt\": \"2023-11-10T09:18:16.105Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"1b903df3-3a3e-40c1-8bf0-b139d961f92c"},{"name":"Update a Travel Destination","id":"8204e228-8154-4123-b8eb-5607aaf0b8b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Marine lines443\",\r\n  \"location\": {\r\n      \"city\": \"Mumbai\",\r\n      \"country\": \"India\"\r\n  },\r\n  \"description\": \"the city of film star\",\r\n  \"rating\": 4.0,\r\n  \"reviews\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/65438805db2408f6bf127ed1/reviews","description":"<p>Modify the information of a specific travel destination using its unique identifier (ID). This endpoint empowers users to update details about a destination, including its rating and other attributes .</p>\n","urlObject":{"protocol":"https","path":["travel","65438805db2408f6bf127ed1","reviews"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"1c83e53f-40d0-47d7-85db-e20a4bb48bde","name":"Update a Travel Destination","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Marine lines44\",\r\n  \"location\": {\r\n      \"city\": \"Mumbai\",\r\n      \"country\": \"India\"\r\n  },\r\n  \"description\": \"the city of film star\",\r\n  \"rating\": 4.0,\r\n  \"reviews\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/65427c42cd8826f5c3b3efb6/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"410"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:31:02 GMT"},{"key":"Etag","value":"W/\"19a-n18h5d9YGZYNCj6QYpc+VC179Lc\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6290913; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"location\": {\n            \"city\": \"Mumbai\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"65427c42cd8826f5c3b3efb6\",\n        \"name\": \"Marine lines\",\n        \"description\": \"the city of film star\",\n        \"rating\": 4,\n        \"reviews\": [\n            {\n                \"user\": null,\n                \"text\": \"Amazing place to visit try once.\",\n                \"rating\": 4.8,\n                \"_id\": \"654dae6ff3a373f6a0d43b19\"\n            },\n            {\n                \"rating\": 4,\n                \"_id\": \"654df855b96c00c57e7a62c3\"\n            }\n        ],\n        \"createdAt\": \"2023-11-01T16:26:42.847Z\",\n        \"updatedAt\": \"2023-11-10T09:31:01.345Z\",\n        \"__v\": 6\n    }\n}"}],"_postman_id":"8204e228-8154-4123-b8eb-5607aaf0b8b1"},{"name":"Adding Reviews to a Travel Destination","id":"e48b1d5a-fc3b-4a2c-8a3a-d2363ab0acfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"654dc98f73d252758ef60f85\", // use your created user's id\r\n    \"rating\": 4.8,\r\n    \"text\": \"It's an incredible destination worth experiencing at least once in a lifetime.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/65438805db2408f6bf127ed1/reviews","description":"<p>Contribute your thoughts and experiences about a specific travel destination by posting a review. Utilize this endpoint to share your opinions and provide a rating for a destination. The request should be in JSON format, including your user ID, rating, and comments.</p>\n","urlObject":{"protocol":"https","path":["travel","65438805db2408f6bf127ed1","reviews"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"42825238-d816-48f8-a5b9-086dea5cfccd","name":"Adding Reviews to a Travel Destination","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"654dc98f73d252758ef60f85\", // use your created user's id\r\n    \"rating\": 4.8,\r\n    \"text\": \"It's an incredible destination worth experiencing at least once in a lifetime.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/65438805db2408f6bf127ed1/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"491"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:39:04 GMT"},{"key":"Etag","value":"W/\"1eb-Fq4/qJ70YVQUYO1FE/jA5WwE7jI\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6290431; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"location\": {\n            \"city\": \"Pune\",\n            \"country\": \"India\"\n        },\n        \"_id\": \"65438805db2408f6bf127ed1\",\n        \"name\": \"Mahabaleshwar\",\n        \"description\": \"Mahabaleshwar is a hill station in India's forested Western Ghats range\",\n        \"rating\": 4.5,\n        \"reviews\": [\n            {\n                \"user\": {\n                    \"_id\": \"654dc98f73d252758ef60f85\"\n                },\n                \"text\": \"It's an incredible destination worth experiencing at least once in a lifetime.\",\n                \"rating\": 4.8,\n                \"_id\": \"654dfa37b96c00c57e7a62ea\"\n            }\n        ],\n        \"createdAt\": \"2023-11-02T11:29:09.155Z\",\n        \"updatedAt\": \"2023-11-10T09:39:03.696Z\",\n        \"__v\": 1\n    }\n}"}],"_postman_id":"e48b1d5a-fc3b-4a2c-8a3a-d2363ab0acfb"}],"id":"15b0fc8c-b86c-4ab9-b6d2-a82ac816be53","description":"<p>Create a new travel destination or update an existing one by providing<br />details such as the name, location, description, rating, and reviews.<br />Developers can utilize this powerful endpoint not only to add fresh<br />travel destinations to the platform but also to update existing ones,<br />ensuring that the database reflects the latest and most exciting places<br />to explore.</p>\n<p>Additionally, developers can use this endpoint to add<br />reviews, enriching the user experience with valuable insights and<br />recommendations.</p>\n","_postman_id":"15b0fc8c-b86c-4ab9-b6d2-a82ac816be53"},{"name":"Delete Methods","item":[{"name":"Delete a Travel Destination","id":"47deaad1-12a5-40c4-9ebd-f598b49cd1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf.riker.replit.dev/travel/65438805db2408f6bf127ed1","description":"<p>Permanently remove a travel destination from the platform using its unique identifier (ID). This endpoint is designed for developers to delete destinations, ensuring they are no longer accessible.</p>\n","urlObject":{"protocol":"https","path":["travel","65438805db2408f6bf127ed1"],"host":["cab853cd-16dd-4033-bf3f-af3e2a2367bf-00-199ybo1vhdupf","riker","replit","dev"],"query":[],"variable":[]}},"response":[{"id":"0a763fe4-a725-41bd-b25a-61867cd623ea","name":"Delete a Travel Destination","originalRequest":{"method":"DELETE","header":[],"url":"https://tripadvisor-like-travel-recommendation.choudhari-toufi.repl.co/travel/65427c42cd8826f5c3b3efb6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://example.com"},{"key":"Content-Length","value":"544"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Date","value":"Fri, 10 Nov 2023 09:33:47 GMT"},{"key":"Etag","value":"W/\"220-MH4siPQ3HeS8jREqgTbgMaCG+80\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6290748; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"location\": {\n        \"city\": \"Mumbai\",\n        \"country\": \"India\"\n    },\n    \"_id\": \"65427c42cd8826f5c3b3efb6\",\n    \"name\": \"Marine lines\",\n    \"description\": \"the city of film star\",\n    \"rating\": 4,\n    \"reviews\": [\n        {\n            \"user\": \"64fb41f40d60a053c9b4c6bd\",\n            \"text\": \"Amazing place to visit try once.\",\n            \"rating\": 4.8,\n            \"_id\": \"654dae6ff3a373f6a0d43b19\"\n        },\n        {\n            \"rating\": 4,\n            \"_id\": \"654df855b96c00c57e7a62c3\"\n        },\n        {\n            \"user\": \"64fb41f40d60a053c9b4c6bd\",\n            \"text\": \"Amazing place to visit try once.\",\n            \"rating\": 4.8,\n            \"_id\": \"654df8a9b96c00c57e7a62cc\"\n        }\n    ],\n    \"createdAt\": \"2023-11-01T16:26:42.847Z\",\n    \"updatedAt\": \"2023-11-10T09:32:25.991Z\",\n    \"__v\": 7\n}"}],"_postman_id":"47deaad1-12a5-40c4-9ebd-f598b49cd1f2"}],"id":"6baa47fd-41d4-4b06-aff7-1c8dadde3d66","description":"<p>Delete a travel destination by providing its unique identifier (ID).<br />This endpoint enables developers to remove outdated or no longer<br />relevant destinations from the platform, ensuring that the travel<br />information remains up-to-date and relevant.</p>\n","_postman_id":"6baa47fd-41d4-4b06-aff7-1c8dadde3d66"}]}