{"info":{"_postman_id":"5ffc7f86-534b-44d7-8974-8a2b2f680751","name":"YoutubeApp-Backend-js","description":"<html><head></head><body><p>Backend for yt like app</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40940571","collectionId":"5ffc7f86-534b-44d7-8974-8a2b2f680751","publishedId":"2sB2xCfoir","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-23T05:21:26.000Z"},"item":[{"name":"users","item":[{"name":"register","id":"a84b077a-aff4-43cb-b1ba-be74dd81372b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"fullName","value":"test temp","type":"text","uuid":"a2b9af01-859d-44cc-9eae-fcc7812bca2d"},{"key":"username","value":"test2","type":"text","uuid":"efcf6b51-681d-4ebb-b63e-c62d9a45c5f1"},{"key":"password","value":"qwertyuiop","type":"text","uuid":"94dd172d-459f-4c64-8526-c93de0ac6b6d"},{"key":"avatar","type":"file","uuid":"5d53f8c0-edde-4f7e-9f18-70c926d55cac","src":"/C:/Users/Sonu/Pictures/Camera Roll/WIN_20260206_14_49_04_Pro.jpg"},{"key":"coverImage","type":"file","uuid":"67d8957b-03e1-4ce8-b68d-ef99c858d763","src":"/C:/Users/Sonu/Downloads/wallpaper.jpg"},{"key":"email","value":"test11@user.com","type":"text","uuid":"ae6766e0-e877-4932-b53b-52c9e584f789"}]},"url":"{{server-remote}}/users/register","urlObject":{"path":["users","register"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a84b077a-aff4-43cb-b1ba-be74dd81372b"},{"name":"login","id":"d3a72f1f-5d90-4748-b51c-77ba07b9254a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"sonushivcharan@gmail.com\",\r\n    \"password\": \"qwertyuiop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-local}}/users/login","urlObject":{"path":["users","login"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3a72f1f-5d90-4748-b51c-77ba07b9254a"},{"name":"logout","id":"cf173851-58d8-4c5e-b645-a5f27a8e56b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{server-local}}/users/logout","urlObject":{"path":["users","logout"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf173851-58d8-4c5e-b645-a5f27a8e56b2"},{"name":"refresh-token","id":"0da2a55c-ba90-4f5c-bfa7-030695817584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/users/refresh-token","urlObject":{"path":["users","refresh-token"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0da2a55c-ba90-4f5c-bfa7-030695817584"},{"name":"current-user","id":"a4d7c296-22d2-4076-a5ff-5e00e45972b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{server-local}}/users/","urlObject":{"path":["users",""],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4d7c296-22d2-4076-a5ff-5e00e45972b5"},{"name":"change-password","id":"feb4d8ec-7b10-49a1-8709-7e467071368b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\":\"qwertyuiop1234\",\r\n    \"newPassword\":\"qwertyuiop\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/users/change-password","urlObject":{"path":["users","change-password"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feb4d8ec-7b10-49a1-8709-7e467071368b"},{"name":"update-user","event":[{"listen":"test","script":{"id":"93f6fc28-d4fb-4b85-9ffa-c3297618200d","exec":["var template = `\r","<style type=\"text/css\">\r","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}\r","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}\r","    .tftable tr {background-color:#ffffff;}\r","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}\r","    .tftable tr:hover {background-color:#e0ffff;}\r","</style>\r","\r","<table class=\"tftable\" border=\"1\">\r","    <tr>\r","        <th>Property</th>\r","        <th>Value</th>\r","    </tr>\r","    <tr>\r","        <td>_id</td>\r","        <td>{{response.data._id}}</td>\r","    </tr>\r","    <tr>\r","        <td>Username</td>\r","        <td>{{response.data.username}}</td>\r","    </tr>\r","    <tr>\r","        <td>Email</td>\r","        <td>{{response.data.email}}</td>\r","    </tr>\r","    <tr>\r","        <td>Full Name</td>\r","        <td>{{response.data.fullName}}</td>\r","    </tr>\r","    <tr>\r","        <td>Avatar</td>\r","        <td>{{response.data.avatar}}</td>\r","    </tr>\r","    <tr>\r","        <td>Cover Image</td>\r","        <td>{{response.data.coverImage}}</td>\r","    </tr>\r","    <tr>\r","        <td>Created At</td>\r","        <td>{{response.data.createdAt}}</td>\r","    </tr>\r","    <tr>\r","        <td>Updated At</td>\r","        <td>{{response.data.updatedAt}}</td>\r","    </tr>\r","    <tr>\r","        <td>Refresh Token</td>\r","        <td>{{response.data.refreshToken}}</td>\r","    </tr>\r","</table>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return { response: pm.response.json() }\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"2910cee1-8fad-4532-b39d-8c1b5f7e2141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\":\"Sonu Shivcharan\",\r\n    \"email\":\"sonushivcharan@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/users/update","urlObject":{"path":["users","update"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2910cee1-8fad-4532-b39d-8c1b5f7e2141"},{"name":"update-user1","id":"8c5ebe96-715a-4c24-ad78-1d2f12483c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\":\"Sonu Shivcharan\",\r\n    \"email\":\"sonushivcharan@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/users/update","urlObject":{"path":["users","update"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c5ebe96-715a-4c24-ad78-1d2f12483c59"},{"name":"update-avatar","id":"9065c2df-224e-40c9-90d5-c556cc102732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","uuid":"564904cf-9cbc-4c31-b447-8643aafd35b4","src":"ItjbOt1oh/183188886.jpg"}]},"url":"{{server-remote}}/users/update-avatar","urlObject":{"path":["users","update-avatar"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9065c2df-224e-40c9-90d5-c556cc102732"},{"name":"get-channel","id":"b7e01c15-359d-49f5-9062-35465072e7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","uuid":"564904cf-9cbc-4c31-b447-8643aafd35b4","value":null,"disabled":true}]},"url":"{{server-remote}}/users/c/sonu-shivcharan","urlObject":{"path":["users","c","sonu-shivcharan"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7e01c15-359d-49f5-9062-35465072e7f1"},{"name":"test","id":"8da82847-6106-4c18-a9dc-c317e5f9d83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","uuid":"0a8d62d8-b6a7-47a0-ba4f-271dcae3bb1d","src":"bKZsaSfth/unnamed.jpg"}]},"url":"{{server-remote}}/users/test/file","urlObject":{"path":["users","test","file"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8da82847-6106-4c18-a9dc-c317e5f9d83a"},{"name":"update-cover-image","id":"4df732da-20e5-4f70-9b84-43949a5a77e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"coverImage","type":"file","uuid":"564904cf-9cbc-4c31-b447-8643aafd35b4","src":"EfoseW8_g/unnamed.jpg"}]},"url":"{{server-remote}}/users/update-cover-image","urlObject":{"path":["users","update-cover-image"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4df732da-20e5-4f70-9b84-43949a5a77e8"},{"name":"watch-history","id":"8d330a39-204b-443b-a8c9-b537fbc9a2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","uuid":"564904cf-9cbc-4c31-b447-8643aafd35b4","value":null,"disabled":true}]},"url":"{{server-remote}}/users/watch-history","urlObject":{"path":["users","watch-history"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d330a39-204b-443b-a8c9-b537fbc9a2ce"},{"name":"add-video-to-watch-history","id":"e5f169c8-866e-4c5e-9276-d65c3d880a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","uuid":"564904cf-9cbc-4c31-b447-8643aafd35b4","value":null,"disabled":true}]},"url":"{{server-local}}/users/watch-history/add/:videoId","urlObject":{"path":["users","watch-history","add",":videoId"],"host":["{{server-local}}"],"query":[],"variable":[{"type":"any","value":"67fdfd06f2e6e6b9d9bf9cda","key":"videoId"}]}},"response":[],"_postman_id":"e5f169c8-866e-4c5e-9276-d65c3d880a33"}],"id":"f0c2f222-702e-4a5e-b388-79efb5acebc3","_postman_id":"f0c2f222-702e-4a5e-b388-79efb5acebc3","description":""},{"name":"video","item":[{"name":"toggle publish","id":"68fd0d56-3603-4cc4-bfc0-d0d8b7e72c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{server-remote}}/videos/toggle/publish/67fe00588e24ae92578706a6","urlObject":{"path":["videos","toggle","publish","67fe00588e24ae92578706a6"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68fd0d56-3603-4cc4-bfc0-d0d8b7e72c88"},{"name":"update-video","id":"3aa88ce0-f0bb-434a-9164-7d2ade8f4fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"hello123456","type":"text","uuid":"2c9f8ef4-d1ec-49da-99d1-164cdae7c32e"},{"key":"description","value":"updated description","type":"text","uuid":"703d7b82-4968-4a58-87e7-f2a94d0e327f"},{"key":"thumbnail","type":"file","uuid":"76221110-a6a7-4d52-baca-aed9e86f2395","src":"OYiHf_425/thumbnail.jpg"}]},"url":"{{server-remote}}/videos/67fdfd06f2e6e6b9d9bf9cda","urlObject":{"path":["videos","67fdfd06f2e6e6b9d9bf9cda"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aa88ce0-f0bb-434a-9164-7d2ade8f4fd3"},{"name":"delete-video","id":"59a2a83e-b9db-4e46-800a-cb4bf79e749d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{server-remote}}/videos/67fe00588e24ae92578706a6","urlObject":{"path":["videos","67fe00588e24ae92578706a6"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59a2a83e-b9db-4e46-800a-cb4bf79e749d"},{"name":"upload-video","id":"4a1efa10-3c2b-4cca-bc69-5e2588e44929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"pal pal song","type":"text","uuid":"4de649ed-4fee-4aa0-a0d0-e5b5a98753d2"},{"key":"description","value":"pal","type":"text","uuid":"2ed18a77-c23c-46c5-ad44-66930076edc8"},{"key":"videoFile","type":"file","uuid":"09fcff8b-1c99-4a29-a6eb-96a9fe333a43","src":"/C:/Users/Sonu/Downloads/Afusic - Pal Pal (Official Music Video) Prod. @AliSoomroMusic 720p.mp4"},{"key":"thumbnail","type":"file","uuid":"1975d511-745b-4f0e-a0d8-92b94db900a5","src":"/C:/Users/Sonu/Downloads/download.jpg"}]},"url":"{{server-local}}/videos/","urlObject":{"path":["videos",""],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a1efa10-3c2b-4cca-bc69-5e2588e44929"},{"name":"get-video","id":"e1381688-7435-4409-bf16-39feca1e24c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-local}}/videos/67fe33b0cf26b1ab35c62d6e","urlObject":{"path":["videos","67fe33b0cf26b1ab35c62d6e"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1381688-7435-4409-bf16-39feca1e24c6"},{"name":"get-all-videos","id":"07708195-fc4c-41a5-9570-64717af02fd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-local}}/videos/?page=1","urlObject":{"path":["videos",""],"host":["{{server-local}}"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"07708195-fc4c-41a5-9570-64717af02fd8"},{"name":"uploadVideoDirect","id":"5d2599e5-de0f-4691-b582-f0e05d14ab0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"thumbnail","type":"file","uuid":"0a8267e5-d89c-4978-9c5f-9632e263cb7f","src":"/C:/Users/Sonu/Downloads/download.jpg"},{"key":"videoUrl","value":"https://res.cloudinary.com/sonu-dpu/video/upload/v1764865395/n2i5u7wykuegtdaj7fwh.mp4","type":"text","uuid":"f8b82dba-8da1-494d-a1fb-732fe3988cb4"},{"key":"title","value":"Pal Pal","type":"text","uuid":"893342ed-e7ce-4ca3-bab9-afb6a6e2228a"},{"key":"duration","value":"147","type":"text","uuid":"cf936d85-7f24-4852-97f8-a61c67e8290c"},{"key":"description","value":"test video","type":"text","uuid":"f7f7222b-358b-4b5b-9a43-e520b2f861bc"}]},"url":"{{server-local}}/videos/publish/direct","urlObject":{"path":["videos","publish","direct"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d2599e5-de0f-4691-b582-f0e05d14ab0a"},{"name":"getVideoUploadSignature","id":"2ec0b0f5-422f-4bbc-99ed-0c02029ea322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{server-local}}/videos/signature","urlObject":{"path":["videos","signature"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ec0b0f5-422f-4bbc-99ed-0c02029ea322"},{"name":"New Request","id":"24b7c996-c338-4b41-ade5-f171c358f395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"api_key","value":"896578511929885","type":"text","uuid":"16ef50a4-08cb-4eaf-9e59-b014d31642c9"},{"key":"signature","value":"e29e0394a8edd10944f4f54ff75f1c95e3e1b802","type":"text","uuid":"55b24898-7b99-4880-b597-8f3ee4b45b03"},{"key":"folder","value":"videos","type":"text","uuid":"29aee582-fcc3-4e3a-b2b7-a69ed73f789e"},{"key":"file","type":"file","uuid":"c3ac0ec3-ffbf-4ea4-8532-a0de5442b691","src":"/C:/Users/Sonu/Downloads/Afusic - Pal Pal (Official Music Video) Prod. @AliSoomroMusic 720p.mp4"},{"key":"timestamp","value":"1764868492","type":"text","uuid":"a1632e55-4854-4c4a-8fe8-39770451493a"}]},"url":"https://api.cloudinary.com/v1_1/sonu-dpu/video/upload?api_key=896578511929885&signature=e29e0394a8edd10944f4f54ff75f1c95e3e1b802&folder=videos","urlObject":{"protocol":"https","path":["v1_1","sonu-dpu","video","upload"],"host":["api","cloudinary","com"],"query":[{"key":"api_key","value":"896578511929885"},{"key":"signature","value":"e29e0394a8edd10944f4f54ff75f1c95e3e1b802"},{"key":"folder","value":"videos"},{"disabled":true,"key":"file","value":null}],"variable":[]}},"response":[],"_postman_id":"24b7c996-c338-4b41-ade5-f171c358f395"}],"id":"cde2fd07-646d-4bbf-a610-3b8d4b3fce0a","_postman_id":"cde2fd07-646d-4bbf-a610-3b8d4b3fce0a","description":""},{"name":"playlist","item":[{"name":"create-playlist","id":"0e0df384-8d26-4ad3-bec7-bb6c15895643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Test Playlist1\",\r\n    \"description\":\"Testing create playlist\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/playlist","urlObject":{"path":["playlist"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e0df384-8d26-4ad3-bec7-bb6c15895643"},{"name":"get-user-playlist","id":"04886957-a40e-4143-9491-57910ea3631c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-remote}}/playlist/user/67dbea1ba9df41cac2264597","urlObject":{"path":["playlist","user","67dbea1ba9df41cac2264597"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04886957-a40e-4143-9491-57910ea3631c"},{"name":"add-video-to-playlist","id":"97c1c12c-6ccb-41a3-a6f6-815c3f08972d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{server-remote}}/playlist/add/67fe33b0cf26b1ab35c62d6e/680a1c1b0edb4283e6259712","urlObject":{"path":["playlist","add","67fe33b0cf26b1ab35c62d6e","680a1c1b0edb4283e6259712"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97c1c12c-6ccb-41a3-a6f6-815c3f08972d"},{"name":"remove-video-from-playlist","id":"fee8f616-a0de-440b-8216-860a9b80f28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{server-remote}}/playlist/remove/67fe33b0cf26b1ab35c62d6e/680a1c1b0edb4283e6259712","urlObject":{"path":["playlist","remove","67fe33b0cf26b1ab35c62d6e","680a1c1b0edb4283e6259712"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fee8f616-a0de-440b-8216-860a9b80f28e"}],"id":"f82e9556-e082-4fd5-b40b-72bb15a50174","_postman_id":"f82e9556-e082-4fd5-b40b-72bb15a50174","description":""},{"name":"subscription","item":[{"name":"get-subscribed-channels","id":"c1766435-f8c5-4e96-91df-8b8735b057ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-local}}/subscriptions/c/67ff910b5ac7e3a32976a85e","urlObject":{"path":["subscriptions","c","67ff910b5ac7e3a32976a85e"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1766435-f8c5-4e96-91df-8b8735b057ee"},{"name":"get-subscribers-list","id":"8db6653a-c287-4a73-ba51-2c20c1f14c35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-remote}}/subscriptions/u/67ff910b5ac7e3a32976a85e?page=1&limit=10","urlObject":{"path":["subscriptions","u","67ff910b5ac7e3a32976a85e"],"host":["{{server-remote}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"8db6653a-c287-4a73-ba51-2c20c1f14c35"},{"name":"toggle-subscription","id":"9832c6dd-a7fc-4028-b711-89f9cdd020dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{server-local}}/subscriptions/me","urlObject":{"path":["subscriptions","me"],"host":["{{server-local}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9832c6dd-a7fc-4028-b711-89f9cdd020dd"}],"id":"eecd3efb-7f20-4702-9d1b-c6681d53f2cb","_postman_id":"eecd3efb-7f20-4702-9d1b-c6681d53f2cb","description":""},{"name":"comments","item":[{"name":"get-video-comments","id":"6d9ce9b8-b139-46b3-aa83-0b7f270da9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/comments/67fe33b0cf26b1ab35c62d6e","urlObject":{"path":["comments","67fe33b0cf26b1ab35c62d6e"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d9ce9b8-b139-46b3-aa83-0b7f270da9f2"},{"name":"add-comment","id":"226a8abb-4b5b-4076-9d43-698475abc2b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"Hey Nice video bro!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/comments/67fe33b0cf26b1ab35c62d6e","urlObject":{"path":["comments","67fe33b0cf26b1ab35c62d6e"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"226a8abb-4b5b-4076-9d43-698475abc2b7"},{"name":"delete-comment","id":"98dc6160-1909-41a8-b359-cf2a31bb8a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/comments/c/680363e3fb6b2128c6d6ce2d","urlObject":{"path":["comments","c","680363e3fb6b2128c6d6ce2d"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98dc6160-1909-41a8-b359-cf2a31bb8a5b"},{"name":"update-comment","id":"014f5972-aa41-4a90-8735-f5f1f8cb3693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"comment\":\"Hello dev 1321\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/comments/c/680363e3fb6b2128c6d6ce2d","urlObject":{"path":["comments","c","680363e3fb6b2128c6d6ce2d"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"014f5972-aa41-4a90-8735-f5f1f8cb3693"}],"id":"1aad58ac-bf1e-4dbc-ba3a-2cd37daea379","_postman_id":"1aad58ac-bf1e-4dbc-ba3a-2cd37daea379","description":""},{"name":"like","item":[{"name":"toggle-video-like","id":"95477fd8-6fda-4622-8e9f-60f93d75b35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{server-remote}}/likes/toggle/v/67fdfd06f2e6e6b9d9bf9cda","urlObject":{"path":["likes","toggle","v","67fdfd06f2e6e6b9d9bf9cda"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[{"id":"798ba70f-eb2f-4bd3-91d9-237583685ab5","name":"toggle-video-like","originalRequest":{"method":"POST","header":[],"url":"{{server-remote}}/likes/toggle/v/67fdfd06f2e6e6b9d9bf9cda"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Apr 2025 09:10:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"7e-YmWStA5Csa761wxS6hQC25CbdXc\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"RateLimit-Limit","value":"HttpRequestRatePerPort:1500/m"},{"key":"RateLimit-Limit","value":"HttpRequestRatePerPort:1500/m"},{"key":"RateLimit-Remaining","value":"HttpRequestRatePerPort:1499"},{"key":"RateLimit-Remaining","value":"HttpRequestRatePerPort:1499"},{"key":"RateLimit-Reset","value":"HttpRequestRatePerPort:42s"},{"key":"RateLimit-Reset","value":"HttpRequestRatePerPort:22s"},{"key":"X-Report-Abuse","value":"https://msrc.microsoft.com/report/abuse"},{"key":"X-Report-Abuse","value":"https://msrc.microsoft.com/report/abuse"},{"key":"x-ms-ratelimit-limit","value":""},{"key":"x-ms-ratelimit-remaining","value":""},{"key":"x-ms-ratelimit-used","value":"1"},{"key":"x-ms-ratelimit-reset","value":""},{"key":"X-Powered-By","value":"Express"},{"key":"vssaas-request-id","value":"b23f139d-2785-49eb-952d-708bf88d19d3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-served-by","value":"tunnels-prod-rel-use-v3-cluster"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Video like removed\",\n    \"data\": {\n        \"isLiked\": false,\n        \"videoId\": \"67fdfd06f2e6e6b9d9bf9cda\"\n    },\n    \"success\": true\n}"}],"_postman_id":"95477fd8-6fda-4622-8e9f-60f93d75b35f"},{"name":"get-all-liked-videos","id":"ebe44291-9d17-4c5e-9d7e-dca3161a03f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-remote}}/likes/videos","urlObject":{"path":["likes","videos"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebe44291-9d17-4c5e-9d7e-dca3161a03f2"},{"name":"toggle-tweet-like","id":"5430d467-2984-4aff-9e03-2b16272fad18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{server-remote}}/likes/toggle/t/6812068c1122ceee540f0f41","urlObject":{"path":["likes","toggle","t","6812068c1122ceee540f0f41"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[{"id":"9057cc7b-f758-4a0c-b564-a5999703ac9c","name":"toggle-video-like","originalRequest":{"method":"POST","header":[],"url":"{{server-remote}}/likes/toggle/v/67fdfd06f2e6e6b9d9bf9cda"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Apr 2025 09:10:38 GMT","uuid":"280f6441-67a1-4200-a354-1c66127f4890"},{"key":"Content-Type","value":"application/json; charset=utf-8","uuid":"d0c02a0b-4611-4869-9163-d5ea1e389e57"},{"key":"Content-Length","value":"126","uuid":"3cee9a23-a8d6-4e29-94fd-e8d11ffecf82"},{"key":"Connection","value":"keep-alive","uuid":"2dceb5b3-d20f-49ca-b79e-d4d69f1c6299"},{"key":"Access-Control-Allow-Credentials","value":"true","uuid":"7802ce1b-9cbc-4708-821b-f0944766f646"},{"key":"Access-Control-Allow-Origin","value":"*","uuid":"c9740b58-f243-46e0-b8cd-2d045c59c340"},{"key":"ETag","value":"W/\"7e-YmWStA5Csa761wxS6hQC25CbdXc\"","uuid":"b86c883e-3cf9-47d2-8da9-0ff719676b3e"},{"key":"X-Content-Type-Options","value":"nosniff","uuid":"c2f27351-555a-4c49-b562-4522c6d7fd67"},{"key":"X-Content-Type-Options","value":"nosniff","uuid":"30e32a32-45d3-450c-a5d4-a144edead04a"},{"key":"RateLimit-Limit","value":"HttpRequestRatePerPort:1500/m","uuid":"8694bc8d-37f5-4d36-bbae-fd5806022f93"},{"key":"RateLimit-Limit","value":"HttpRequestRatePerPort:1500/m","uuid":"137df74f-12dd-4a81-8315-2203009e3344"},{"key":"RateLimit-Remaining","value":"HttpRequestRatePerPort:1499","uuid":"44097243-4322-4511-a0ca-69fd828d6b0a"},{"key":"RateLimit-Remaining","value":"HttpRequestRatePerPort:1499","uuid":"1bb140cd-c054-4270-a5d1-ca8354066254"},{"key":"RateLimit-Reset","value":"HttpRequestRatePerPort:42s","uuid":"987caaeb-78a7-48f7-aea6-fcb70f1db1a4"},{"key":"RateLimit-Reset","value":"HttpRequestRatePerPort:22s","uuid":"6c96ce22-77ed-4238-9d10-42ae470abc93"},{"key":"X-Report-Abuse","value":"https://msrc.microsoft.com/report/abuse","uuid":"055f6bde-a97a-404d-a98e-7647cd2a8a07"},{"key":"X-Report-Abuse","value":"https://msrc.microsoft.com/report/abuse","uuid":"a51c6ac5-7191-4f77-b719-308eeacfb9eb"},{"key":"x-ms-ratelimit-limit","value":"","uuid":"a85adc50-a78e-4f17-a676-aaa350537981"},{"key":"x-ms-ratelimit-remaining","value":"","uuid":"d3c2fa9d-f6a4-4802-a5e3-7c53f4cff307"},{"key":"x-ms-ratelimit-used","value":"1","uuid":"2219f66f-fb46-4393-9f30-c2a4b1f5ea5c"},{"key":"x-ms-ratelimit-reset","value":"","uuid":"8baefafa-b072-43dc-aad2-192030f87bac"},{"key":"X-Powered-By","value":"Express","uuid":"3121198e-1b3f-48e0-9536-7c425aceff50"},{"key":"vssaas-request-id","value":"b23f139d-2785-49eb-952d-708bf88d19d3","uuid":"298cd294-b1f1-4125-a0db-ad8a062c7ab9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","uuid":"e054e665-1cfd-4099-a6c7-3583daa3f589"},{"key":"x-served-by","value":"tunnels-prod-rel-use-v3-cluster","uuid":"dc87543d-95c1-4bd4-a004-b998bf730b33"},{"key":"X-Robots-Tag","value":"noindex, nofollow","uuid":"7b354b03-de38-4f12-85fd-caeb0ebfe0b9"},{"key":"Referrer-Policy","value":"same-origin","uuid":"d1b99694-42b6-46bd-8ef8-41c940b60551"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"Video like removed\",\n    \"data\": {\n        \"isLiked\": false,\n        \"videoId\": \"67fdfd06f2e6e6b9d9bf9cda\"\n    },\n    \"success\": true\n}"}],"_postman_id":"5430d467-2984-4aff-9e03-2b16272fad18"},{"name":"toggle-comment-like","id":"a308d319-9345-4661-bb6d-283b0d0428e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{server-remote}}/likes/toggle/c/6803642325d13f2ee0e4e772","urlObject":{"path":["likes","toggle","c","6803642325d13f2ee0e4e772"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a308d319-9345-4661-bb6d-283b0d0428e1"}],"id":"3476ca61-09aa-46ea-a1d0-f541454a18f1","_postman_id":"3476ca61-09aa-46ea-a1d0-f541454a18f1","description":""},{"name":"dashboard","item":[{"name":"get-all-videos","id":"3fe6fe80-5e20-462f-a64c-888b88bcd97d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-remote}}/dashboard/videos","urlObject":{"path":["dashboard","videos"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fe6fe80-5e20-462f-a64c-888b88bcd97d"},{"name":"stats","id":"543f06bf-5472-405d-b23a-788b0d5bb963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-remote}}/dashboard/stats","urlObject":{"path":["dashboard","stats"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"543f06bf-5472-405d-b23a-788b0d5bb963"}],"id":"a566d999-957e-4783-9c42-0656f2ce0de5","_postman_id":"a566d999-957e-4783-9c42-0656f2ce0de5","description":""},{"name":"tweets","item":[{"name":"create-tweet","id":"3e3f976a-140d-4224-930f-aef63b16f6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\":\"2 Days to go for holidays\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/tweets/","urlObject":{"path":["tweets",""],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e3f976a-140d-4224-930f-aef63b16f6d1"},{"name":"get-user-tweets","id":"674d7f92-3b81-4e5b-a448-491b2044647b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\":\"2 Days to go for holidays\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/tweets/user/67dbea1ba9df41cac2264597","urlObject":{"path":["tweets","user","67dbea1ba9df41cac2264597"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"674d7f92-3b81-4e5b-a448-491b2044647b"},{"name":"delete-tweet","id":"2dbb4594-1cc7-428b-8559-8ca6d791f329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{server-remote}}/tweets/6814a4cfa2e290c574b544af","urlObject":{"path":["tweets","6814a4cfa2e290c574b544af"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dbb4594-1cc7-428b-8559-8ca6d791f329"},{"name":"update-tweet","id":"b853ddf9-6bcc-4083-9890-8ed2c82ec0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\":\"Ewwww paper sample\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{server-remote}}/tweets/6814a8070824ac7b8138675c","urlObject":{"path":["tweets","6814a8070824ac7b8138675c"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b853ddf9-6bcc-4083-9890-8ed2c82ec0ef"}],"id":"30b762ec-d583-4952-96df-c5acbaf62ee9","_postman_id":"30b762ec-d583-4952-96df-c5acbaf62ee9","description":""},{"name":"health-check","item":[{"name":"New Request","id":"8b4f0275-66d3-41b0-bf77-fe07ed916fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server-remote}}/health","urlObject":{"path":["health"],"host":["{{server-remote}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b4f0275-66d3-41b0-bf77-fe07ed916fb3"}],"id":"88b14486-6250-47de-be38-208d012683d9","_postman_id":"88b14486-6250-47de-be38-208d012683d9","description":""}]}