{"info":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","description":"<html><head></head><body><h2 id=\"api-documentation\">API Documentation</h2>\n<h3 id=\"important-links-regardig-github-and-live-website\">Important Links regardig GitHub and Live Website</h3>\n<ol>\n<li><p><a href=\"https://github.com/mky120799/FullStack-Entertainment-App\">https://github.com/mky120799/FullStack-Entertainment-App</a></p>\n</li>\n<li><p><a href=\"https://frontend-part-entertainment-app.vercel.app/\">https://frontend-part-entertainment-app.vercel.app/</a></p>\n</li>\n</ol>\n<h3 id=\"base-url\">Base Url</h3>\n<ol>\n<li><p><a href=\"http://localhost:8000/api\">http://localhost:8000/api</a>( for testing/Deployment purposes)</p>\n</li>\n<li><p><a href=\"https://backened-part-entertainment-app.vercel.app/api\">https://backened-part-entertainment-app.vercel.app/api</a> (my base url for production level)</p>\n</li>\n</ol>\n<h3 id=\"note\">Note</h3>\n<p>Replace <a href=\"https://template.postman-echo.com\">https://template.postman-echo.com</a> with base url</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31817931","collectionId":"71346457-bce3-41d3-9f02-94845dcde309","publishedId":"2sB2j69VrX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-05T09:57:43.000Z"},"item":[{"name":"Media API","item":[{"name":"Trending Media","id":"7af9c011-86f6-4a51-9ad5-a8efe4fc4bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/trending/:page","description":"<ul>\n<li><p><strong>Description:</strong> Fetches trending media.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/trending/:page</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:page</code> (Number): Page number for pagination.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><code>success</code> (Boolean): Indicates whether the request was successful.</li>\n<li><code>data</code> (Array): Array of trending media objects.</li>\n<li><code>totalPages</code> (Number): Total number of pages available.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","trending",":page"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"6ba59e0c-89df-49b8-b2f8-126a6b53e0d8","description":{"content":"<p>Pass the different page value as Integer</p>\n","type":"text/plain"},"type":"any","value":"1","key":"page"}]}},"response":[{"id":"c434f506-52b8-4e00-ae57-d9bb838bfcc7","name":"Trending Media","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/trending/:page","host":["https://template.postman-echo.com"],"path":["media","trending",":page"],"variable":[{"key":"page","value":"1","description":"Pass the different page value as Integer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 14:14:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9195d6f9f8d32-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"b9d-FY7Od0UGLnRSX6hVL+D56dXg0eE\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"2b9bf940-1d59-4480"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1155605,\n            \"title\": \"Down the Rabbit Hole\",\n            \"image\": \"/h5HdtvogDClJjNdtdIxGgOfaZjK.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-30\"\n        },\n        {\n            \"id\": 560016,\n            \"title\": \"Monkey Man\",\n            \"image\": \"/4lhR4L2vzzjl68P1zJyCH755Oz4.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-03\"\n        },\n        {\n            \"id\": 207334,\n            \"title\": \"The Veil\",\n            \"image\": \"/6aM5Lyp3zUtPyc0WVofES6UrV06.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-04-30\"\n        },\n        {\n            \"id\": 1227780,\n            \"title\": \"Prom Dates\",\n            \"image\": \"/ojWiV81GldQSrBjY2izkayPSN05.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-05-03\"\n        },\n        {\n            \"id\": 105971,\n            \"title\": \"Star Wars: The Bad Batch\",\n            \"image\": \"/cDQAvfgAqnKuklerrZylZr6PCQa.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2021-05-04\"\n        },\n        {\n            \"id\": 1011985,\n            \"title\": \"Kung Fu Panda 4\",\n            \"image\": \"/kDp1vUBnMpe8ak4rjgl3cLELqjU.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-02\"\n        },\n        {\n            \"id\": 158300,\n            \"title\": \"Knuckles\",\n            \"image\": \"/sK6Nr6KNUA4WlAHyNBTioz9FK87.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-04-26\"\n        },\n        {\n            \"id\": 948549,\n            \"title\": \"Love Lies Bleeding\",\n            \"image\": \"/p7jyFWiLyHPttqYBFAlLJwtYTYH.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-08\"\n        },\n        {\n            \"id\": 934632,\n            \"title\": \"Rebel Moon - Part Two: The Scargiver\",\n            \"image\": \"/cxevDYdeFkiixRShbObdwAHBZry.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-19\"\n        },\n        {\n            \"id\": 804616,\n            \"title\": \"Something in the Water\",\n            \"image\": \"/1iWGGxHEwswZGvPSoMZlLFf0PNq.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-22\"\n        },\n        {\n            \"id\": 929590,\n            \"title\": \"Civil War\",\n            \"image\": \"/sh7Rg8Er3tFcN9BpKIPOMvALgZd.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-10\"\n        },\n        {\n            \"id\": 823464,\n            \"title\": \"Godzilla x Kong: The New Empire\",\n            \"image\": \"/tMefBSflR6PGQLv7WvFPpKLZkyk.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-27\"\n        },\n        {\n            \"id\": 37854,\n            \"title\": \"One Piece\",\n            \"image\": \"/cMD9Ygz11zjJzAovURpO75Qg7rT.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"1999-10-20\"\n        },\n        {\n            \"id\": 786892,\n            \"title\": \"Furiosa: A Mad Max Saga\",\n            \"image\": \"/iADOJ8Zymht2JPMoy3R7xceZprc.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-05-22\"\n        },\n        {\n            \"id\": 76479,\n            \"title\": \"The Boys\",\n            \"image\": \"/7Ns6tO3aYjppI5bFhyYZurOYGBT.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2019-07-25\"\n        },\n        {\n            \"id\": 845111,\n            \"title\": \"The Three Musketeers: Milady\",\n            \"image\": \"/rtosxP5sXuoRFPH4sVbMccLIPiV.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2023-12-13\"\n        },\n        {\n            \"id\": 1228891,\n            \"title\": \"Pegasus 2\",\n            \"image\": \"/wGPHkBmLYtdjJpPW6ewxtejLrbd.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-02-10\"\n        },\n        {\n            \"id\": 203744,\n            \"title\": \"Sugar\",\n            \"image\": \"/dNrk52Rt13MxwahLneTZJezM6qD.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-04-04\"\n        },\n        {\n            \"id\": 156716,\n            \"title\": \"Heeramandi: The Diamond Bazaar\",\n            \"image\": \"/eksIqOvvGOLpK1XkjY1LVF0tdRi.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-05-01\"\n        },\n        {\n            \"id\": 236385,\n            \"title\": \"T・P BON\",\n            \"image\": \"/13HE9ZZorQ3KLQrFW2KOH0dZLlW.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-05-02\"\n        }\n    ],\n    \"totalPages\": 1000\n}"}],"_postman_id":"7af9c011-86f6-4a51-9ad5-a8efe4fc4bd3"},{"name":"Movie Media","id":"5ff7a933-c4f7-4732-a462-e8e422bd345f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/movie/:page","description":"<ul>\n<li><p><strong>Description:</strong> Fetches movies.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/movie/:page</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:page</code> (Number): Page number for pagination.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Information about the fetched data.</p>\n</li>\n<li><p><code>data</code> (Array): Array of movie objects.</p>\n</li>\n<li><p><code>totalPages</code> (Number): Total number of pages available.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","movie",":page"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"150b10b7-0716-4a83-b0d5-10964edc8cfd","type":"any","value":"1","key":"page"}]}},"response":[{"id":"2fbd62ee-258b-40d2-830d-28516430bda8","name":"Movie Media","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/movie/:page","host":["https://template.postman-echo.com"],"path":["media","movie",":page"],"variable":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 14:16:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e91bec29958d32-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"b49-lnJk1ADGLTzMlPU7FIkIcWftp/4\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"6b89bdc8-0257-470b"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Collection of Movies\",\n    \"data\": [\n        {\n            \"id\": 1096197,\n            \"title\": \"No Way Up\",\n            \"image\": \"/hu40Uxp9WtpL34jv3zyWLb5zEVY.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-01-18\"\n        },\n        {\n            \"id\": 1041613,\n            \"title\": \"Immaculate\",\n            \"image\": \"/fdZpvODTX5wwkD0ikZNaClE4AoW.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-20\"\n        },\n        {\n            \"id\": 1105407,\n            \"title\": \"Damaged\",\n            \"image\": \"/eacWm6jPrjkpqhi4VzwqYeJWL6k.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-12\"\n        },\n        {\n            \"id\": 359410,\n            \"title\": \"Road House\",\n            \"image\": \"/bXi6IQiQDHD00JFio5ZSZOeRSBh.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-08\"\n        },\n        {\n            \"id\": 784651,\n            \"title\": \"Fighter\",\n            \"image\": \"/zDZowwb9GZGEctAu2PCpjiPQAMM.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-01-24\"\n        },\n        {\n            \"id\": 872585,\n            \"title\": \"Oppenheimer\",\n            \"image\": \"/8Gxv8gSFCU0XGDykEGv7zR1n2ua.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2023-07-19\"\n        },\n        {\n            \"id\": 948549,\n            \"title\": \"Love Lies Bleeding\",\n            \"image\": \"/p7jyFWiLyHPttqYBFAlLJwtYTYH.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-08\"\n        },\n        {\n            \"id\": 929590,\n            \"title\": \"Civil War\",\n            \"image\": \"/sh7Rg8Er3tFcN9BpKIPOMvALgZd.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-10\"\n        },\n        {\n            \"id\": 984324,\n            \"title\": \"The Wages of Fear\",\n            \"image\": \"/jFK2ZLQUzo9pea0jfMCHDfvWsx7.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-28\"\n        },\n        {\n            \"id\": 938614,\n            \"title\": \"Late Night with the Devil\",\n            \"image\": \"/u3YQJctMzFN2wAvnkmXy41bXhFv.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-03-19\"\n        },\n        {\n            \"id\": 263115,\n            \"title\": \"Logan\",\n            \"image\": \"/fnbjcRDYn6YviCcePDnGdyAkYsB.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2017-02-28\"\n        },\n        {\n            \"id\": 475557,\n            \"title\": \"Joker\",\n            \"image\": \"/udDclJoHjfjb8Ekgsd4FDteOkCU.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2019-10-01\"\n        },\n        {\n            \"id\": 293660,\n            \"title\": \"Deadpool\",\n            \"image\": \"/fSRb7vyIP8rQpL0I47P3qUsEKX3.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2016-02-09\"\n        },\n        {\n            \"id\": 218,\n            \"title\": \"The Terminator\",\n            \"image\": \"/qvktm0BHcnmDpul4Hz01GIazWPr.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1984-10-26\"\n        },\n        {\n            \"id\": 603,\n            \"title\": \"The Matrix\",\n            \"image\": \"/f89U3ADr1oiB1s9GkdPOEpXUk5H.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1999-03-31\"\n        },\n        {\n            \"id\": 760104,\n            \"title\": \"X\",\n            \"image\": \"/woTQx9Q4b8aO13jR9dsj8C9JESy.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2022-03-17\"\n        },\n        {\n            \"id\": 969492,\n            \"title\": \"Land of Bad\",\n            \"image\": \"/h3jYanWMEJq6JJsCopy1h7cT2Hs.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-01-25\"\n        },\n        {\n            \"id\": 937287,\n            \"title\": \"Challengers\",\n            \"image\": \"/H6vke7zGiuLsz4v4RPeReb9rsv.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-04-18\"\n        },\n        {\n            \"id\": 348,\n            \"title\": \"Alien\",\n            \"image\": \"/vfrQk5IPloGg1v9Rzbh2Eg3VGyM.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1979-05-25\"\n        },\n        {\n            \"id\": 405774,\n            \"title\": \"Bird Box\",\n            \"image\": \"/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2018-12-13\"\n        }\n    ],\n    \"totalPages\": 836\n}"}],"_postman_id":"5ff7a933-c4f7-4732-a462-e8e422bd345f"},{"name":"TV Media","id":"53790e41-60b2-479f-8744-172401771a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/tv/:page","description":"<p>StartFragment</p>\n<ul>\n<li><p><strong>Description:</strong> Fetches TV shows.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/tv/:page</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:page</code> (Number): Page number for pagination.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Information about the fetched data.</p>\n</li>\n<li><p><code>data</code> (Array): Array of TV show objects.</p>\n</li>\n<li><p><code>totalPages</code> (Number): Total number of pages available.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","tv",":page"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"bb41f841-79e4-4219-b6fa-76888690f2e7","type":"any","value":"1","key":"page"}]}},"response":[{"id":"933219da-7eaf-4a48-bb12-7c1890e5bc59","name":"TV Media","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/tv/:page","host":["https://template.postman-echo.com"],"path":["media","tv",":page"],"variable":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 14:17:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e91de9ce578d32-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"bcd-n2kSnuZBgsPnAnrB6fae+eir20o\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"e7fbef96-f522-4069"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Collection of TvShows\",\n    \"data\": [\n        {\n            \"id\": 2734,\n            \"title\": \"Law & Order: Special Victims Unit\",\n            \"image\": \"/onmSVwYsPMYtO8OjLdjS8FfRNKb.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"1999-09-20\"\n        },\n        {\n            \"id\": 82873,\n            \"title\": \"The Kelly Clarkson Show\",\n            \"image\": \"/9Gg1oM8Us8gCS5aJA8e0ZRuIHnf.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2019-09-09\"\n        },\n        {\n            \"id\": 1416,\n            \"title\": \"Grey's Anatomy\",\n            \"image\": \"/jcEl8SISNfGdlQFwLzeEtsjDvpw.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2005-03-27\"\n        },\n        {\n            \"id\": 4607,\n            \"title\": \"Lost\",\n            \"image\": \"/og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2004-09-22\"\n        },\n        {\n            \"id\": 204746,\n            \"title\": \"The Jennifer Hudson Show\",\n            \"image\": \"/6VBNeo8XG90sNKWYQ0yTEmVBXHJ.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2022-09-12\"\n        },\n        {\n            \"id\": 39351,\n            \"title\": \"Grimm\",\n            \"image\": \"/iOptnt1QHi6bIHmOq6adnZTV0bU.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2011-10-28\"\n        },\n        {\n            \"id\": 1622,\n            \"title\": \"Supernatural\",\n            \"image\": \"/KoYWXbnYuS3b0GyQPkbuexlVK9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2005-09-13\"\n        },\n        {\n            \"id\": 1438,\n            \"title\": \"The Wire\",\n            \"image\": \"/4lbclFySvugI51fwsyxBTOm4DqK.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2002-06-02\"\n        },\n        {\n            \"id\": 59941,\n            \"title\": \"The Tonight Show Starring Jimmy Fallon\",\n            \"image\": \"/g4amxJvtpnY79J77xeamnAEUO8r.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2014-02-17\"\n        },\n        {\n            \"id\": 61818,\n            \"title\": \"Late Night with Seth Meyers\",\n            \"image\": \"/g6MrJxNaHYGYU7Sxo72e5B8gKOV.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2014-02-25\"\n        },\n        {\n            \"id\": 31248,\n            \"title\": \"It's Showtime\",\n            \"image\": \"/nKxXaAIO2ljugKhKFYQ8LmIJ1x7.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2009-10-24\"\n        },\n        {\n            \"id\": 237480,\n            \"title\": \"No Rancho Fundo\",\n            \"image\": \"/eONkvEahSQJan1HTzWJKjvaMe29.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-04-15\"\n        },\n        {\n            \"id\": 1620,\n            \"title\": \"CSI: Miami\",\n            \"image\": \"/pNW64pjaHvf6purNaFhq4SHYRfl.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2002-09-23\"\n        },\n        {\n            \"id\": 240909,\n            \"title\": \"La Casa de los Famosos Colombia\",\n            \"image\": \"/lCn94cscNlFToXIbIWRSGBqb20Q.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2024-02-11\"\n        },\n        {\n            \"id\": 94722,\n            \"title\": \"Tagesschau\",\n            \"image\": \"/7dFZJ2ZJJdcmkp05B9NWlqTJ5tq.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"1952-12-26\"\n        },\n        {\n            \"id\": 1220,\n            \"title\": \"The Graham Norton Show\",\n            \"image\": \"/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2007-02-22\"\n        },\n        {\n            \"id\": 22980,\n            \"title\": \"Watch What Happens Live with Andy Cohen\",\n            \"image\": \"/onSD9UXfJwrMXWhq7UY7hGF2S1h.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2009-07-16\"\n        },\n        {\n            \"id\": 1431,\n            \"title\": \"CSI: Crime Scene Investigation\",\n            \"image\": \"/i5hmoRjHNWady4AtAGICTUXknKH.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2000-10-06\"\n        },\n        {\n            \"id\": 63770,\n            \"title\": \"The Late Show with Stephen Colbert\",\n            \"image\": \"/9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2015-09-08\"\n        },\n        {\n            \"id\": 1667,\n            \"title\": \"Saturday Night Live\",\n            \"image\": \"/iecMwr0L6kt64qeyyeYUxBjuQ4G.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"1975-10-11\"\n        }\n    ],\n    \"totalPages\": 8561\n}"}],"_postman_id":"53790e41-60b2-479f-8744-172401771a78"}],"id":"0d522fce-2c97-4df4-bed0-4992af4f1e62","description":"<h3 id=\"this-folder-contains-three-api\">This Folder contains three API.</h3>\n<ol>\n<li>Trending Media</li>\n<li>Movie Media</li>\n<li>Tv Media</li>\n</ol>\n<h3 id=\"example\">Example</h3>\n<ol>\n<li><code>/media/trending/:page</code></li>\n<li><code>/media/movie/:page</code></li>\n<li><code>/media/tv/:page</code></li>\n</ol>\n","_postman_id":"0d522fce-2c97-4df4-bed0-4992af4f1e62","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}}},{"name":"Media Image API","item":[{"name":"Movie Image","id":"012e44f6-35b5-44fb-930f-69120a723bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/movie/image/:movieId","description":"<ul>\n<li><p><strong>Description:</strong> Fetches the thumbnail image for a movie.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/movie/image/:movieId</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:movieId</code> (Number): ID of the movie.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>imagePath</code> (String): File path of the thumbnail image.</p>\n</li>\n<li><p><code>message</code> (String): Error message if no image is found.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","movie","image",":movieId"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"5e693b5b-9014-4bf8-bf64-04fc75c99533","type":"any","value":"1096197","key":"movieId"}]}},"response":[{"id":"6257b0bc-90ae-4bb4-a938-dd67d3e3d213","name":"Movie Image","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/movie/image/:movieId","host":["https://template.postman-echo.com"],"path":["media","movie","image",":movieId"],"variable":[{"key":"movieId","value":"1096197"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 15:47:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e99ffd9d223199-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3f-Ehg9BEkPcgYJFSdF5nlZ41RhAug\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"74a293ed-c227-4439"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"imagePath\": \"/4woSOUD0equAYzvwhWBHIJDCM88.jpg\"\n}"}],"_postman_id":"012e44f6-35b5-44fb-930f-69120a723bd6"},{"name":"Tv Image","id":"89ae83b7-900d-479e-bede-230ce65f279a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/tv/image/:seriesId","description":"<ul>\n<li><p><strong>Description:</strong> Fetches the thumbnail image for a TV show.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/tv/image/:seriesId</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:seriesId</code> (Number): ID of the TV show.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>imagePath</code> (String): File path of the thumbnail image.</p>\n</li>\n<li><p><code>message</code> (String): Error message if no image is found.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","tv","image",":seriesId"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"d3070612-2ee5-413a-9b59-bb44b584b58f","type":"any","value":"2734","key":"seriesId"}]}},"response":[{"id":"9d892e98-da85-404f-a6fa-c1b270118a18","name":"Tv Image","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/tv/image/:seriesId","host":["https://template.postman-echo.com"],"path":["media","tv","image",":seriesId"],"variable":[{"key":"seriesId","value":"2734"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:18:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9ceadaa4c1be6-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3e-WVV/2V5X25TN7BRmNz+pseGTxCI\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"f17306e8-ccae-44a1"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"imagePath\": \"/yN2xzfoy6JoyjVgmjyqt3sLGV9.jpg\"\n}"}],"_postman_id":"89ae83b7-900d-479e-bede-230ce65f279a"}],"id":"745ca736-db8b-4222-bb12-9d5d48af81a7","description":"<h3 id=\"this-folder-contains-two-api\">This Folder contains two API.</h3>\n<ol>\n<li><p>Movie Image</p>\n</li>\n<li><p>Tv Image</p>\n</li>\n</ol>\n<h3 id=\"example\">Example</h3>\n<ol>\n<li><p><code>/media/movie/image/:movieId</code></p>\n</li>\n<li><p><code>/media/tv/image/:seriesId</code></p>\n</li>\n</ol>\n","_postman_id":"745ca736-db8b-4222-bb12-9d5d48af81a7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}}},{"name":"Media Details API","item":[{"name":"Movie Details","id":"1cbcb9d1-eb17-4b0c-bf8e-e8607dba7118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/movie/detail/:movieId","description":"<p>StartFragment</p>\n<ul>\n<li><p><strong>Description:</strong> Fetches details of a movie.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/movie/detail/:movieId</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:movieId</code> (Number): ID of the movie.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><code>success</code> (Boolean): Indicates whether the request was successful.</li>\n<li><code>data</code> (Object): Details of the movie, including cast information.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","movie","detail",":movieId"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"99d8aa93-80a4-4764-86ea-9a58de7ed14c","type":"any","value":"1096197","key":"movieId"}]}},"response":[{"id":"2957101b-9c7a-4443-9881-e78068b73af7","name":"Movie Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/movie/detail/:movieId","host":["https://template.postman-echo.com"],"path":["media","movie","detail",":movieId"],"variable":[{"key":"movieId","value":"1096197"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:31:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9e25139f4f36f-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"31d-uJPu2n1/TqNV2uBZn5W0CaEq5mA\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"b0860c7b-abb5-42f9"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"mediaData\": {\n            \"id\": 1096197,\n            \"title\": \"No Way Up\",\n            \"overview\": \"Characters from different backgrounds are thrown together when the plane they're travelling on crashes into the Pacific Ocean. A nightmare fight for survival ensues with the air supply running out and dangers creeping in from all sides.\",\n            \"image\": \"/hu40Uxp9WtpL34jv3zyWLb5zEVY.jpg\",\n            \"isAdult\": false,\n            \"rating\": 3.1645,\n            \"status\": \"Released\",\n            \"runtime\": 90,\n            \"genres\": [\n                \"Action\",\n                \"Horror\",\n                \"Thriller\"\n            ],\n            \"tagline\": \"Brace yourself.\",\n            \"imdb_id\": \"tt16253418\",\n            \"homepage\": \"\",\n            \"language\": [\n                \"English\"\n            ],\n            \"release_date\": \"2024-01-18\"\n        },\n        \"cast\": [\n            \"Colm Meaney\",\n            \"Phyllis Logan\",\n            \"Sophie McIntosh\",\n            \"Will Attenborough\",\n            \"Jeremias Amoore\",\n            \"Manuel Pacific\",\n            \"Grace Nettle\",\n            \"James Carroll Jordan\",\n            \"David J Biscoe\",\n            \"David Samartin\",\n            \"Scott Coker\",\n            \"Lee Byford\"\n        ]\n    }\n}"}],"_postman_id":"1cbcb9d1-eb17-4b0c-bf8e-e8607dba7118"},{"name":"Tv Details","id":"7511ec60-a9ef-4e26-afe8-af235c17507b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/tv/detail/:seriesId","description":"<ul>\n<li><p><strong>Description:</strong> Fetches details of a TV show.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/tv/detail/:seriesId</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:seriesId</code> (Number): ID of the TV show.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><code>success</code> (Boolean): Indicates whether the request was successful.</li>\n<li><code>data</code> (Object): Details of the TV show, including cast information.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","tv","detail",":seriesId"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"31e91c4b-a75b-43b9-b5c3-b545da61c823","type":"any","value":"2734","key":"seriesId"}]}},"response":[{"id":"567ad2ef-14c0-4f3c-81fd-94b16425fd7f","name":"Tv Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/tv/detail/:seriesId","host":["https://template.postman-echo.com"],"path":["media","tv","detail",":seriesId"],"variable":[{"key":"seriesId","value":"\n2734"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:32:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9e2ca6d12f36f-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"2fb-fFgg2H3JtzPvRwBR44JS2ycF2Wo\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"4eeee79b-79eb-497c"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"mediaData\": {\n            \"id\": 2734,\n            \"title\": \"Law & Order: Special Victims Unit\",\n            \"overview\": \"In the criminal justice system, sexually-based offenses are considered especially heinous. In New York City, the dedicated detectives who investigate these vicious felonies are members of an elite squad known as the Special Victims Unit. These are their stories.\",\n            \"image\": \"/onmSVwYsPMYtO8OjLdjS8FfRNKb.jpg\",\n            \"isAdult\": false,\n            \"rating\": 3.9715,\n            \"status\": \"Returning Series\",\n            \"genres\": [\n                \"Crime\",\n                \"Drama\",\n                \"Mystery\"\n            ],\n            \"tagline\": \"The fight never ends.\",\n            \"homepage\": \"http://www.nbc.com/law-and-order-special-victims-unit\",\n            \"language\": [\n                \"English\"\n            ],\n            \"first_air_date\": \"1999-09-20\",\n            \"last_air_date\": \"2024-05-02\"\n        },\n        \"cast\": [\n            \"Mariska Hargitay\",\n            \"Ice-T\",\n            \"Peter Scanavino\",\n            \"Octavio Pisano\"\n        ]\n    }\n}"}],"_postman_id":"7511ec60-a9ef-4e26-afe8-af235c17507b"}],"id":"bfd2de52-80f7-49e0-9757-82b2fec1ede7","description":"<h3 id=\"this-folder-contains-two-api\">This Folder contains two API.</h3>\n<ol>\n<li><p>Movie Detail</p>\n</li>\n<li><p>Tv Detail</p>\n</li>\n</ol>\n<h3 id=\"example\">Example</h3>\n<ol>\n<li><p><code>/media/movie/detail/:movieId</code></p>\n</li>\n<li><p><code>/media/tv/detail/:seriesId</code></p>\n</li>\n</ol>\n","_postman_id":"bfd2de52-80f7-49e0-9757-82b2fec1ede7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}}},{"name":"Media Search API","item":[{"name":"Multi Serach","id":"779dfbdc-53f4-474a-afe7-20edf1996ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/all/search/:searchQuery","description":"<ul>\n<li><p><strong>Description:</strong> Searches for all types of media based on the provided query.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/all/search/:searchQuery</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:searchQuery</code> (String): Search query.</li>\n</ul>\n</li>\n<li><p><strong>Controller:</strong> <code>searchAllController</code></p>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><code>success</code> (Boolean): Indicates whether the request was successful.</li>\n<li><code>data</code> (Array): Array of media results.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","all","search",":searchQuery"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"4dbc4b10-d6e1-4a89-a507-f6cd6681f704","type":"any","value":"hanuman","key":"searchQuery"}]}},"response":[{"id":"34b1d975-70b4-4df8-b33e-b415aba10ed1","name":"Multi Serach","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/all/search/:searchQuery","host":["https://template.postman-echo.com"],"path":["media","all","search",":searchQuery"],"variable":[{"key":"searchQuery","value":"hanuman"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:35:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9e75aeb5af36f-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"ab4-DiacbomO5TLcq2DZCrS63CsvL2w\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"87db25a0-aa97-4d1c"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 85998,\n            \"title\": \"Hanuman\",\n            \"image\": \"/Awj3a9EGjNGrEFAQ9iBmF6gBnJ9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1998-10-28\"\n        },\n        {\n            \"id\": 16111,\n            \"title\": \"Hanuman\",\n            \"image\": \"/xgjarOLCUK6x8dKZu3gJw7jEvBb.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2005-10-21\"\n        },\n        {\n            \"id\": 1386012,\n            \"title\": \"Hanuman\",\n            \"isAdult\": false,\n            \"mediaType\": \"person\"\n        },\n        {\n            \"id\": 99840,\n            \"title\": \"Sankat Mochan Mahabali Hanuman\",\n            \"image\": \"/askmYrUhTqFnYF56t7Z2rTEs92B.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2015-05-04\"\n        },\n        {\n            \"id\": 117736,\n            \"title\": \"The Legend of Hanuman\",\n            \"image\": \"/AdCWLnuw01cWkdy7nsZVtnX4KVn.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"tv\",\n            \"releaseDate\": \"2021-01-29\"\n        },\n        {\n            \"id\": 869760,\n            \"title\": \"Hanu-Man\",\n            \"image\": \"/16Uq9KbcNDQtI48E6xwyb8wk9x9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-01-11\"\n        },\n        {\n            \"id\": 578358,\n            \"title\": \"Hanuman dot com\",\n            \"image\": \"/384JOAAR3WB20MryVuJW5rlOjvu.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2013-12-06\"\n        },\n        {\n            \"id\": 106637,\n            \"title\": \"Hanuman and the Five Kamen Riders\",\n            \"image\": \"/l3JtwnVRWc0lvoqhAHBZAwV0q5T.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1975-03-15\"\n        },\n        {\n            \"id\": 330404,\n            \"title\": \"Hanuman, The Worshipper of Lord Rama\",\n            \"image\": \"/3RtFRA4gIBsgcKg3jskR108nlDf.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1948-01-01\"\n        },\n        {\n            \"id\": 217086,\n            \"title\": \"Hanuman and the Seven Ultramen\",\n            \"image\": \"/7aap7ygcvSIcVEiE9IqTw7a4XJA.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1974-11-26\"\n        },\n        {\n            \"id\": 66520,\n            \"title\": \"Hanuman Junction\",\n            \"image\": \"/btYdgHtyOHU5xG4mdZIIBmqkCiH.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2001-12-21\"\n        },\n        {\n            \"id\": 307202,\n            \"title\": \"Bhaktha Hanuman\",\n            \"image\": \"/rScqrrpHHBaY3OR0HnICfwgmN4N.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1980-01-01\"\n        },\n        {\n            \"id\": 1230427,\n            \"title\": \"Jai Hanuman\",\n            \"image\": \"/u8P5kmY2ioBn6Mk5rRoswG1RoRn.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        },\n        {\n            \"id\": 1022074,\n            \"title\": \"Hanuman Gear\",\n            \"image\": \"/xmmVAazqVGZbFXBljW8UVBt4dDZ.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        },\n        {\n            \"id\": 532921,\n            \"title\": \"Hanuman Vs Mahiravana\",\n            \"image\": \"/aTY1gwCPmltzUBwlTb4V96eduLi.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2018-06-22\"\n        },\n        {\n            \"id\": 944623,\n            \"title\": \"The New Adventures of Hanuman\",\n            \"image\": \"/61C2CoUr9pXiCF9N5NDc7Ye8JfO.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1960-01-01\"\n        },\n        {\n            \"id\": 591151,\n            \"title\": \"Gundu Hanumantha Rao\",\n            \"isAdult\": false,\n            \"mediaType\": \"person\"\n        },\n        {\n            \"id\": 3226921,\n            \"title\": \"Sirisha Hanumanth\",\n            \"isAdult\": false,\n            \"mediaType\": \"person\"\n        },\n        {\n            \"id\": 121897,\n            \"title\": \"Bal Hanuman - Return of the Demon\",\n            \"image\": null,\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2010-01-01\"\n        },\n        {\n            \"id\": 256863,\n            \"title\": \"Chhota Bheem Aur Hanuman\",\n            \"image\": \"/9XlwUJV9Jr0kuDBPsi03u5YpBUO.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2013-11-22\"\n        }\n    ]\n}"}],"_postman_id":"779dfbdc-53f4-474a-afe7-20edf1996ce9"},{"name":"Movie Search","id":"71af5b0c-5135-41a8-9e4a-5a41404d723e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/movie/search/:searchQuery","description":"<ul>\n<li><p><strong>Description:</strong> Searches for movies based on the provided query.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/movie/search/:searchQuery</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:searchQuery</code> (String): Search query.</li>\n</ul>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>data</code> (Array): Array of movie results.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","movie","search",":searchQuery"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"3f3eb218-23b9-4559-b831-7679d7b8ea3d","type":"any","value":"hanuman","key":"searchQuery"}]}},"response":[{"id":"b3aec8e8-0c0e-4fcc-9e49-21b009c6b6e4","name":"Movie Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/movie/search/:searchQuery","host":["https://template.postman-echo.com"],"path":["media","movie","search",":searchQuery"],"variable":[{"key":"searchQuery","value":"hanuman"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:37:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9eac44cbcf36f-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"b57-XCE2UmKdKDUqlO0MiTUYmX+u4Rw\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"52a9b176-cf48-498d"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 85998,\n            \"title\": \"Hanuman\",\n            \"image\": \"/Awj3a9EGjNGrEFAQ9iBmF6gBnJ9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1998-10-28\"\n        },\n        {\n            \"id\": 16111,\n            \"title\": \"Hanuman\",\n            \"image\": \"/xgjarOLCUK6x8dKZu3gJw7jEvBb.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2005-10-21\"\n        },\n        {\n            \"id\": 869760,\n            \"title\": \"Hanu-Man\",\n            \"image\": \"/16Uq9KbcNDQtI48E6xwyb8wk9x9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-01-11\"\n        },\n        {\n            \"id\": 578358,\n            \"title\": \"Hanuman dot com\",\n            \"image\": \"/384JOAAR3WB20MryVuJW5rlOjvu.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2013-12-06\"\n        },\n        {\n            \"id\": 106637,\n            \"title\": \"Hanuman and the Five Kamen Riders\",\n            \"image\": \"/l3JtwnVRWc0lvoqhAHBZAwV0q5T.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1975-03-15\"\n        },\n        {\n            \"id\": 330404,\n            \"title\": \"Hanuman, The Worshipper of Lord Rama\",\n            \"image\": \"/3RtFRA4gIBsgcKg3jskR108nlDf.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1948-01-01\"\n        },\n        {\n            \"id\": 217086,\n            \"title\": \"Hanuman and the Seven Ultramen\",\n            \"image\": \"/7aap7ygcvSIcVEiE9IqTw7a4XJA.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1974-11-26\"\n        },\n        {\n            \"id\": 66520,\n            \"title\": \"Hanuman Junction\",\n            \"image\": \"/btYdgHtyOHU5xG4mdZIIBmqkCiH.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2001-12-21\"\n        },\n        {\n            \"id\": 307202,\n            \"title\": \"Bhaktha Hanuman\",\n            \"image\": \"/rScqrrpHHBaY3OR0HnICfwgmN4N.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1980-01-01\"\n        },\n        {\n            \"id\": 1230427,\n            \"title\": \"Jai Hanuman\",\n            \"image\": \"/u8P5kmY2ioBn6Mk5rRoswG1RoRn.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        },\n        {\n            \"id\": 1022074,\n            \"title\": \"Hanuman Gear\",\n            \"image\": \"/xmmVAazqVGZbFXBljW8UVBt4dDZ.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        },\n        {\n            \"id\": 532921,\n            \"title\": \"Hanuman Vs Mahiravana\",\n            \"image\": \"/aTY1gwCPmltzUBwlTb4V96eduLi.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2018-06-22\"\n        },\n        {\n            \"id\": 944623,\n            \"title\": \"The New Adventures of Hanuman\",\n            \"image\": \"/61C2CoUr9pXiCF9N5NDc7Ye8JfO.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1960-01-01\"\n        },\n        {\n            \"id\": 121897,\n            \"title\": \"Bal Hanuman - Return of the Demon\",\n            \"image\": null,\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2010-01-01\"\n        },\n        {\n            \"id\": 256863,\n            \"title\": \"Chhota Bheem Aur Hanuman\",\n            \"image\": \"/9XlwUJV9Jr0kuDBPsi03u5YpBUO.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2013-11-22\"\n        },\n        {\n            \"id\": 460122,\n            \"title\": \"Hanuman Da Damdaar\",\n            \"image\": \"/y8yZaoDqjJRXmeNfZJHU27Urvsl.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2017-06-02\"\n        },\n        {\n            \"id\": 117361,\n            \"title\": \"Return Of Hanuman\",\n            \"image\": \"/sBPYBOiyYnlCZdTKZvi4FLdWFh6.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2007-12-28\"\n        },\n        {\n            \"id\": 106644,\n            \"title\": \"Mahabali Hanuman\",\n            \"image\": null,\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1981-08-11\"\n        },\n        {\n            \"id\": 1036561,\n            \"title\": \"Shadow Master\",\n            \"image\": \"/67ZsRKbItt6B1yHlsJKgfPWOyuJ.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2022-11-03\"\n        },\n        {\n            \"id\": 488821,\n            \"title\": \"Bal Hanuman 4 : Attack Of The Universe\",\n            \"image\": \"/7gbD3Fv2sFXNFC1X9ejtVsuQh92.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        }\n    ]\n}"}],"_postman_id":"71af5b0c-5135-41a8-9e4a-5a41404d723e"},{"name":"Tv Search","id":"c53a543a-0203-4c56-8339-b7bae3ad3781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/movie/search/:searchQuery","description":"<ul>\n<li><p><strong>Description:</strong> Searches for TV shows based on the provided query.</p>\n</li>\n<li><p><strong>Route:</strong> <code>GET /media/tv/search/:searchQuery</code></p>\n</li>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><code>:searchQuery</code> (String): Search query.</li>\n</ul>\n</li>\n<li><p><strong>Controller:</strong> <code>searchTvController</code></p>\n</li>\n<li><p><strong>Response:</strong></p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>data</code> (Array): Array of TV show results</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","movie","search",":searchQuery"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"952d00d3-1104-4be5-98d0-22e17e0394d8","type":"any","value":"hanuman","key":"searchQuery"}]}},"response":[{"id":"5bdcf732-7f6d-4f65-b408-31a41627222a","name":"Tv Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/movie/search/:searchQuery","host":["https://template.postman-echo.com"],"path":["media","movie","search",":searchQuery"],"variable":[{"key":"searchQuery","value":"hanuman"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:39:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9ed64e8d1f36f-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"b57-XCE2UmKdKDUqlO0MiTUYmX+u4Rw\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"5b180c7d-db21-4c18"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 85998,\n            \"title\": \"Hanuman\",\n            \"image\": \"/Awj3a9EGjNGrEFAQ9iBmF6gBnJ9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1998-10-28\"\n        },\n        {\n            \"id\": 16111,\n            \"title\": \"Hanuman\",\n            \"image\": \"/xgjarOLCUK6x8dKZu3gJw7jEvBb.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2005-10-21\"\n        },\n        {\n            \"id\": 869760,\n            \"title\": \"Hanu-Man\",\n            \"image\": \"/16Uq9KbcNDQtI48E6xwyb8wk9x9.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2024-01-11\"\n        },\n        {\n            \"id\": 578358,\n            \"title\": \"Hanuman dot com\",\n            \"image\": \"/384JOAAR3WB20MryVuJW5rlOjvu.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2013-12-06\"\n        },\n        {\n            \"id\": 106637,\n            \"title\": \"Hanuman and the Five Kamen Riders\",\n            \"image\": \"/l3JtwnVRWc0lvoqhAHBZAwV0q5T.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1975-03-15\"\n        },\n        {\n            \"id\": 330404,\n            \"title\": \"Hanuman, The Worshipper of Lord Rama\",\n            \"image\": \"/3RtFRA4gIBsgcKg3jskR108nlDf.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1948-01-01\"\n        },\n        {\n            \"id\": 217086,\n            \"title\": \"Hanuman and the Seven Ultramen\",\n            \"image\": \"/7aap7ygcvSIcVEiE9IqTw7a4XJA.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1974-11-26\"\n        },\n        {\n            \"id\": 66520,\n            \"title\": \"Hanuman Junction\",\n            \"image\": \"/btYdgHtyOHU5xG4mdZIIBmqkCiH.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2001-12-21\"\n        },\n        {\n            \"id\": 307202,\n            \"title\": \"Bhaktha Hanuman\",\n            \"image\": \"/rScqrrpHHBaY3OR0HnICfwgmN4N.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1980-01-01\"\n        },\n        {\n            \"id\": 1230427,\n            \"title\": \"Jai Hanuman\",\n            \"image\": \"/u8P5kmY2ioBn6Mk5rRoswG1RoRn.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        },\n        {\n            \"id\": 1022074,\n            \"title\": \"Hanuman Gear\",\n            \"image\": \"/xmmVAazqVGZbFXBljW8UVBt4dDZ.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        },\n        {\n            \"id\": 532921,\n            \"title\": \"Hanuman Vs Mahiravana\",\n            \"image\": \"/aTY1gwCPmltzUBwlTb4V96eduLi.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2018-06-22\"\n        },\n        {\n            \"id\": 944623,\n            \"title\": \"The New Adventures of Hanuman\",\n            \"image\": \"/61C2CoUr9pXiCF9N5NDc7Ye8JfO.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1960-01-01\"\n        },\n        {\n            \"id\": 121897,\n            \"title\": \"Bal Hanuman - Return of the Demon\",\n            \"image\": null,\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2010-01-01\"\n        },\n        {\n            \"id\": 256863,\n            \"title\": \"Chhota Bheem Aur Hanuman\",\n            \"image\": \"/9XlwUJV9Jr0kuDBPsi03u5YpBUO.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2013-11-22\"\n        },\n        {\n            \"id\": 460122,\n            \"title\": \"Hanuman Da Damdaar\",\n            \"image\": \"/y8yZaoDqjJRXmeNfZJHU27Urvsl.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2017-06-02\"\n        },\n        {\n            \"id\": 117361,\n            \"title\": \"Return Of Hanuman\",\n            \"image\": \"/sBPYBOiyYnlCZdTKZvi4FLdWFh6.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2007-12-28\"\n        },\n        {\n            \"id\": 106644,\n            \"title\": \"Mahabali Hanuman\",\n            \"image\": null,\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"1981-08-11\"\n        },\n        {\n            \"id\": 1036561,\n            \"title\": \"Shadow Master\",\n            \"image\": \"/67ZsRKbItt6B1yHlsJKgfPWOyuJ.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\",\n            \"releaseDate\": \"2022-11-03\"\n        },\n        {\n            \"id\": 488821,\n            \"title\": \"Bal Hanuman 4 : Attack Of The Universe\",\n            \"image\": \"/7gbD3Fv2sFXNFC1X9ejtVsuQh92.jpg\",\n            \"isAdult\": false,\n            \"mediaType\": \"movie\"\n        }\n    ]\n}"}],"_postman_id":"c53a543a-0203-4c56-8339-b7bae3ad3781"}],"id":"e9d04ac1-8e54-422e-bcbe-b38e9ec70a39","description":"<h3 id=\"this-folder-contains-three-api\">This Folder contains three API.</h3>\n<ol>\n<li>Multi Search</li>\n<li>Movie Search</li>\n<li>Tv Search</li>\n</ol>\n<h3 id=\"example\">Example</h3>\n<ol>\n<li><p><code>/media/all/search/:searchQuery</code></p>\n</li>\n<li><p><code>/media/movie/search/:searchQuery</code></p>\n</li>\n<li><p><code>/media/tv/search/:searchQuery</code></p>\n</li>\n</ol>\n","_postman_id":"e9d04ac1-8e54-422e-bcbe-b38e9ec70a39","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}}},{"name":"Bookmark API","item":[{"name":"Check Bookmark","id":"528b5898-8926-4b7e-89c4-bc38bc110afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/bookmark/check/:id","description":"<p>Route :</p>\n<ul>\n<li>GET /media/bookmark/check/:id</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><code>success</code> (Boolean): Indicates whether the request was successful.</li>\n<li><code>message</code> (String): Describes the outcome of the check.</li>\n<li><code>isBookmarkExist</code> (Boolean): Indicates whether a bookmark with the provided ID exists.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","bookmark","check",":id"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"b16101ec-0c2c-4bcb-bfae-4e7df87e01e5","type":"any","value":"2734","key":"id"}]}},"response":[{"id":"3831008d-a8ec-4257-a1ec-84a56debaa97","name":"Check Bookmark","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/bookmark/check/:id","host":["https://template.postman-echo.com"],"path":["media","bookmark","check",":id"],"variable":[{"key":"id","value":"2734"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:51:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87e9ff305db6f409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3b-WpFBkRN+RJJjwKKnzfMwi1WlzdY\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"e8d6b61b-2825-4936"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token Not Found, Please Login\"\n}"},{"id":"bcb8c2da-699c-4cca-bfdc-7d11256161be","name":"Check Bookmark","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/bookmark/check/:id","host":["https://template.postman-echo.com"],"path":["media","bookmark","check",":id"],"variable":[{"key":"id","value":"2734"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:12:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea1d0fbb176ee0-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"46-JZVdLlAwrZ/9SZaywPRm2pd0HhM\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"5d12d4a8-7d62-41af"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"No Bookmark Found\",\n    \"isBookmarkExist\": false\n}"}],"_postman_id":"528b5898-8926-4b7e-89c4-bc38bc110afe"},{"name":"Add Bookmark","id":"adefe7e0-1b1e-42b5-92b9-74598ea5741c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": 1096197,\r\n\t\"title\": \"No Way Up\",\r\n\t\"image\": \"/hu40Uxp9WtpL34jv3zyWLb5zEVY.jpg\",\r\n\t\"isAdult\": false,\r\n\t\"mediaType\": \"movie\",\r\n\t\"releaseDate\": \"2024-01-18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/media/bookmark/add","description":"<p>Description: Adds a new bookmark.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codePOST /media/bookmark/add\n\n</code></pre><p>Parameters:</p>\n<ul>\n<li><p><code>id</code> (String): ID of the media.</p>\n</li>\n<li><p><code>title</code> (String): Title of the media.</p>\n</li>\n<li><p><code>image</code> (String): URL of the media image.</p>\n</li>\n<li><p><code>isAdult</code> (Boolean): Indicates if the media is for adults.</p>\n</li>\n<li><p><code>mediaType</code> (String): Type of the media (e.g., \"movie\", \"tv\").</p>\n</li>\n<li><p><code>releaseDate</code> (String): Release date of the media.</p>\n</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n<li><p><code>data</code> (Object): The bookmark data.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","bookmark","add"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"0969e719-1156-4a76-80af-70dd4ed7d122","name":"Add Bookmark","originalRequest":{"method":"POST","header":[],"url":"https://template.postman-echo.com/media/bookmark/add"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:53:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea0211ce2af409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3b-WpFBkRN+RJJjwKKnzfMwi1WlzdY\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"4457e2ce-2339-4c89"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token Not Found, Please Login\"\n}"},{"id":"ea17dd2c-ea0d-4bc7-b034-6d5b0f327037","name":"Add Bookmark","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": 1096197,\r\n\t\"title\": \"No Way Up\",\r\n\t\"image\": \"/hu40Uxp9WtpL34jv3zyWLb5zEVY.jpg\",\r\n\t\"isAdult\": false,\r\n\t\"mediaType\": \"movie\",\r\n\t\"releaseDate\": \"2024-01-18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/media/bookmark/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:14:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea20ef2c146ee0-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"42-Gyg50s4YYHzMXjUm+xlgQZgIk8Q\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"5c6540f9-1271-4b22"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Bookmark with this ID already exists\"\n}"}],"_postman_id":"adefe7e0-1b1e-42b5-92b9-74598ea5741c"},{"name":"Delete Bookmark","id":"335b88e0-6a35-4ae8-882c-25a7c7cd0422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://template.postman-echo.com/media/bookmark/delete/:id","description":"<p>Description: Deletes a bookmark.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codeDELETE /media/bookmark/delete/:id\n\n</code></pre><p>Parameters:</p>\n<ul>\n<li><code>:id</code> (String): ID of the bookmark to delete.</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","bookmark","delete",":id"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"87d66958-b816-417a-aa2b-54a2340269f3","type":"any","value":"2734","key":"id"}]}},"response":[{"id":"664308c1-9fdb-46f0-91dc-1776fac56142","name":"Delete Bookmark","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://template.postman-echo.com/media/bookmark/delete/:id","host":["https://template.postman-echo.com"],"path":["media","bookmark","delete",":id"],"variable":[{"key":"id","value":"2734"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:54:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea04054e36f409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3b-WpFBkRN+RJJjwKKnzfMwi1WlzdY\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"0c85fcdf-54b2-4498"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token Not Found, Please Login\"\n}"},{"id":"e6977af5-eca9-4768-9435-e781df6436e9","name":"Delete Bookmark","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://template.postman-echo.com/media/bookmark/delete/:id","host":["https://template.postman-echo.com"],"path":["media","bookmark","delete",":id"],"variable":[{"key":"id","value":"2734"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:16:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea23060fcc6ee0-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"2b-JRrV53S4UpFptJSjtILtex95m6w\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"031b0aed-6d02-405a"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Bookmark deleted successfully\"\n}"}],"_postman_id":"335b88e0-6a35-4ae8-882c-25a7c7cd0422"},{"name":"Get Bookmark","id":"04b3ca41-cda7-4ce6-8486-60713b647ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/bookmark/get","description":"<p>Description: Retrieves bookmarks of the logged-in user.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>sqlCopy codeGET /media/bookmark/get\n\n</code></pre><p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n<li><p><code>data</code> (Array): List of bookmarks.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","bookmark","get"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"43dd8c7b-6e97-4ef2-95bc-76342bd19cfe","name":"Get Bookmark","originalRequest":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/bookmark/get"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:56:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea05f52e1ef409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3b-WpFBkRN+RJJjwKKnzfMwi1WlzdY\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"5aabfede-8121-4175"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token Not Found, Please Login\"\n}"},{"id":"d37cfe6e-8965-4105-a517-167bb6970207","name":"Get Bookmark","originalRequest":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/bookmark/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:16:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea239b5b196ee0-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"50-nP+yNZp5Uy2emqytgLjalHWQ9G8\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"1e01dedf-c434-4903"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Bookmarks data of currently loged in user\",\n    \"data\": []\n}"}],"_postman_id":"04b3ca41-cda7-4ce6-8486-60713b647ca1"},{"name":"Search Bookmark","id":"bd111c25-d951-4d7e-b013-cca42c00dfbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/media/bookmark/search/:searchQuery","description":"<p>Description: Search bookmarks based on the provided search query.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>sqlCopy codeGET /media/bookmark/search/:searchQuery\n\n</code></pre><p>Parameters:</p>\n<ul>\n<li><code>:searchQuery</code> (String): Search query.</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n<li><p><code>data</code> (Array): List of filtered bookmarks.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["media","bookmark","search",":searchQuery"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"5c8082e9-5e87-42a3-8736-cb745b372ef3","type":"any","value":"hanuman","key":"searchQuery"}]}},"response":[{"id":"825fefe1-4e31-4c2f-ba2d-631af32ab311","name":"Search Bookmark","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/bookmark/search/:searchQuery","host":["https://template.postman-echo.com"],"path":["media","bookmark","search",":searchQuery"],"variable":[{"key":"searchQuery","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 16:57:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea08575f71f409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3b-WpFBkRN+RJJjwKKnzfMwi1WlzdY\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"e3b8243d-3f05-4917"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token Not Found, Please Login\"\n}"},{"id":"2996b89d-164b-4568-b5c5-9462d25339f2","name":"Search Bookmark","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/media/bookmark/search/:searchQuery","host":["https://template.postman-echo.com"],"path":["media","bookmark","search",":searchQuery"],"variable":[{"key":"searchQuery","value":"hanuman"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:16:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea243529506ee0-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"0efcf671-e3cc-4d2e"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"bd111c25-d951-4d7e-b013-cca42c00dfbc"}],"id":"bbeba8a4-ed5f-4a8e-ad0a-855d14dc2a98","description":"<p>Bookmark API routes</p>\n<ul>\n<li><p>GET <code>/media/bookmark/check/:id</code></p>\n</li>\n<li><p>POST <code>/media/bookmark/add</code></p>\n</li>\n<li><p>DELETE <code>/media/bookmark/delete/:id</code></p>\n</li>\n<li><p>GET <code>/media/bookmark/get</code></p>\n</li>\n<li><p>GET <code>/media/bookmark/search/:searchQuery</code></p>\n</li>\n</ul>\n","_postman_id":"bbeba8a4-ed5f-4a8e-ad0a-855d14dc2a98","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}}},{"name":"User API","item":[{"name":"User Register","id":"d362022c-0834-41ae-b888-7d7a02b0e64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Anurag Affection\",\r\n    \"email\" : \"test123@gmail.com\",\r\n    \"password\" : \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/register","description":"<p>Description: Registers a new user.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>arduinoCopy codePOST /user/register\n\n</code></pre><p>Parameters:</p>\n<ul>\n<li><p><code>name</code> (String): Name of the user.</p>\n</li>\n<li><p><code>email</code> (String): Email of the user.</p>\n</li>\n<li><p><code>password</code> (String): Password of the user.</p>\n</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["user","register"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"2fbfe765-ff0a-450e-b370-a997e3c14f6e","name":"User Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Anurag Affection\",\r\n    \"email\" : \"test123@gmail.com\",\r\n    \"password\" : \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:03:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea10874dfff409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"110-J8r1HzmfiJg0+Wj4bCrLqWAh5ro\""},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2NmE2MjVkNWZmYTA4MjMxYzk0MGQiLCJpYXQiOjE3MTQ4NDIyMTF9.juv5SAkfx5xpa8yFJG8DKsd1U35zcQRgeKQ7pbQ2HlI; Max-Age=86400; Path=/; Expires=Sun, 05 May 2024 17:03:31 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"fc68225b-ce1e-4e58"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User Register Successfully\",\n    \"data\": {\n        \"name\": \"Anurag Affection\",\n        \"email\": \"test123@gmail.com\",\n        \"password\": \"$2b$10$n8jdj76mfFmgU5TGvYVPieegLgHkY9RMuGVOVIqrco2sAcf4ge4R6\",\n        \"_id\": \"66366a625d5ffa08231c940d\",\n        \"createdAt\": \"2024-05-04T17:03:30.866Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"d362022c-0834-41ae-b888-7d7a02b0e64d"},{"name":"User Login","id":"c921a68a-2724-4b68-a365-cfc155a509e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"test123@gmail.com\",\r\n    \"password\" : \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/login","description":"<p>Description: Logs in an existing user.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codePOST /user/login\n\n</code></pre><p>Parameters:</p>\n<ul>\n<li><p><code>email</code> (String): Email of the user.</p>\n</li>\n<li><p><code>password</code> (String): Password of the user.</p>\n</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["user","login"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"ae9a2daf-ea73-4889-b467-fa249972d52f","name":"User Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"test123@gmail.com\",\r\n    \"password\" : \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://template.postman-echo.com/user/login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:05:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea13a84920f409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"10e-JtRSGLuTmVUd1Lsdq40PE3LI+e4\""},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NjM2NmE2MjVkNWZmYTA4MjMxYzk0MGQiLCJpYXQiOjE3MTQ4NDIzMzh9.yJNJawOhQTqOUB80v9CATJtaDeM1cZaM2gtuZeKbscI; Max-Age=86400; Path=/; Expires=Sun, 05 May 2024 17:05:38 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"aa865259-0241-4857"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Welcome Anurag Affection\",\n    \"data\": {\n        \"_id\": \"66366a625d5ffa08231c940d\",\n        \"name\": \"Anurag Affection\",\n        \"email\": \"test123@gmail.com\",\n        \"password\": \"$2b$10$n8jdj76mfFmgU5TGvYVPieegLgHkY9RMuGVOVIqrco2sAcf4ge4R6\",\n        \"createdAt\": \"2024-05-04T17:03:30.866Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c921a68a-2724-4b68-a365-cfc155a509e3"},{"name":"User Logout","id":"fe1ba288-e78c-4538-bacf-79d3455b7846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/user/logout","description":"<p>Description: Logs out the currently logged-in user.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>sqlCopy codeGET /user/logout\n\n</code></pre><p>Response:</p>\n<ul>\n<li><code>success</code> (Boolean): Indicates whether the request was successful.</li>\n<li><code>message</code> (String): Describes the outcome of the operation.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["user","logout"],"host":["https://template.postman-echo.com"],"query":[],"variable":[]}},"response":[{"id":"d110dfdb-a9d4-4d54-892b-2ec6799f4e2a","name":"User Logout","originalRequest":{"method":"GET","header":[],"url":"https://template.postman-echo.com/user/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:06:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea1578faa8f409-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"30-8TQW0Tl8hU4ppoyW6F8+4e0gbqM\""},{"key":"Set-Cookie","value":"token=; Path=/; Expires=Sat, 04 May 2024 17:06:53 GMT"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"32b4b504-0f4a-4c97"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"logout successfully\"\n}"}],"_postman_id":"fe1ba288-e78c-4538-bacf-79d3455b7846"},{"name":"User Details","id":"3d6a0319-d532-4077-97bc-5a690cca46a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://template.postman-echo.com/user/:id","description":"<p>Description: Retrieves the user details based on the provided ID.</p>\n<p>Route:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codeGET /user/:id\n\n</code></pre><p>Parameters:</p>\n<ul>\n<li><code>:id</code> (String): ID of the user.</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p><code>success</code> (Boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><code>message</code> (String): Describes the outcome of the operation.</p>\n</li>\n<li><p><code>data</code> (Object): User details.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}},"urlObject":{"path":["user",":id"],"host":["https://template.postman-echo.com"],"query":[],"variable":[{"id":"aa7d048c-c520-4500-b3b8-5fead7a579b7","type":"any","value":"66366a625d5ffa08231c940d","key":"id"}]}},"response":[{"id":"aaa90e7f-296d-492c-90a7-ede0d0dbbcee","name":"User Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/user/:id","host":["https://template.postman-echo.com"],"path":["user",":id"],"variable":[{"key":"id","value":"66366a625d5ffa08231c940d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:11:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea1b106b106ef5-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"3b-WpFBkRN+RJJjwKKnzfMwi1WlzdY\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"76510735-6405-4816"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Token Not Found, Please Login\"\n}"},{"id":"7ee363d5-0112-4be4-b4b7-1cb3c7785307","name":"User Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://template.postman-echo.com/user/:id","host":["https://template.postman-echo.com"],"path":["user",":id"],"variable":[{"key":"id","value":"66366a625d5ffa08231c940d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 May 2024 17:11:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"87ea1c5aea4b6ee0-BOM"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"110-78korJuIsYUpwtkR50KpmZ4jF0E\""},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"rndr-id","value":"039961ca-7d5a-493c"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"This  is the data of user \",\n    \"data\": {\n        \"_id\": \"66366a625d5ffa08231c940d\",\n        \"name\": \"Anurag Affection\",\n        \"email\": \"test123@gmail.com\",\n        \"password\": \"$2b$10$n8jdj76mfFmgU5TGvYVPieegLgHkY9RMuGVOVIqrco2sAcf4ge4R6\",\n        \"createdAt\": \"2024-05-04T17:03:30.866Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"3d6a0319-d532-4077-97bc-5a690cca46a6"}],"id":"08c65684-c5b7-408d-95e8-0c6b36229a27","description":"<p>User API Routes</p>\n<ul>\n<li><p>POST <code>/user/register</code></p>\n</li>\n<li><p>POST <code>/user/login</code></p>\n</li>\n<li><p>GET <code>/user/logout</code></p>\n</li>\n<li><p>GET <code>/user/profile</code></p>\n</li>\n<li><p>GET <code>/user/:id</code></p>\n</li>\n</ul>\n","_postman_id":"08c65684-c5b7-408d-95e8-0c6b36229a27","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]},"isInherited":true,"source":{"_postman_id":"71346457-bce3-41d3-9f02-94845dcde309","id":"71346457-bce3-41d3-9f02-94845dcde309","name":"Entertainment Web App-MERN FullStack","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a047d320-4422-40d8-838b-ad548308eec1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"66cfc4d2-b3aa-4b9d-ae8c-0dee4f73007c"}}],"variable":[{"key":"baseUrl","value":"https://template.postman-echo.com"},{"key":"apiKey","value":"yFlMjSup.IbHOCjyRiTb8QOO9Ltsbr"}]}