{"info":{"_postman_id":"50243bc2-2bfe-4459-a1d0-cf97bc0e69e7","name":" Zomato-like Restaurant API","description":"<html><head></head><body><h2 id=\"welcome-to-our-restaurant-api-collection\">Welcome to our Restaurant API Collection</h2>\n<p>Explore a variety of functionalities in our Restaurant API collection. Immerse yourself in the world of GET for retrieving information, use POST to create new dishes, and tidy up your data by making DELETE requests. Uncover a wealth of opportunities at your fingertips.</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://169cf33a-2e69-4f08-a822-ed1f90334d19-00-mjs7wx2kx3io.picard.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":"50243bc2-2bfe-4459-a1d0-cf97bc0e69e7","publishedId":"2s9YXiahiJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-10T06:46:57.000Z"},"item":[{"name":"Post Methods","item":[{"name":"Create Restaurant","id":"9aff9273-a71b-466a-bcbe-ed3bc07e272c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"New Spice Palace12\",\r\n  \"cuisine\": \"Indian1\",\r\n  \"address\": \"456 Curry Lane1\",\r\n  \"city\": \"Mumbai\",\r\n  \"rating\": 4.5,\r\n  \"menu\": [\r\n    { \"name\": \"Butter Chicken\", \"price\": 120.99 },\r\n    { \"name\": \"Biryani\", \"price\": 50.999 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/restaurants","description":"<p>Get ready to set up your dream restaurant effortlessly with our 'Create Restaurant' API. Whether you're a budding entrepreneur or just someone who loves food, this API makes creating your restaurant a piece of cake.</p>\n<p>Just remember to include all the necessary details in the request form, and make sure each restaurant name is unique every time you submit. This way, we ensure a simple and smooth process as you bring your ideal dining spot to life.</p>\n","urlObject":{"path":["restaurants"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d6e03ce8-c300-4569-9426-5ff5d02aa311","name":"Create Restaurant","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Spice Palace3\",\r\n  \"cuisine\": \"Indian\",\r\n  \"address\": \"456 Curry Lane\",\r\n  \"city\": \"Mumbai\",\r\n  \"rating\": 4.5,\r\n  \"menu\": [\r\n    { \"name\": \"Butter Chicken\", \"price\": 120.99 },\r\n    { \"name\": \"Biryani\", \"price\": 50.99 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"346"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 05:48:10 GMT"},{"key":"Etag","value":"W/\"15a-L6EVu/MAZ3wbSHsXfqm2cEUJdug\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6304284; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Restaurant added\",\n    \"restaurant\": {\n        \"name\": \"Spice Palace3\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc41a73d252758ef60f6e\"\n            },\n            {\n                \"name\": \"Biryani\",\n                \"price\": 50.99,\n                \"_id\": \"654dc41a73d252758ef60f6f\"\n            }\n        ],\n        \"_id\": \"654dc41a73d252758ef60f6d\",\n        \"reviews\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"9aff9273-a71b-466a-bcbe-ed3bc07e272c"},{"name":"Update Restaurant By ID","id":"c6ea9728-dd32-47d8-af1a-18cc4fdd65b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"New ice\",\r\n  \"cuisine\": \"Punjabi with ice\"\r\n}"},"url":"{{url}}/restaurants/659fa4fc4f9877d9c58dede8","description":"<p>Enhance your dining experience effortlessly using our 'Update Restaurant by ID' API. This powerful tool lets you customize restaurant details seamlessly. Whether it's adjusting opening hours, updating contact information, or refining the ambiance description, you have the freedom to perfect your restaurant's profile. Simplify your restaurant management with this easy-to-use API.</p>\n","urlObject":{"path":["restaurants","659fa4fc4f9877d9c58dede8"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8a2dc16e-a8b3-48ce-a8e6-80bf6ccbe651","name":"Update Restaurant By ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"New ice\",\r\n  \"cuisine\": \"Punjabi\"\r\n}"},"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/654dc41a73d252758ef60f6d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"325"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 05:54:04 GMT"},{"key":"Etag","value":"W/\"145-TSIIDLMGRh91Xd2B7nB6A5Cum6U\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6303930; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"updated restaurant\": {\n        \"_id\": \"654dc41a73d252758ef60f6d\",\n        \"name\": \"Spice Palace3\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc41a73d252758ef60f6e\"\n            },\n            {\n                \"name\": \"Biryani\",\n                \"price\": 50.99,\n                \"_id\": \"654dc41a73d252758ef60f6f\"\n            }\n        ],\n        \"reviews\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c6ea9728-dd32-47d8-af1a-18cc4fdd65b9"},{"name":"Add Dish to Menu By ID","id":"c335cee3-dc65-478d-aee2-50683fe3e158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"lacha Paratha with gravy\",\r\n  \"price\": 140.00\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/restaurants/659fa4fc4f9877d9c58dede8/menu","description":"<p>Take your dining experience to new heights with our 'Add Dish to Menu by ID' API. This user-friendly tool empowers you to effortlessly enhance restaurant menus. Just supply the restaurant's ID, and you can add a new dish to their menu, contributing to a world of culinary delights. Simplify the process of expanding your dining options with this easy-to-use API.</p>\n","urlObject":{"path":["restaurants","659fa4fc4f9877d9c58dede8","menu"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"454e7db7-b4e7-4172-bb58-4d2f1e23b569","name":"Add Dish to Menu By ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"lacha Paratha\",\r\n  \"price\": 140.00\r\n}","options":{"raw":{"language":"json"}}},"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/654dc41a73d252758ef60f6d/menu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"401"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:00:00 GMT"},{"key":"Etag","value":"W/\"191-WefHhthil3LjRBmIrZR0y9i8saU\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6303574; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"dish added to restaurant\": {\n        \"_id\": \"654dc41a73d252758ef60f6d\",\n        \"name\": \"Spice Palace3\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc41a73d252758ef60f6e\"\n            },\n            {\n                \"name\": \"Biryani\",\n                \"price\": 50.99,\n                \"_id\": \"654dc41a73d252758ef60f6f\"\n            },\n            {\n                \"name\": \"lacha Paratha\",\n                \"price\": 140,\n                \"_id\": \"654dc6e073d252758ef60f74\"\n            }\n        ],\n        \"reviews\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c335cee3-dc65-478d-aee2-50683fe3e158"},{"name":"Add Review and Rating to the Menu by ID","id":"7bf792bc-a507-4cda-b22f-afaf2fe5af86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"654dc98f73d252758ef60f85\",\r\n  \"rating\": 4.5,\r\n  \"reviewText\": \"Great food and excellent service!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/restaurants/659fa4fc4f9877d9c58dede8/reviews","description":"<p>Share your dining thoughts easily with our 'Add Review and Rating to the Menu by ID' feature. This tool lets you rate and talk about your dining experiences using unique IDs for dishes. Your feedback spices up our restaurant community, helping others find the tastiest dishes on the menu. Join in and make your dining adventure more flavorful!</p>\n","urlObject":{"path":["restaurants","659fa4fc4f9877d9c58dede8","reviews"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fcd992d8-f9b5-4037-822f-d716d758e838","name":"Add Review and Rating to the Menu by ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"654dc98f73d252758ef60f85\",\r\n  \"rating\": 4.5,\r\n  \"reviewText\": \"Great food and excellent service!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/654dc41a73d252758ef60f6d/reviews"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"683"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:38:48 GMT"},{"key":"Etag","value":"W/\"2ab-4bTT4W9VH7ZagaTi1LsZT+N/miI\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6301247; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"review added to restaurant\": {\n        \"_id\": \"654dc41a73d252758ef60f6d\",\n        \"name\": \"Spice Palace3\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc41a73d252758ef60f6e\"\n            },\n            {\n                \"name\": \"Biryani\",\n                \"price\": 50.99,\n                \"_id\": \"654dc41a73d252758ef60f6f\"\n            },\n            {\n                \"name\": \"lacha Paratha\",\n                \"price\": 140,\n                \"_id\": \"654dc6e073d252758ef60f74\"\n            }\n        ],\n        \"reviews\": [\n            {\n                \"userId\": null,\n                \"text\": \"Great food and excellent service!\",\n                \"_id\": \"654dc77873d252758ef60f7d\"\n            },\n            {\n                \"userId\": {\n                    \"_id\": \"654dc98f73d252758ef60f85\",\n                    \"profilePic\": \"https://toufiq.com/profile.jpg\",\n                    \"userName\": \"toufiq2\"\n                },\n                \"text\": \"Great food and excellent service!\",\n                \"_id\": \"654dcff773d252758ef60fef\"\n            }\n        ],\n        \"__v\": 2\n    }\n}"}],"_postman_id":"7bf792bc-a507-4cda-b22f-afaf2fe5af86"},{"name":"User SignUp","id":"102deba7-d552-4e1d-bedd-53ebace51d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"imtoufiqs233@gmail.com\",\r\n\"password\": \"whyyouwa3ntpssword\",\r\n\"profilePic\": \"https://toufiq.com/profile.jpg\",\r\n\"userName\": \"touf3issq2\",\r\n\"nickName\" : \"toufis3s\",\r\n\"phoneNumber\" : \"9879543210\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/signup","description":"<p>Welcome to our Sign-Up API! You can effortlessly create an account using your email and password. Your unique email and username will be your login credentials, ensuring secure access to our platform. Join us today to begin your journey!</p>\n","urlObject":{"path":["user","signup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41639a31-8b64-472e-a302-f90fdabb95e8","name":"User SignUp","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"toufiq@gmail.com\",\r\n\"password\": \"whyyouwantpssword\",\r\n\"profilePic\": \"https://toufiq.com/profile.jpg\",\r\n\"userName\": \"toufiq2\",\r\n\"nickName\" : \"toufi\",\r\n\"phoneNumber\" : \"9876543210\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/user/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"313"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:11:28 GMT"},{"key":"Etag","value":"W/\"139-2wyIJpsJzXA+NZbkuV4Z3FqH1+c\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6302887; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"signup successfully\": {\n        \"email\": \"toufiq@gmail.com\",\n        \"password\": \"whyyouwantpssword\",\n        \"profilePic\": \"https://toufiq.com/profile.jpg\",\n        \"userName\": \"toufiq2\",\n        \"nickName\": \"toufi\",\n        \"phoneNumber\": 9876543210,\n        \"_id\": \"654dc98f73d252758ef60f85\",\n        \"createdAt\": \"2023-11-10T06:11:27.975Z\",\n        \"updatedAt\": \"2023-11-10T06:11:27.975Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"102deba7-d552-4e1d-bedd-53ebace51d33"},{"name":"User SignIn","id":"fc408747-22f7-4c13-9573-62314ecd1c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"toufiq@gmail.com\",\r\n\"password\": \"whyyouwantpssword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/signin","description":"<p>Unlock a world of delicious experiences by signing in with your email and password. Join us today to explore restaurants, share reviews, and embark on a personalized dining adventure like never before.</p>\n","urlObject":{"path":["user","signin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"38c5a4e9-74d9-4510-a904-e1e7d8c3bfe0","name":"User SignIn","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"toufiq@gmail.com\",\r\n\"password\": \"whyyouwantpssword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/user/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"313"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:15:23 GMT"},{"key":"Etag","value":"W/\"139-F6tClb9zaYDrP0+bcAw18BEdtiw\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6302652; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"signin successfully\": {\n        \"_id\": \"654dc98f73d252758ef60f85\",\n        \"email\": \"toufiq@gmail.com\",\n        \"password\": \"whyyouwantpssword\",\n        \"profilePic\": \"https://toufiq.com/profile.jpg\",\n        \"userName\": \"toufiq2\",\n        \"nickName\": \"toufi\",\n        \"phoneNumber\": 9876543210,\n        \"createdAt\": \"2023-11-10T06:11:27.975Z\",\n        \"updatedAt\": \"2023-11-10T06:11:27.975Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"fc408747-22f7-4c13-9573-62314ecd1c4c"}],"id":"92380b96-cbe2-4af9-a084-109d87168667","description":"<p>Take control of your dining world with our POST techniques. Create new restaurants, enhance existing ones, add dishes to menus, and share your dining experiences by contributing reviews and ratings. These POST methods empower you to shape the dining world, one dish and review at a time.</p>\n<p>To unlock the full capabilities of our POST methods, please log in or create an account to get started.</p>\n","_postman_id":"92380b96-cbe2-4af9-a084-109d87168667"},{"name":"Get Methods","item":[{"name":"Get All Restaurants","id":"2a469099-d67c-47dc-9d01-360523a8f2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/restaurants","description":"<p>Embark on a culinary adventure with our 'GET All Restaurants' API. Explore a wide range of restaurants with ease. Whether you're seeking inspiration or your next dining spot, this API offers a complete view of all available restaurants, making your culinary exploration simple and enjoyable.</p>\n","urlObject":{"path":["restaurants"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"07557783-2af4-422c-8b07-d91d6a3bd7e9","name":"Get All Restaurants","originalRequest":{"method":"GET","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1112"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:19:39 GMT"},{"key":"Etag","value":"W/\"458-jdzmwEawlUDzqoEewkPSyPIeiRA\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6302395; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"all restaurants\": [\n        {\n            \"_id\": \"654dc33073d252758ef60f5d\",\n            \"name\": \"Spice Palace\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc33073d252758ef60f5e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc33073d252758ef60f5f\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc3dd73d252758ef60f65\",\n            \"name\": \"Spice Palace2\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc3dd73d252758ef60f66\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc3dd73d252758ef60f67\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc41a73d252758ef60f6d\",\n            \"name\": \"Spice Palace3\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc41a73d252758ef60f6e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc41a73d252758ef60f6f\"\n                },\n                {\n                    \"name\": \"lacha Paratha\",\n                    \"price\": 140,\n                    \"_id\": \"654dc6e073d252758ef60f74\"\n                }\n            ],\n            \"reviews\": [\n                {\n                    \"userId\": \"65056c3f9c9477386f234c86\",\n                    \"text\": \"Great food and excellent service!\",\n                    \"_id\": \"654dc77873d252758ef60f7d\"\n                }\n            ],\n            \"__v\": 1\n        }\n    ]\n}"}],"_postman_id":"2a469099-d67c-47dc-9d01-360523a8f2c1"},{"name":"Get All Restaurants By Name","id":"fefdb65d-00d6-4f26-95fa-8abbb38c3cd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/restaurants/Spice Palace3","description":"<p>Easily find restaurants by name using our specialized GET method. Whether you're looking for a familiar favorite or exploring new dining options, this API call gives you a comprehensive list of restaurants sorted by name. Discover your perfect dining destination in seconds.</p>\n","urlObject":{"path":["restaurants","Spice Palace3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b1ffd3a9-8f1a-4053-91d0-707712cc5d97","name":"Get All Restaurants By Name","originalRequest":{"method":"GET","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/Spice Palace3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"517"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:21:28 GMT"},{"key":"Etag","value":"W/\"205-ar8uSMxTU0mJtlfQ+nOX+NJeXM8\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6302286; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"searched restaurant by name\": {\n        \"_id\": \"654dc41a73d252758ef60f6d\",\n        \"name\": \"Spice Palace3\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc41a73d252758ef60f6e\"\n            },\n            {\n                \"name\": \"Biryani\",\n                \"price\": 50.99,\n                \"_id\": \"654dc41a73d252758ef60f6f\"\n            },\n            {\n                \"name\": \"lacha Paratha\",\n                \"price\": 140,\n                \"_id\": \"654dc6e073d252758ef60f74\"\n            }\n        ],\n        \"reviews\": [\n            {\n                \"userId\": \"65056c3f9c9477386f234c86\",\n                \"text\": \"Great food and excellent service!\",\n                \"_id\": \"654dc77873d252758ef60f7d\"\n            }\n        ],\n        \"__v\": 1\n    }\n}"}],"_postman_id":"fefdb65d-00d6-4f26-95fa-8abbb38c3cd1"},{"name":"Get All Restaurants By Cuisine","id":"a64a04f8-8f01-4a59-8273-e647894367c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/restaurants/cuisine/Indian","description":"<p>Explore a culinary world customized for your taste buds using our 'Get All Restaurants by Cuisine' API. Whether you're in the mood for Italian, Mexican, or any other cuisine, this API helps you discover a curated selection of restaurants that match your preferences. Dive into a rich tapestry of flavors with just a few clicks.</p>\n","urlObject":{"path":["restaurants","cuisine","Indian"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"65614de5-6b6a-48cf-9bb0-9dac2c618945","name":"Get All Restaurants By Cuisine","originalRequest":{"method":"GET","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/cuisine/Indian"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1127"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:23:42 GMT"},{"key":"Etag","value":"W/\"467-J7POLuGJs9l65wxAOgVeRP/aZnQ\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6302153; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"searched restaurant by cuisine\": [\n        {\n            \"_id\": \"654dc33073d252758ef60f5d\",\n            \"name\": \"Spice Palace\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc33073d252758ef60f5e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc33073d252758ef60f5f\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc3dd73d252758ef60f65\",\n            \"name\": \"Spice Palace2\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc3dd73d252758ef60f66\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc3dd73d252758ef60f67\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc41a73d252758ef60f6d\",\n            \"name\": \"Spice Palace3\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc41a73d252758ef60f6e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc41a73d252758ef60f6f\"\n                },\n                {\n                    \"name\": \"lacha Paratha\",\n                    \"price\": 140,\n                    \"_id\": \"654dc6e073d252758ef60f74\"\n                }\n            ],\n            \"reviews\": [\n                {\n                    \"userId\": \"65056c3f9c9477386f234c86\",\n                    \"text\": \"Great food and excellent service!\",\n                    \"_id\": \"654dc77873d252758ef60f7d\"\n                }\n            ],\n            \"__v\": 1\n        }\n    ]\n}"}],"_postman_id":"a64a04f8-8f01-4a59-8273-e647894367c7"},{"name":"Get All Restaurats By Location","id":"54dae36d-af88-4e63-80fb-bf3d14c76883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/restaurants/search?location=Mumbai","description":"<p>Start a culinary journey customized to your location with our 'Get All Restaurants by Location' API. Explore a variety of dining options right at your doorstep. Discover the diverse flavors your area has to offer with a single query, making your restaurant choices as convenient as they are delicious.</p>\n","urlObject":{"path":["restaurants","search"],"host":["{{url}}"],"query":[{"key":"location","value":"Mumbai"}],"variable":[]}},"response":[{"id":"9d7610ba-2a07-40ed-b4d3-8979b8ca9b5f","name":"Get All Restaurats By Location","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/search?location=Mumbai","protocol":"https","host":["building-a-zomato-like-restaurant-api","choudhari-toufi","repl","co"],"path":["restaurants","search"],"query":[{"key":"location","value":"Mumbai"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1128"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:25:44 GMT"},{"key":"Etag","value":"W/\"468-sX7aC3txaju8rqm6O28JK2fmeI8\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6302031; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"searched restaurant by location\": [\n        {\n            \"_id\": \"654dc33073d252758ef60f5d\",\n            \"name\": \"Spice Palace\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc33073d252758ef60f5e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc33073d252758ef60f5f\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc3dd73d252758ef60f65\",\n            \"name\": \"Spice Palace2\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc3dd73d252758ef60f66\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc3dd73d252758ef60f67\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc41a73d252758ef60f6d\",\n            \"name\": \"Spice Palace3\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc41a73d252758ef60f6e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc41a73d252758ef60f6f\"\n                },\n                {\n                    \"name\": \"lacha Paratha\",\n                    \"price\": 140,\n                    \"_id\": \"654dc6e073d252758ef60f74\"\n                }\n            ],\n            \"reviews\": [\n                {\n                    \"userId\": \"65056c3f9c9477386f234c86\",\n                    \"text\": \"Great food and excellent service!\",\n                    \"_id\": \"654dc77873d252758ef60f7d\"\n                }\n            ],\n            \"__v\": 1\n        }\n    ]\n}"}],"_postman_id":"54dae36d-af88-4e63-80fb-bf3d14c76883"},{"name":"Get Restaurants By Ratings","id":"f4eec774-216f-4964-8042-7537d27954c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/restaurants/rating/4.5","description":"<p>Easily find top-rated restaurants using our 'Get Restaurants by Ratings' API. Discover excellent dining places for great food and experiences. Begin your delicious journey based on ratings! This API retrieves all restaurants with a rating equal to or greater than a specified value.</p>\n","urlObject":{"path":["restaurants","rating","4.5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"be04516c-3aad-4c15-845e-f49b7118836c","name":"Get Restaurants By Ratings","originalRequest":{"method":"GET","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/rating/4.5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1127"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:29:14 GMT"},{"key":"Etag","value":"W/\"467-uBscBGPmARuFGbuZJnDS6jMn8CE\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6301821; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"searched restaurant by ratings\": [\n        {\n            \"_id\": \"654dc33073d252758ef60f5d\",\n            \"name\": \"Spice Palace\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc33073d252758ef60f5e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc33073d252758ef60f5f\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc3dd73d252758ef60f65\",\n            \"name\": \"Spice Palace2\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc3dd73d252758ef60f66\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc3dd73d252758ef60f67\"\n                }\n            ],\n            \"reviews\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"654dc41a73d252758ef60f6d\",\n            \"name\": \"Spice Palace3\",\n            \"cuisine\": \"Indian\",\n            \"address\": \"456 Curry Lane\",\n            \"city\": \"Mumbai\",\n            \"rating\": 4.5,\n            \"menu\": [\n                {\n                    \"name\": \"Butter Chicken\",\n                    \"price\": 120.99,\n                    \"_id\": \"654dc41a73d252758ef60f6e\"\n                },\n                {\n                    \"name\": \"Biryani\",\n                    \"price\": 50.99,\n                    \"_id\": \"654dc41a73d252758ef60f6f\"\n                },\n                {\n                    \"name\": \"lacha Paratha\",\n                    \"price\": 140,\n                    \"_id\": \"654dc6e073d252758ef60f74\"\n                }\n            ],\n            \"reviews\": [\n                {\n                    \"userId\": \"65056c3f9c9477386f234c86\",\n                    \"text\": \"Great food and excellent service!\",\n                    \"_id\": \"654dc77873d252758ef60f7d\"\n                }\n            ],\n            \"__v\": 1\n        }\n    ]\n}"}],"_postman_id":"f4eec774-216f-4964-8042-7537d27954c5"},{"name":"Get All Reviews Of Restaurants by Id","id":"f1266802-9265-425a-ae76-2a874471c78b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/restaurants/654dc41a73d252758ef60f6d/reviews","description":"<p>Explore the world of culinary opinions with our 'Get All Reviews by Restaurant ID' API. Unlock a treasure trove of dining experiences by entering a restaurant's unique identifier. Delve into the thoughts, tastes, and stories shared by diners to make informed gastronomic choices. Your journey to discover restaurant insights begins here.</p>\n","urlObject":{"path":["restaurants","654dc41a73d252758ef60f6d","reviews"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"710da74d-0898-4fe6-8972-d8dbfcd98bee","name":"Get All Reviews Of Restaurants by Id","originalRequest":{"method":"GET","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/654dc41a73d252758ef60f6d/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"274"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:40:27 GMT"},{"key":"Etag","value":"W/\"112-fW5WS1NCT7qAbg1+B5uat6RGrrw\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6301148; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"searched all reviews of restauran\": [\n        {\n            \"userId\": null,\n            \"text\": \"Great food and excellent service!\",\n            \"_id\": \"654dc77873d252758ef60f7d\"\n        },\n        {\n            \"userId\": {\n                \"_id\": \"654dc98f73d252758ef60f85\",\n                \"userName\": \"toufiq2\"\n            },\n            \"text\": \"Great food and excellent service!\",\n            \"_id\": \"654dcff773d252758ef60fef\"\n        }\n    ]\n}"}],"_postman_id":"f1266802-9265-425a-ae76-2a874471c78b"}],"id":"f8fe8648-e58a-4d0e-b628-b6382d8c51a9","description":"<p>Explore the simplicity of our food search options. Whether you're<br />searching for a restaurant by name, rating, location, or cuisine, or if<br />you want to browse through restaurant reviews, our collection makes it<br />effortless to find all the information you need. Get ready to embark on a<br />culinary adventure with just a few simple clicks!</p>\n","_postman_id":"f8fe8648-e58a-4d0e-b628-b6382d8c51a9"},{"name":"Delete Methods","item":[{"name":"Delete Dish by Restaurant By Id","id":"224d664c-72ff-4b6e-853e-23adc2ee7575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/restaurants/654e37721a7fa739c220fd4e/menu/Biryani","description":"<p>Simplify your menu management with our DELETE method. Easily remove dishes using their unique IDs, keeping your menu fresh and up-to-date. Streamline your restaurant's offerings and enhance your dining experience with ease.</p>\n","urlObject":{"path":["restaurants","654e37721a7fa739c220fd4e","menu","Biryani"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb1bfd5e-df16-4973-9a6d-45034b299489","name":"Delete Dish by Restaurant By Id","originalRequest":{"method":"DELETE","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/654dc33073d252758ef60f5d/menu/Biryani"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"252"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:35:00 GMT"},{"key":"Etag","value":"W/\"fc-JL7sMHHUeJrat9UIpW4/K1AKgy0\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6301474; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted dish\": {\n        \"_id\": \"654dc33073d252758ef60f5d\",\n        \"name\": \"Spice Palace\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc33073d252758ef60f5e\"\n            }\n        ],\n        \"reviews\": [],\n        \"__v\": 1\n    }\n}"}],"_postman_id":"224d664c-72ff-4b6e-853e-23adc2ee7575"},{"name":"Delete Restauran By Id","id":"a1f56b1a-a69d-4b4b-989a-32fcfd37e406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/restaurants/654e37721a7fa739c220fd4e","description":"<p>Simplify your restaurant management with our DELETE method by ID. Easily remove unwanted entries and say goodbye to restaurants you no longer need in our database. It's the ultimate tool for keeping your culinary landscape fresh and delightful.</p>\n","urlObject":{"path":["restaurants","654e37721a7fa739c220fd4e"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1882456e-7eb2-4c3f-8c67-6837a9ec2af4","name":"Delete Restauran By Id","originalRequest":{"method":"DELETE","header":[],"url":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co/restaurants/654dc3dd73d252758ef60f65"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"325"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 10 Nov 2023 06:37:19 GMT"},{"key":"Etag","value":"W/\"145-O9hu1U/Ahc/uReX+rszrdYNnV34\""},{"key":"Expect-Ct","value":"max-age=2592000, report-uri=\"https://sentry.repl.it/api/10/security/?sentry_key=615192fd532445bfbbbe966cd7131791\""},{"key":"Replit-Cluster","value":"global"},{"key":"Strict-Transport-Security","value":"max-age=6301336; includeSubDomains"},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted restaurant\": {\n        \"_id\": \"654dc3dd73d252758ef60f65\",\n        \"name\": \"Spice Palace2\",\n        \"cuisine\": \"Indian\",\n        \"address\": \"456 Curry Lane\",\n        \"city\": \"Mumbai\",\n        \"rating\": 4.5,\n        \"menu\": [\n            {\n                \"name\": \"Butter Chicken\",\n                \"price\": 120.99,\n                \"_id\": \"654dc3dd73d252758ef60f66\"\n            },\n            {\n                \"name\": \"Biryani\",\n                \"price\": 50.99,\n                \"_id\": \"654dc3dd73d252758ef60f67\"\n            }\n        ],\n        \"reviews\": [],\n        \"__v\": 0\n    }\n}"}],"_postman_id":"a1f56b1a-a69d-4b4b-989a-32fcfd37e406"}],"id":"c2756f12-9a5f-4163-9ddc-fc4dacce436f","_postman_id":"c2756f12-9a5f-4163-9ddc-fc4dacce436f","description":""}],"event":[{"listen":"prerequest","script":{"id":"28096f78-8699-46d7-b1ff-f452092e6c38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"548b5891-4798-43be-9aba-fb5918a432e7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://building-a-zomato-like-restaurant-api.choudhari-toufi.repl.co"}]}