{"info":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","description":"<html><head></head><body><p>This is a complex social media application where users can post images, can have chats, group chats, react on chats, like/dislike posts comment on posts, follow/unfollow each other and much more. It is built using Node, Express, MongoDB, Socket.io, JWT, Bcrypt.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37731620","collectionId":"39918747-d4ac-4d6e-a06b-d535bfdc0578","publishedId":"2sAY4rGR2L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-24T12:33:09.000Z"},"item":[{"name":"Users","item":[{"name":"Register","id":"be541037-2108-4fa3-8868-17a73eed8bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"fullName","value":"Test Name","type":"text"},{"key":"email","value":"legendshivam11@gmail.com","type":"text"},{"key":"username","value":"test","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"avatar","type":"file","uuid":"9ec37e53-f430-4036-8a1e-37c7f6b17c9e","value":"","disabled":true}]},"url":"http://localhost:8000/api/v1/users/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","register"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"be541037-2108-4fa3-8868-17a73eed8bc9"},{"name":"Login","event":[{"listen":"test","script":{"id":"ba70a8ac-b919-4388-a6cb-8182766f2a61","exec":["const response = pm.response.json();\r","pm.collectionVariables.set(\"token\", response.data.token)\r","pm.cookies.add(\"token\", response.data.token)"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fe9da2b8-8c38-4eea-9fb1-22f1694acc35","exec":[""],"type":"text/javascript","packages":{}}}],"id":"19ebc957-c5d3-428d-932e-168e0f5c7e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"rahul\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","login"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"19ebc957-c5d3-428d-932e-168e0f5c7e68"},{"name":"Check username availability","id":"bac6cadc-c25b-48f5-9d44-84d3c18bbe36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/usernameAvailable/test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","usernameAvailable","test"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bac6cadc-c25b-48f5-9d44-84d3c18bbe36"},{"name":"Verify user's Email","id":"c3400738-c8e1-4237-b91d-c6f7218e197c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/verify?code=162776&username=test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","verify"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"code","value":"162776"},{"key":"username","value":"test"}],"variable":[]}},"response":[],"_postman_id":"c3400738-c8e1-4237-b91d-c6f7218e197c"},{"name":"Resend code","id":"64a9e0c2-4b5b-435f-80bf-66e18cd5059e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/resendMail?username=test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","resendMail"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test"}],"variable":[]}},"response":[],"_postman_id":"64a9e0c2-4b5b-435f-80bf-66e18cd5059e"},{"name":"Forgot password","id":"88000e1a-4690-4c4a-8f88-a743f9665011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"mail@example.com\",\r\n    \"code\": \"123456\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/forgotPassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","forgotPassword"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"88000e1a-4690-4c4a-8f88-a743f9665011"},{"name":"Get User Profile","id":"f898d620-7c58-4619-9548-8997060786f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/getProfile?username=test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","getProfile"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test"}],"variable":[]}},"response":[],"_postman_id":"f898d620-7c58-4619-9548-8997060786f6"},{"name":"Clear cookies","id":"7f6d4195-9a04-4d27-a4a1-50532141840d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/clearCookies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","clearCookies"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f6d4195-9a04-4d27-a4a1-50532141840d"},{"name":"Remove invalid users","id":"fc593271-e506-4eaf-ad13-a99cfc70e434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/removeInvalidUsers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","removeInvalidUsers"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc593271-e506-4eaf-ad13-a99cfc70e434"},{"name":"Get current user","id":"8ea11f20-d652-42e1-9809-fd6e55e7f4af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","get"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ea11f20-d652-42e1-9809-fd6e55e7f4af"},{"name":"Logout","id":"5412b27e-3f0e-45c3-9f08-11d970680438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","logout"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5412b27e-3f0e-45c3-9f08-11d970680438"},{"name":"Update Avatar","id":"d1470b98-4eff-4339-80e8-471e7aa8fa3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","value":null}]},"url":"http://localhost:8000/api/v1/users/updateAvatar","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","updateAvatar"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1470b98-4eff-4339-80e8-471e7aa8fa3c"},{"name":"Remove Avatar","id":"9cf57ad5-c12a-49d7-922a-382d24bf2fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/removeAvatar","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","removeAvatar"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cf57ad5-c12a-49d7-922a-382d24bf2fc4"},{"name":"Update details","id":"4f81b546-0d09-4307-8061-978555ad568e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Name\",\n    \"bio\": \"Bio\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/updateDetails","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","updateDetails"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f81b546-0d09-4307-8061-978555ad568e"},{"name":"Update email","id":"21c394f5-7620-4ca8-9aae-6b3568a611fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"mail@example.com\",\n  \"code\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/updateEmail","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","updateEmail"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"21c394f5-7620-4ca8-9aae-6b3568a611fe"},{"name":"Update password","id":"32a42a1b-0cc1-4be9-badf-a7625862e3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\": \"123456\",\r\n    \"newPassword\": \"654321\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/users/updatePassword","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","updatePassword"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"32a42a1b-0cc1-4be9-badf-a7625862e3c4"},{"name":"Block a user","id":"ba991771-a4ff-4782-9dd3-c4c8a05567e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/block?username=test2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","block"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test2"}],"variable":[]}},"response":[],"_postman_id":"ba991771-a4ff-4782-9dd3-c4c8a05567e1"},{"name":"Unblock a user","id":"56fa5ab0-e7af-400a-b114-cfac59136056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/unblock?username=test2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","unblock"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test2"}],"variable":[]}},"response":[],"_postman_id":"56fa5ab0-e7af-400a-b114-cfac59136056"},{"name":"Search user","id":"3fb7a652-ab2b-4fd5-9fcd-9be2375f0b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/search?query=test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","search"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"query","value":"test"}],"variable":[]}},"response":[],"_postman_id":"3fb7a652-ab2b-4fd5-9fcd-9be2375f0b10"},{"name":"Get blocked users","id":"c763fa47-3d12-4e17-a437-52641b50eee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/blocked","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","blocked"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c763fa47-3d12-4e17-a437-52641b50eee1"},{"name":"Get suggestions","id":"db33a31b-bcd5-4d68-a1ab-955f3d55d11e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/suggestions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","suggestions"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"db33a31b-bcd5-4d68-a1ab-955f3d55d11e"},{"name":"Save post","id":"5aa1d70e-5d4c-4563-a5b5-1c4546c16315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/save/66c205d0ab9cfb6edb9d431d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","save","66c205d0ab9cfb6edb9d431d"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aa1d70e-5d4c-4563-a5b5-1c4546c16315"},{"name":"Unsave post","id":"8c0e4844-7c22-406e-9c72-7dbdce9d1bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/unsave/66c205d0ab9cfb6edb9d431d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","unsave","66c205d0ab9cfb6edb9d431d"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c0e4844-7c22-406e-9c72-7dbdce9d1bcd"},{"name":"Get saved posts","id":"29093248-756f-4d43-9ccd-ceb87b1bc50e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/saved","urlObject":{"path":["users","saved"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"29093248-756f-4d43-9ccd-ceb87b1bc50e"},{"name":"Get sessions","id":"2a45896c-27a7-4cfc-b285-34e49597150a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/users/sessions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","sessions"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a45896c-27a7-4cfc-b285-34e49597150a"},{"name":"Remove session","id":"c1a03390-d08b-432b-b195-71e31f583144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/users/removeSession/66adcf15751725d233906ee3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","removeSession","66adcf15751725d233906ee3"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a03390-d08b-432b-b195-71e31f583144"},{"name":"Remove all sessions","id":"e44e7a47-7388-478f-adce-0265ef6a5135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/users/removeAllSessions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["users","removeAllSessions"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e44e7a47-7388-478f-adce-0265ef6a5135"}],"id":"79ced004-5c50-44bd-83ea-230ab9c89e38","_postman_id":"79ced004-5c50-44bd-83ea-230ab9c89e38","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Follow","item":[{"name":"Follow a user","id":"e32953f2-127d-4c5c-8da3-ba679450165f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"followee\": \"65cf1034fea7838f25253e79\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/follow/new?username=test2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["follow","new"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test2"}],"variable":[]}},"response":[],"_postman_id":"e32953f2-127d-4c5c-8da3-ba679450165f"},{"name":"Unfollow a user","id":"4835559a-9703-4809-b4ce-10af07641a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/follow/unfollow?username=test2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["follow","unfollow"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test2"}],"variable":[]}},"response":[],"_postman_id":"4835559a-9703-4809-b4ce-10af07641a60"},{"name":"Get followers","id":"ef540074-41e1-417f-9a7e-e53fc33eb748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/follow/followers?username=test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["follow","followers"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test"}],"variable":[]}},"response":[],"_postman_id":"ef540074-41e1-417f-9a7e-e53fc33eb748"},{"name":"Get following","id":"45baae07-3bdf-4b0e-82f2-27a5db03b3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/follow/following?username=test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["follow","following"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"username","value":"test"}],"variable":[]}},"response":[],"_postman_id":"45baae07-3bdf-4b0e-82f2-27a5db03b3e7"},{"name":"Get follow","id":"0426aa5f-0cb9-46f1-aa3e-8bb21a24b6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/follow/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["follow","get"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0426aa5f-0cb9-46f1-aa3e-8bb21a24b6b2"}],"id":"6f3bfe98-d071-4441-85e9-257cfa291f74","_postman_id":"6f3bfe98-d071-4441-85e9-257cfa291f74","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Posts","item":[{"name":"Get specific post","id":"610f6a8a-a502-4bab-b53b-c9804c70cdc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/post/66d015ac65be113512428300","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","post","66d015ac65be113512428300"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"610f6a8a-a502-4bab-b53b-c9804c70cdc8"},{"name":"Get user's posts","id":"c0a6f9f5-86fc-4cbb-8c65-20a53bedd4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/user?userId=66c6354c1c0f27c75d469501","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","user"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"userId","value":"66c6354c1c0f27c75d469501"}],"variable":[]}},"response":[],"_postman_id":"c0a6f9f5-86fc-4cbb-8c65-20a53bedd4e1"},{"name":"Get explore feed","id":"c885e1e6-04b7-4aa2-9a03-28c2cbc53e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/exploreFeed?userId=66a54127c2440156aa23f81d","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","exploreFeed"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"userId","value":"66a54127c2440156aa23f81d"},{"disabled":true,"key":"username","value":"test"}],"variable":[]}},"response":[],"_postman_id":"c885e1e6-04b7-4aa2-9a03-28c2cbc53e78"},{"name":"Get video post","id":"b7e584f1-2f9d-4bfd-a7fd-588a168449d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/videoPost/66dc4e2a2d382831b313dd3c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","videoPost","66dc4e2a2d382831b313dd3c"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7e584f1-2f9d-4bfd-a7fd-588a168449d1"},{"name":"Get all likes","id":"df16e662-c40f-4d0a-b1ad-ae7a6352a39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/getLikes/66bdc5262d2966da6f0f6154","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","getLikes","66bdc5262d2966da6f0f6154"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"df16e662-c40f-4d0a-b1ad-ae7a6352a39d"},{"name":"Get video feed","id":"251ad335-5caa-4f38-9c38-34a091c68c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/videoFeed","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","videoFeed"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"251ad335-5caa-4f38-9c38-34a091c68c3e"},{"name":"New post","event":[{"listen":"test","script":{"id":"8c85edfa-e4c4-41c3-8e85-c98793dae67b","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"2cb99c12-a336-4ee9-94cc-d37daca57dc1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"416753c8-15cf-412f-ac07-5ad27178d280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","value":null}]},"url":"http://localhost:8000/api/v1/posts/new","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","new"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"416753c8-15cf-412f-ac07-5ad27178d280"},{"name":"New video post","id":"eb8637d4-0f9b-4d26-95f4-d58147e0778a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/Shivam Soni/Downloads/SampleVideo_1280x720_1mb.mp4"],"value":null}]},"url":"http://localhost:8000/api/v1/posts/video","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","video"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb8637d4-0f9b-4d26-95f4-d58147e0778a"},{"name":"Get feed","id":"2451775b-b5d7-4d19-aff7-a77d0f917a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/feed","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","feed"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2451775b-b5d7-4d19-aff7-a77d0f917a88"},{"name":"Like a post","id":"24f16604-b5a2-41bb-9b2f-f81fb8d288c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/like/66bdb5262e2966da6f0f6154","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","like","66bdb5262e2966da6f0f6154"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"24f16604-b5a2-41bb-9b2f-f81fb8d288c0"},{"name":"Dislike a post","id":"51799a8f-c204-4bd8-a3c9-676736e38855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/posts/dislike/66bdb6262d2966da6f0f6154","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","dislike","66bdb6262d2966da6f0f6154"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"51799a8f-c204-4bd8-a3c9-676736e38855"},{"name":"Delete post","id":"d2a11771-d61f-4f6b-b260-61fc5cf67297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/posts/delete/66cc22ee74036b2b8cd0122c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","id":"f404e888-4810-4a40-b36c-83729cec3f1c","name":"Posts","type":"folder"}},"urlObject":{"path":["posts","delete","66cc22ee74036b2b8cd0122c"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2a11771-d61f-4f6b-b260-61fc5cf67297"}],"id":"f404e888-4810-4a40-b36c-83729cec3f1c","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"4cb46302-d0bb-47f2-b458-3d8875b3d002"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"b97f0fd6-8864-41f5-a6eb-32f7adfc40f9"}}],"_postman_id":"f404e888-4810-4a40-b36c-83729cec3f1c","description":""},{"name":"Comments","item":[{"name":"New comment","id":"8b427332-a0fc-4668-a367-8c4759f4251f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"content\": \"Nice post\",\n  \"postId\": \"66d015ac65ce113512428300\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/comments/new","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["comments","new"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b427332-a0fc-4668-a367-8c4759f4251f"},{"name":"Get all comments on a post","id":"e05421bf-ca71-4c92-8595-0a2beed12e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/comments/66d015ac65be113512438300","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["comments","66d015ac65be113512438300"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e05421bf-ca71-4c92-8595-0a2beed12e8a"},{"name":"Like a comment","id":"934e1945-8d71-4f26-8a65-d47be8e21f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/comments/like/66e80a7505f8fa559cfed75f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["comments","like","66e80a7505f8fa559cfed75f"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"934e1945-8d71-4f26-8a65-d47be8e21f55"},{"name":"Unlike a comment","id":"e7aaf1ba-8af5-47a4-b16a-56db775e5768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/comments/dislike/66befa99d189a9ea73312941","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["comments","dislike","66befa99d189a9ea73312941"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7aaf1ba-8af5-47a4-b16a-56db775e5768"},{"name":"Delete a comment","id":"22ef946e-558c-49d9-b98c-5bfb2ba5ae84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/comments/delete/66f44813031800207726454d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["comments","delete","66f44813031800207726454d"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"22ef946e-558c-49d9-b98c-5bfb2ba5ae84"},{"name":"Get likes on a comment","id":"f99eea69-cca1-44ac-804c-ff7bb79e9646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/comments/likes/66e71a46ece40bb26465fe7e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["comments","likes","66e71a46ece40bb26465fe7e"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f99eea69-cca1-44ac-804c-ff7bb79e9646"}],"id":"b0d026a1-069e-48c7-8924-976691353e3f","_postman_id":"b0d026a1-069e-48c7-8924-976691353e3f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Chats","item":[{"name":"New one on one chat","id":"cd493bd3-8fd1-4359-99bb-951cd1e6c441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"66a54127c2440156ba23f81c\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/chats/new","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","new"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd493bd3-8fd1-4359-99bb-951cd1e6c441"},{"name":"Get all chats","id":"921ba7cc-4b4e-4430-8421-f7a3ebbd740a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/chats/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","get"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"921ba7cc-4b4e-4430-8421-f7a3ebbd740a"},{"name":"New group chat","id":"3fd142da-efee-4d68-a54a-ef8a12d93882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"participants\": [\"66a53779b9765d233ba775c7\"], \n  \"groupName\": \"Group\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/chats/newGroup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","newGroup"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fd142da-efee-4d68-a54a-ef8a12d93882"},{"name":"Add participants to a group","id":"9459edb4-6898-4690-bf47-3ee9f5ccccb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"66bdfee69912b9673961999a\",\n  \"participants\": [\"66adcf15751725d233906ee3\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/chats/addParticipants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","addParticipants"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9459edb4-6898-4690-bf47-3ee9f5ccccb7"},{"name":"Remove participants from a group","id":"2f54c511-b51f-4e35-b867-489a058a3751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"66bdfee69912b9573971999a\",\n  \"participants\": [\"66adcf15751725d233906ee3\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/chats/removeParticipants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","removeParticipants"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f54c511-b51f-4e35-b867-489a058a3751"},{"name":"Update group details","id":"2b83761d-32ee-4fb2-bc65-1d4bfc4b3a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"chatId","value":"65d0ef9c2d3d132c6e8dc937","type":"text"},{"key":"groupImage","type":"file","value":null}]},"url":"http://localhost:8000/api/v1/chats/updateGroup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","updateGroup"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b83761d-32ee-4fb2-bc65-1d4bfc4b3a89"},{"name":"Remove group icon","id":"d94d6924-d16a-4e69-ab96-db74bd2094ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/chats/removeGroupImage/65d0ef9c2d3d132c6f8dc938","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","removeGroupImage","65d0ef9c2d3d132c6f8dc938"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d94d6924-d16a-4e69-ab96-db74bd2094ce"},{"name":"Leave group","id":"c3467f73-1c6c-4ffa-bfbc-450cc13d322d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/chats/leaveGroup/65d0ef9c2d3d232c6e8dc938","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","leaveGroup","65d0ef9c2d3d232c6e8dc938"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3467f73-1c6c-4ffa-bfbc-450cc13d322d"},{"name":"Delete a group","id":"881790e3-feae-468c-8017-f2e7bf526634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/chats/deleteGroup/670bcfeacc912e86bb3493cb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","deleteGroup","670bcfeacc912e86bb3493cb"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"881790e3-feae-468c-8017-f2e7bf526634"},{"name":"Make admin","id":"2d7d6f02-5fc4-4675-814a-0899c5202144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"65d0ef9c2d3d142c6e8dc938\",\n  \"userId\": \"65d0eeeb2d4d132c6e8dc92f\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/chats/makeAdmin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","makeAdmin"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d7d6f02-5fc4-4675-814a-0899c5202144"},{"name":"Remove from admin","id":"ed40af1b-55ca-4d23-8581-59bdc4cebf1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"65d0ef9c3d3d132c6e8dc938\",\n  \"userId\": \"65d0eeeb2d3e132c6e8dc92f\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/chats/removeAdmin","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","removeAdmin"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed40af1b-55ca-4d23-8581-59bdc4cebf1e"},{"name":"Get all members of a chat","id":"9e92c6cb-bdd3-4530-ba3a-7989910d03bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/chats/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["chats","get"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e92c6cb-bdd3-4530-ba3a-7989910d03bc"}],"id":"16e22575-04db-420e-9c73-b52877da02a4","_postman_id":"16e22575-04db-420e-9c73-b52877da02a4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Messages","item":[{"name":"Send message","id":"cdad0666-ea1f-4edf-b4da-7474ba60edfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"chatId","value":"66bdfd7dd5ab6eca4b5dcfeb","type":"text"},{"key":"message","value":"I am good.","type":"text"},{"key":"attachment","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/Shivam Soni/Downloads/my-dino.png"],"value":null,"disabled":true},{"key":"post","value":"6706369d46ff8f21539289bc","type":"text","disabled":true}]},"url":"http://localhost:8000/api/v1/messages/send","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","send"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdad0666-ea1f-4edf-b4da-7474ba60edfb"},{"name":"React a message","id":"6f687f84-9ffa-4e57-a79c-44524cfa43ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"messageId\": \"66dc93c929be2d1e10563e24\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/messages/react","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","react"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f687f84-9ffa-4e57-a79c-44524cfa43ab"},{"name":"Get all messages","id":"e24c2f58-9bb9-43c0-b7f9-015be81fa114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/messages/get?chatId=66bdfd7dd5ab6eba4b5dcfec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","get"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"chatId","value":"66bdfd7dd5ab6eba4b5dcfec"}],"variable":[]}},"response":[],"_postman_id":"e24c2f58-9bb9-43c0-b7f9-015be81fa114"},{"name":"Unreact a message","id":"a7b37b03-280e-4cb1-9d06-5154cb3c92b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/messages/unreact/65e42e9446a3b19d85480b62","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","unreact","65e42e9446a3b19d85480b62"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b37b03-280e-4cb1-9d06-5154cb3c92b6"},{"name":"Edit a message","id":"41daf788-7830-4a17-a072-3d223f7d73f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"messageId\": \"65e42d9446a3a19d85480b62\",\n  \"content\": \"Test\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/messages/editMessage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","editMessage"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"41daf788-7830-4a17-a072-3d223f7d73f8"},{"name":"Delete a message","id":"91a84c14-9eb3-42cf-a5c5-a7c7e7d36c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/messages/delete/6714e923620ae13a3c6b7e41","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","delete","6714e923620ae13a3c6b7e41"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"91a84c14-9eb3-42cf-a5c5-a7c7e7d36c00"},{"name":"Get reacts","id":"58822747-6840-42cd-92dd-382c0963cda0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/messages/getReacts/66dc43c929be2d1e10563e34","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","getReacts","66dc43c929be2d1e10563e34"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"58822747-6840-42cd-92dd-382c0963cda0"},{"name":"Share Post","id":"9ad53472-3f78-454f-b61b-4df7c1b6d0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"people\": [\"66f93838d8c0b397ce5b72ec\", \"66a54127c2441156aa23f81c\"],\r\n    \"postId\": \"66d015ac65be113514428300\" \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/messages/sharePost","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["messages","sharePost"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ad53472-3f78-454f-b61b-4df7c1b6d0a3"}],"id":"225bbaf0-8c00-41d1-b6bb-46e8b66dd5e9","_postman_id":"225bbaf0-8c00-41d1-b6bb-46e8b66dd5e9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Stories","item":[{"name":"New story","id":"72772a4f-0ada-402c-b92a-9714d3335e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"media","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/Shivam Soni/Downloads/1.jpg"],"value":null}]},"url":"http://localhost:8000/api/v1/stories/new","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","new"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"72772a4f-0ada-402c-b92a-9714d3335e97"},{"name":"Reply story","id":"712d31dc-a8ba-4840-8b53-436e2c657ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"storyId\": \"671a03620405dbe361c3535e\",\r\n    \"content\": \"Nice\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/stories/reply","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","reply"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"712d31dc-a8ba-4840-8b53-436e2c657ff4"},{"name":"Get stories","id":"f9629e37-febf-4171-8b7e-ce48b44033e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/stories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9629e37-febf-4171-8b7e-ce48b44033e3"},{"name":"Get user's story","id":"15cc86b9-33e7-4914-a108-c49550f14ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/stories/user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","user"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"15cc86b9-33e7-4914-a108-c49550f14ac8"},{"name":"Mark self seen","id":"e24c666f-f88e-4e34-bd93-111312cfcb05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/stories/markSelfSeen","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","markSelfSeen"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e24c666f-f88e-4e34-bd93-111312cfcb05"},{"name":"Seen a story","id":"27842aa9-5bb2-4a77-add0-10dda6f5c7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/stories/seen/66edba4fbecefec7e40611dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","seen","66edba4fbecefec7e40611dd"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"27842aa9-5bb2-4a77-add0-10dda6f5c7d9"},{"name":"Like a story","id":"9cabc80d-6f01-4db8-bed9-c4d8193d77a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/stories/like/66edaa4fbdcefec7e40611dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","like","66edaa4fbdcefec7e40611dd"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cabc80d-6f01-4db8-bed9-c4d8193d77a1"},{"name":"Unlike a story","id":"9aefd9e4-caf4-4019-b8f7-2c51bc574f04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/stories/unlike/66edaa4fbdcefec7e40611dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","unlike","66edaa4fbdcefec7e40611dd"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aefd9e4-caf4-4019-b8f7-2c51bc574f04"},{"name":"Delete a story","id":"5545e1f2-e058-4ff6-95ac-f7d5dee77201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/stories/delete/66f694c7b91a53e11f770dfd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["stories","delete","66f694c7b91a53e11f770dfd"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5545e1f2-e058-4ff6-95ac-f7d5dee77201"}],"id":"6f52773b-e30c-4296-9bce-942543207a45","_postman_id":"6f52773b-e30c-4296-9bce-942543207a45","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Notification Preferences","item":[{"name":"Save Token","id":"5e90ace5-e2fa-48c9-9776-61212b25ae1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"abcdjflkjdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/notificationPreferences/saveToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notificationPreferences","saveToken"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e90ace5-e2fa-48c9-9776-61212b25ae1f"},{"name":"Update token","id":"49223c0a-80e9-44d8-9e09-bc04eb9e3c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"prevToken\": \"abcdefjkl\",\r\n    \"newToken\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/notificationPreferences/updateToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notificationPreferences","updateToken"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"49223c0a-80e9-44d8-9e09-bc04eb9e3c33"},{"name":"Delete token","id":"8ce42604-34e4-4c66-b96b-1650c7afedd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"prevToken\": \"123456\",\r\n    \"newToken\": \"abcdef\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/notificationPreferences/deleteToken/abcdjflkjdf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notificationPreferences","deleteToken","abcdjflkjdf"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ce42604-34e4-4c66-b96b-1650c7afedd0"},{"name":"Update preferences","id":"50512b25-a1e2-4adc-86bf-695b2e62f081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newGroups\": true,\r\n    \"likes\": true,\r\n    \"comments\": true,\r\n    \"commentLikes\": true,\r\n    \"storyLikes\": true,\r\n    \"newFollowers\": true,\r\n    \"newMessages\": true,\r\n    \"newProducts\": true,\r\n    \"announcements\": true,\r\n    \"support\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/notificationPreferences/updatePreferences","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notificationPreferences","updatePreferences"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"50512b25-a1e2-4adc-86bf-695b2e62f081"},{"name":"Get notification preferences","id":"6d1725cb-4c37-49e4-9cab-adaa3b26f8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/notificationPreferences/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notificationPreferences","get"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d1725cb-4c37-49e4-9cab-adaa3b26f8ac"},{"name":"Check token","id":"993ca073-d444-42ab-9265-7ca21733b1bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/notificationPreferences/checkToken/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notificationPreferences","checkToken","token"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"993ca073-d444-42ab-9265-7ca21733b1bc"}],"id":"cff37fe8-00b3-49cf-832f-79568cea65c5","_postman_id":"cff37fe8-00b3-49cf-832f-79568cea65c5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Notifications","item":[{"name":"Get all notifications","id":"f1d00870-6029-4ed5-96ec-a386dac352f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/notifications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notifications"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1d00870-6029-4ed5-96ec-a386dac352f7"},{"name":"Delete notification","id":"7a332b50-fe70-4eda-a2e3-8702909839fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/notifications/delete/66bde2498185ff5eb962c96","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notifications","delete","66bde2498185ff5eb962c96"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a332b50-fe70-4eda-a2e3-8702909839fa"},{"name":"Delete all notifications","id":"e76636cb-22c4-4f82-a48c-34d2ee5f4f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/notifications/deleteAll","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["notifications","deleteAll"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e76636cb-22c4-4f82-a48c-34d2ee5f4f86"}],"id":"8652b15f-2083-4c0f-a1c7-7b4c393a1e1c","_postman_id":"8652b15f-2083-4c0f-a1c7-7b4c393a1e1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Calls","item":[{"name":"Get calls","id":"de407842-56f3-45b7-969a-577f9341b88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/calls","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["calls"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"de407842-56f3-45b7-969a-577f9341b88b"},{"name":"Get specific call","id":"6236b921-d380-4b0f-a423-6e4cf95c6b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/calls/get/6710c87d756114c5f34b4582","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["calls","get","6710c87d756114c5f34b4582"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6236b921-d380-4b0f-a423-6e4cf95c6b2c"},{"name":"Start call","id":"e61976b5-ec1a-44f3-8ed2-0b1c6ae8f4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"callee\": \"66a53779a9765d233ba775c7\",\r\n    \"type\": \"audio\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/calls/start","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["calls","start"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e61976b5-ec1a-44f3-8ed2-0b1c6ae8f4de"},{"name":"Update call","id":"e2ed9299-d4bb-46c0-abe4-a00431beb2e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"acceptedAt\": \"2025-01-29T11:55:45.521Z\",\r\n    \"endedAt\": \"2025-01-29T12:08:45.553Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/calls/update/6710dcfc064c9602da0c6e70","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["calls","update","6710dcfc064c9602da0c6e70"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2ed9299-d4bb-46c0-abe4-a00431beb2e5"},{"name":"End call","id":"339ffeac-58b2-4ee1-a27a-38e480d494dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/v1/calls/end/6710dcfc064c9502da0c6e70","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["calls","end","6710dcfc064c9502da0c6e70"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"339ffeac-58b2-4ee1-a27a-38e480d494dc"}],"id":"288f9ccb-35eb-4604-95bc-245d8060e3a5","_postman_id":"288f9ccb-35eb-4604-95bc-245d8060e3a5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Confessions","item":[{"name":"Send message","id":"7a0e1f2a-02c9-4dde-a474-de4f1679138b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"attachment","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/Shivam Soni/Downloads/my-dino.png"],"value":null,"disabled":true},{"key":"content","value":"Test","type":"text"},{"key":"reciever","value":"66a54127c2440156ab23f81c","type":"text"}]},"url":"http://localhost:8000/api/v1/confessions/send","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["confessions","send"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a0e1f2a-02c9-4dde-a474-de4f1679138b"},{"name":"Get messages","id":"eec51911-72c3-4051-9db8-b695167d86b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/confessions/get","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["confessions","get"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"eec51911-72c3-4051-9db8-b695167d86b5"},{"name":"Delete message","id":"b125a5bb-9840-432e-8d75-5107531969a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/anonymousMessages/672e0d4ad8c5f3115e78f14d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["anonymousMessages","672e0d4ad8c5f3115e78f14d"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b125a5bb-9840-432e-8d75-5107531969a4"}],"id":"714d7905-fa40-4ddc-a10a-4edd459b946f","_postman_id":"714d7905-fa40-4ddc-a10a-4edd459b946f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}},{"name":"Admin","item":[{"name":"Login","id":"9719160d-7533-462c-8002-73f92dd125cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"sociial-admin\",\r\n    \"password\": \"Sociial@99\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/admin/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","login"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9719160d-7533-462c-8002-73f92dd125cd"},{"name":"Users","event":[{"listen":"test","script":{"id":"7f748409-d54d-487f-b8c1-a052d38d43ec","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"7bef2b49-7156-4318-8dc3-5f8e4fa9228a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0977e9a1-6e32-4dd4-bc25-dc6cc4b0af6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/v1/admin/users?search=r","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","users"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"search","value":"r"}],"variable":[]}},"response":[],"_postman_id":"0977e9a1-6e32-4dd4-bc25-dc6cc4b0af6f"},{"name":"Dashboard","id":"76a89083-11dd-4062-b5f8-c99cc8da885b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/dashboard","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","dashboard"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"76a89083-11dd-4062-b5f8-c99cc8da885b"},{"name":"Growth","id":"e31afed6-436d-4f68-9bc1-64e07e7e4e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/growth","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","growth"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e31afed6-436d-4f68-9bc1-64e07e7e4e7a"},{"name":"Reports","id":"5681b0ad-a898-4b4b-af7f-2f7b6d5a0450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/reports","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","reports"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5681b0ad-a898-4b4b-af7f-2f7b6d5a0450"},{"name":"Delete Report","id":"53e02602-26d8-4754-b099-fc34bbd56e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/v1/admin/reports/69591368dbf949c1cb9ada04","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","reports","69591368dbf949c1cb9ada04"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"53e02602-26d8-4754-b099-fc34bbd56e8b"},{"name":"Users Activity","id":"d3bbf177-f7b3-4d44-86f3-da34283ea040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/users-activity","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","users-activity"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3bbf177-f7b3-4d44-86f3-da34283ea040"},{"name":"Content Distribution","id":"09a58862-1c9e-4709-ab07-c8471cd57d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/content-distribution","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","content-distribution"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"09a58862-1c9e-4709-ab07-c8471cd57d98"},{"name":"Analytics","id":"6a8d8f9e-5ae6-4261-bf70-c55ad1b9748c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/analytics","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","analytics"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a8d8f9e-5ae6-4261-bf70-c55ad1b9748c"},{"name":"Entity","id":"1caa8f0d-4920-4e10-bab2-5fd2d1a11286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/entity?entityId=6742ce5d8a9fee4ddfbfe38a&kind=confession","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","entity"],"host":["http://localhost:8000/api/v1"],"query":[{"key":"entityId","value":"6742ce5d8a9fee4ddfbfe38a"},{"key":"kind","value":"confession"}],"variable":[]}},"response":[],"_postman_id":"1caa8f0d-4920-4e10-bab2-5fd2d1a11286"},{"name":"logout","id":"c44c611d-c50b-409a-9252-dd59e9811d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","logout"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c44c611d-c50b-409a-9252-dd59e9811d84"},{"name":"Message Analytics","id":"c81d0490-3f20-4b3a-b6b0-a908fe1a5f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/message-analytics","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","message-analytics"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c81d0490-3f20-4b3a-b6b0-a908fe1a5f48"},{"name":"User stats","id":"52274f74-c7fc-4634-ad25-d8578a0ad81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/v1/admin/user-stats","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}},"urlObject":{"path":["admin","user-stats"],"host":["http://localhost:8000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"52274f74-c7fc-4634-ad25-d8578a0ad81d"}],"id":"29712d7b-b4d1-4fcb-92f5-969cf672af9f","_postman_id":"29712d7b-b4d1-4fcb-92f5-969cf672af9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","id":"39918747-d4ac-4d6e-a06b-d535bfdc0578","name":"Sociial","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"b4de0a2f-4c03-4943-9e90-eef62c31c8d1","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"dd0a7a7f-4c46-4615-b5df-04c5cd122497","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:8000/api/v1"},{"key":"token","value":""}]}