{"info":{"_postman_id":"d33f8194-46f0-453b-885b-9298ef4afa1c","name":"Connect Sphere API","description":"<html><head></head><body><p>The <strong>Connect Sphere API</strong> provides a comprehensive set of endpoints designed to power a collaborative platform tailored for remote workers, students, and mentors. It enables users to manage profiles, foster meaningful connections, and participate in collaborative activities within secure, structured modules. This documentation outlines the functionality of each API endpoint, helping developers integrate and utilize the platform's features effectively.</p>\n<ol>\n<li><p><strong>Authentication &amp; Roles</strong>:</p>\n<ul>\n<li><p>Sign up, log in, and reset passwords securely.</p>\n</li>\n<li><p>Use Google Login for quick access.</p>\n</li>\n<li><p>Request role changes to become a mentor or psychologist.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Profile Management</strong>:</p>\n<ul>\n<li><p>View and update your personal information, skills, and photos (profile and cover).</p>\n</li>\n<li><p>Request a role upgrade to access advanced features.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Collaboration Tools</strong>:</p>\n<ul>\n<li><p>Join groups or connect one-on-one with others.</p>\n</li>\n<li><p>Start video calls, share files, and manage collaboration requests.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Admin Controls</strong>:</p>\n<ul>\n<li>Admins can view, update, or delete user accounts.</li>\n</ul>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33210699","collectionId":"d33f8194-46f0-453b-885b-9298ef4afa1c","publishedId":"2sAYBYfACF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-01T13:54:19.000Z"},"item":[{"name":"Authentication","item":[{"name":"Signup","id":"881dac3b-8bbf-4422-9424-6eb681d961df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Doe\",\r\n  \"email\": \"johndoe@example.com\",\r\n  \"password\": \"securepassword\",\r\n  \"role\": \"general\" // Options: \"general\", \"mentor\", \"psychologist\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/signup","description":"<p>Registers a new user</p>\n","urlObject":{"path":["api","auth","signup"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"cda156b9-5bb4-473a-968f-67ffae8b5139","name":"Signup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"John Doe\",\r\n  \"email\": \"johndoe@example.com\",\r\n  \"password\": \"securepassword\",\r\n  \"role\": \"general\" // Options: \"general\", \"mentor\", \"psychologist\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/signup"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\":\"User Registered Successfully\"\r\n}"}],"_postman_id":"881dac3b-8bbf-4422-9424-6eb681d961df"},{"name":"Login","id":"e26b724f-e043-4a65-be40-ad0bd44805e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\",\r\n  \"password\": \"securepassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/login","description":"<p>Authenticates the user and returns a JWT token</p>\n","urlObject":{"path":["api","auth","login"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"21a0dd5f-b285-49aa-b093-9fdac15c8bcb","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\",\r\n  \"password\": \"securepassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/login"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\":\"User Found\",\r\n    \"token\":\"jwt access token\"\r\n}"}],"_postman_id":"e26b724f-e043-4a65-be40-ad0bd44805e9"},{"name":"GoogleLogin","id":"6395f9a1-cd36-4c22-8cd2-6cf4800a2640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"google-auth-token\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/google-login","description":"<p>Logs in the user using Google OAuth</p>\n","urlObject":{"path":["api","auth","google-login"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"682d5b19-75da-44d9-b44f-e4df2cc94966","name":"GoogleLogin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"google-auth-token\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/google-login"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"sucess\":\"User Found\"\r\n}"}],"_postman_id":"6395f9a1-cd36-4c22-8cd2-6cf4800a2640"},{"name":"ForgotPassword","id":"2a956840-3777-44f1-bc74-c388567d0c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/forgot-password","description":"<p>Sends an OTP to the user’s email for password reset</p>\n","urlObject":{"path":["api","auth","forgot-password"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"28c4670f-5107-4808-907e-e95ce31b39e8","name":"ForgotPassword","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/forgot-password"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"sucess\":\"email Verified\",\r\n    \"otp\":\"otp\",\r\n    \"otp_success\":\"otp send successfully\"\r\n}"}],"_postman_id":"2a956840-3777-44f1-bc74-c388567d0c17"},{"name":"otp-verification","id":"e6531fcc-3757-4cd3-9372-2eb251a4096b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\",\r\n  \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/verify-otp","description":"<p>Verifies The OTP</p>\n","urlObject":{"path":["api","auth","verify-otp"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"d8edbcd0-b019-4669-8587-ec8abebe0c16","name":"otp-verification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\",\r\n  \"otp\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/verify-otp"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\":\"otp verified successfully\"\r\n}"}],"_postman_id":"e6531fcc-3757-4cd3-9372-2eb251a4096b"},{"name":"reset-password","id":"70aaf6ba-6478-4e6a-958b-8762c5bf5bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\",\r\n  \"newPassword\": \"newsecurepassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/reset-password","description":"<p>Reset user's password</p>\n","urlObject":{"path":["api","auth","reset-password"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"442d76f1-7440-431b-b798-ce9516b40bae","name":"reset-password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"johndoe@example.com\",\r\n  \"newPassword\": \"newsecurepassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/reset-password"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\":\"password changed successfully\"\r\n}"}],"_postman_id":"70aaf6ba-6478-4e6a-958b-8762c5bf5bfd"},{"name":"logout","id":"73bdd305-5e27-4c21-8b51-8c653328388e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/logout","description":"<p>Logout a user</p>\n","urlObject":{"path":["api","auth","logout"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"e8f03281-aea4-451b-b90b-834053d6eeed","name":"logout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/logout"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Logged out successfully\"\r\n}"}],"_postman_id":"73bdd305-5e27-4c21-8b51-8c653328388e"},{"name":"refresh token","id":"6af0cca0-cd30-4045-bf71-858d8516f4dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"refreshToken\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/refresh-token","description":"<p>Refreshes the access token using the refresh token</p>\n","urlObject":{"path":["api","auth","refresh-token"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"2d8b8d65-1617-439f-9fa5-a3dccc62acc2","name":"refresh token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"refreshToken\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/auth/refresh-token"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"accessToken\": \"string\"\r\n}"}],"_postman_id":"6af0cca0-cd30-4045-bf71-858d8516f4dd"}],"id":"97b8bc74-fe30-4a98-a43a-6e985d03b417","description":"<p>This folder conatins API routes for Authentication purpose. By logging in a request user will get the JWT token using which user can access the profile, collaborations, task management</p>\n","_postman_id":"97b8bc74-fe30-4a98-a43a-6e985d03b417"},{"name":"Profile Management","item":[{"name":"Profile details","id":"22487ebc-3187-4cec-9bce-69b40fd4ce73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile","description":"<p>Fetches the profile details of the logged in user</p>\n","urlObject":{"path":["api","profile"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"25625623-7e9a-4551-b0a1-4a99ed124ffe","name":"Profile details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{ \r\n  \"userId\": \"12345\", \r\n  \"name\": \"John Doe\", \r\n  \"email\": \"johndoe@example.com\", \r\n  \"role\": \"general\", \r\n  \"profilePhoto\": \"url_to_profile_photo\", \r\n  \"coverPhoto\": \"url_to_cover_photo\", \r\n  \"skills\": [\"React\", \"Node.js\"] \r\n}"}],"_postman_id":"22487ebc-3187-4cec-9bce-69b40fd4ce73"},{"name":"profile updation","id":"4a116805-6fc9-4351-b4c9-cba8fd5d1ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile","description":"<p>Update the users profile details</p>\n","urlObject":{"path":["api","profile"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"bce9f6d3-76b1-41fa-9aa5-4f082db36d87","name":"profile updation","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Name\",\r\n  \"skills\": [\"React\", \"Node.js\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Profile updated successfully.\" \r\n}"}],"_postman_id":"4a116805-6fc9-4351-b4c9-cba8fd5d1ff3"},{"name":"update profile photo","id":"ce57d4a1-2b6d-46d8-b140-a8a324f3a6cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"profilePhoto\": \"base64_encoded_image_string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile/photo","description":"<p>Update the profile photo</p>\n","urlObject":{"path":["api","profile","photo"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"e461ccc1-4eb5-4ad9-ae25-ecc06f54ad0e","name":"update profile photo","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"profilePhoto\": \"base64_encoded_image_string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile/photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Profile photo updated successfully.\" \r\n} \r\n"}],"_postman_id":"ce57d4a1-2b6d-46d8-b140-a8a324f3a6cc"},{"name":"update cover photo","id":"6404fac2-2ac5-480b-95fd-3d1c7dfac475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"coverPhoto\": \"base64_encoded_image_string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile/cover-photo","description":"<p>Update the cover photo</p>\n","urlObject":{"path":["api","profile","cover-photo"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"0b373493-e8f0-4c7a-a8c6-6e2ddeabe739","name":"update cover photo","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"coverPhoto\": \"base64_encoded_image_string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile/cover-photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Cover photo updated successfully.\" \r\n} "}],"_postman_id":"6404fac2-2ac5-480b-95fd-3d1c7dfac475"},{"name":"role-request","id":"95dea127-51bf-4176-a195-4804f2b1bb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"mentor\" // Options: \"mentor\", \"psychologist\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile/request-role","description":"<p>Requests an admin approval for upgrading the user's role.</p>\n","urlObject":{"path":["api","profile","request-role"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"7b8f7197-774f-4e91-af04-a4ed18028e6b","name":"role-request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"mentor\" // Options: \"mentor\", \"psychologist\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/profile/request-role"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Role upgrade request submitted successfully.\" \r\n}"}],"_postman_id":"95dea127-51bf-4176-a195-4804f2b1bb28"}],"id":"4121f816-11ac-474e-9698-7564ba58fadd","description":"<p>This folder conatins all the API's for profile details fetching and profile updations for the logged in user. Here the user need the JWT token to access these routes</p>\n","_postman_id":"4121f816-11ac-474e-9698-7564ba58fadd"},{"name":"collaboration","item":[{"name":"Create New Collaboration","id":"5ad1c882-41b6-489e-bdf1-253fe83e420e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"string\",\r\n  \"description\": \"string\",\r\n  \"participants\": [\"string\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations","description":"<p>Creates a new collaboration with the specified participants and details.</p>\n","urlObject":{"path":["api","collaborations"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"93ba8e54-a00f-46a6-b3f7-aa023e40f320","name":"Create New Collaboration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"string\",\r\n  \"description\": \"string\",\r\n  \"participants\": [\"string\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Collaboration created successfully\",\r\n  \"collaborationId\": \"string\"\r\n}\r\n"}],"_postman_id":"5ad1c882-41b6-489e-bdf1-253fe83e420e"},{"name":"Get Collaboration Details","id":"739b22c6-f658-49e0-b361-edf7bc23e86b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id","description":"<p>Retrieves details of a specific collaboration.</p>\n","urlObject":{"path":["api","collaborations",":id"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"53fc935c-1952-49b9-898f-250e92207ea8","name":"Get Collaboration Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","collaborations",":id"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"title\": \"string\",\r\n  \"description\": \"string\",\r\n  \"participants\": [\"string\"],\r\n  \"createdAt\": \"datetime\"\r\n}"}],"_postman_id":"739b22c6-f658-49e0-b361-edf7bc23e86b"},{"name":"Delete Collaboration","id":"733060d6-9ffb-4b09-95c9-7c5652ab9c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id","description":"<p>Deletes a collaboration.</p>\n","urlObject":{"path":["api","collaborations",":id"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"c576e9ef-9aa1-42fd-a6a8-b08a09e9fca6","name":"Delete Collaboration","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","collaborations",":id"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Collaboration deleted successfully\"\r\n}"}],"_postman_id":"733060d6-9ffb-4b09-95c9-7c5652ab9c36"},{"name":"Upload File to Collaboration","id":"6e993c6b-379b-4817-9ffc-c01a5e64356b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"file\": \"fileData\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id/files","description":"<p>Uploads a file to the collaboration workspace.</p>\n","urlObject":{"path":["api","collaborations",":id","files"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"fd6e1e84-96b3-46fd-8e75-11cf9d424a47","name":"Upload File to Collaboration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"file\": \"fileData\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id/files","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","collaborations",":id","files"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"File uploaded successfully\"\r\n}\r\n"}],"_postman_id":"6e993c6b-379b-4817-9ffc-c01a5e64356b"},{"name":"Create Whiteboard for Collaboration","id":"ea7264bc-d354-4be3-a1f4-189fb9416d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id/whiteboard","description":"<p>Creates a whiteboard for collaboration.</p>\n","urlObject":{"path":["api","collaborations",":id","whiteboard"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"48488a2e-af6a-448b-a3c7-896394216afa","name":"Create Whiteboard for Collaboration","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id/whiteboard","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","collaborations",":id","whiteboard"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Whiteboard created successfully\"\r\n}"}],"_postman_id":"ea7264bc-d354-4be3-a1f4-189fb9416d6b"},{"name":"Get Tasks for Collaboration","id":"f2bfc334-1d4c-4886-beac-59921514b98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id/tasks","description":"<p>Retrieves the list of tasks associated with the collaboration.</p>\n","urlObject":{"path":["api","collaborations",":id","tasks"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"5ab370f2-fed1-420f-b85c-50d60fbf885d","name":"Get Tasks for Collaboration","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/collaborations/:id/tasks","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","collaborations",":id","tasks"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"taskId\": \"string\",\r\n    \"taskName\": \"string\",\r\n    \"assignedTo\": \"string\",\r\n    \"status\": \"Pending|Completed\"\r\n  }\r\n]\r\n"}],"_postman_id":"f2bfc334-1d4c-4886-beac-59921514b98b"}],"id":"11d7c2ee-449e-40a7-ac7d-8223eadb1640","description":"<p>This folder conatins all the API routes for collaborations</p>\n","_postman_id":"11d7c2ee-449e-40a7-ac7d-8223eadb1640"},{"name":"Task Management","item":[{"name":"Add Task","id":"e65cc89b-c68b-4009-9486-68117066657c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Task Title\",\r\n  \"description\": \"Task Description\",\r\n  \"priority\": \"high\",\r\n  \"status\": \"not_started\",\r\n  \"dueDate\": \"2024-12-15\",\r\n  \"notificationTime\": \"14:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks","description":"<p>Add a new task for the user</p>\n","urlObject":{"path":["api","tasks"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"769d021a-6fbb-4886-8ad5-27507d6d76c2","name":"Add Task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Task Title\",\r\n  \"description\": \"Task Description\",\r\n  \"priority\": \"high\",\r\n  \"status\": \"not_started\",\r\n  \"dueDate\": \"2024-12-15\",\r\n  \"notificationTime\": \"14:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Task added successfully.\", \r\n  \"taskId\": \"task1\" \r\n}"}],"_postman_id":"e65cc89b-c68b-4009-9486-68117066657c"},{"name":"Get Taks","id":"19fe8ed4-815e-4dc2-ba19-f093f90d12af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks","description":"<p>Fetches all the tasks for the logged-in user</p>\n","urlObject":{"path":["api","tasks"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"f6bd692b-0392-479b-91c1-6863e655b8ec","name":"Get Tasks","originalRequest":{"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[ \r\n  { \r\n    \"taskId\": \"task1\", \r\n    \"title\": \"Task Title\", \r\n    \"description\": \"Task Description\", \r\n    \"priority\": \"high\", \r\n    \"status\": \"not_started\", \r\n    \"dueDate\": \"2024-12-15\", \r\n    \"notificationTime\": \"14:00\" \r\n  } \r\n] "}],"_postman_id":"19fe8ed4-815e-4dc2-ba19-f093f90d12af"},{"name":"Update Tasks","id":"01f0f086-6197-46d6-a53b-5558197fd12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/:taskId","description":"<p>Updates an existing task</p>\n","urlObject":{"path":["api","tasks",":taskId"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"taskId"}]}},"response":[{"id":"00641449-e57f-417a-9703-ce5fae392c99","name":"Update Tasks","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Updated Task Title\",\r\n  \"status\": \"in_progress\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/:taskId","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","tasks",":taskId"],"variable":[{"key":"taskId","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Task updated successfully.\" \r\n} \r\n"}],"_postman_id":"01f0f086-6197-46d6-a53b-5558197fd12a"},{"name":"delete task","id":"fe532aae-acde-48a9-a61f-897cb0899625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/:taskId","description":"<p>Deletes a task</p>\n","urlObject":{"path":["api","tasks",":taskId"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"taskId"}]}},"response":[{"id":"81006601-183d-44a6-bd5e-cbd85b2260c2","name":"delete task","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/:taskId","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","tasks",":taskId"],"variable":[{"key":"taskId","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Task deleted successfully.\" \r\n} \r\n"}],"_postman_id":"fe532aae-acde-48a9-a61f-897cb0899625"},{"name":"Google calender","id":"898a620d-6465-4064-a412-d57ba4a9a59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"task-id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/sync-google-calendar","description":"<p>Syncs the task with Google calender</p>\n","urlObject":{"path":["api","tasks","sync-google-calendar"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"502721f5-b6eb-406d-a5e5-5bb117d7e0e2","name":"Google calender","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"taskId\": \"task-id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/sync-google-calendar"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Task synced with Google Calendar successfully.\" \r\n} \r\n"}],"_postman_id":"898a620d-6465-4064-a412-d57ba4a9a59a"},{"name":"Assign Task","id":"6221f26c-5ae3-4a0b-8005-84bce02cf145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\",\r\n  \"mentorId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/:id/assign","urlObject":{"path":["api","tasks",":id","assign"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"e1b3a628-86bd-4511-9985-352c04478551","name":"Assign Task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\",\r\n  \"mentorId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/tasks/:id/assign","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","tasks",":id","assign"],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Task assigned successfully\"\r\n}\r\n"}],"_postman_id":"6221f26c-5ae3-4a0b-8005-84bce02cf145"}],"id":"bec0e228-b0cf-4e6f-a363-6b64ac279d84","description":"<p>This folder conatins all the API's for task managemnt such as adding updating deleting task</p>\n","_postman_id":"bec0e228-b0cf-4e6f-a363-6b64ac279d84"},{"name":"Admin","item":[{"name":"Get Role Request","id":"83bdc780-0fce-4cce-8f0f-48be5c3415aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/admin/role-requests","description":"<p>Fetches all the pending role requests</p>\n","urlObject":{"path":["api","admin","role-requests"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"fa80a60c-e8ac-42b2-bfc6-29cd6e200871","name":"Get Role Request","originalRequest":{"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/admin/role-requests"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[ \r\n  { \r\n    \"requestId\": \"req1\", \r\n    \"userId\": \"user1\", \r\n    \"userName\": \"John Doe\", \r\n    \"requestedRole\": \"mentor\", \r\n    \"status\": \"pending\" \r\n  } \r\n]"}],"_postman_id":"83bdc780-0fce-4cce-8f0f-48be5c3415aa"},{"name":"Approve/Reject Role Request","id":"9b8f88d1-0f91-4cc4-a569-9e6e35f3dc6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"requestId\": \"request-id\",\r\n  \"status\": \"approved\" // Options: \"approved\", \"rejected\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/admin/role-requests","description":"<p>Approve or rejets a role request</p>\n","urlObject":{"path":["api","admin","role-requests"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"615f37f6-89ba-40e3-a053-ec8571fa179b","name":"Approve/Reject Role Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"requestId\": \"request-id\",\r\n  \"status\": \"approved\" // Options: \"approved\", \"rejected\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/admin/role-requests"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \r\n  \"message\": \"Role request updated successfully.\" \r\n} \r\n "}],"_postman_id":"9b8f88d1-0f91-4cc4-a569-9e6e35f3dc6f"},{"name":"Manage Users","id":"0fd56e51-4f42-4770-ad74-c0990e71c4aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/admin/users","description":"<p>Fetches all registed user</p>\n","urlObject":{"path":["api","admin","users"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"81a59125-895a-49f0-98e7-197239c99ec3","name":"Manage Users","originalRequest":{"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/admin/users"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[ \r\n  { \r\n    \"userId\": \"user1\", \r\n    \"name\": \"John Doe\", \r\n    \"email\": \"johndoe@example.com\", \r\n    \"role\": \"general\", \r\n    \"status\": \"active\" \r\n  } \r\n]"}],"_postman_id":"0fd56e51-4f42-4770-ad74-c0990e71c4aa"}],"id":"df77c41d-6508-4895-a553-08d63651f5b4","description":"<p>This folder conatins all the API routes for Admin</p>\n","_postman_id":"df77c41d-6508-4895-a553-08d63651f5b4"},{"name":"UserManagement","item":[{"name":"users","id":"cfd19541-79a0-411d-b3e7-ec4ea26ecde7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users","description":"<p>Retrieves a list of all users.</p>\n","urlObject":{"path":["api","users"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"3b3a0a82-be77-4d22-bf8b-a550c03f739c","name":"users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"string\",\r\n    \"name\": \"string\",\r\n    \"email\": \"string\",\r\n    \"role\": \"user|mentor\",\r\n    \"profilePicture\": \"string\"\r\n  }\r\n]"}],"_postman_id":"cfd19541-79a0-411d-b3e7-ec4ea26ecde7"},{"name":"User by ID","id":"a1294362-2207-421f-8fd0-476e4833d651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id","description":"<p>Retrieves a single user’s details by their ID.</p>\n","urlObject":{"path":["api","users",":id"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"610dba73-4f36-4d0c-afc4-8b55c55a5fa3","name":"User by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","users",":id"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"string\",\r\n  \"name\": \"string\",\r\n  \"email\": \"string\",\r\n  \"role\": \"user|mentor\",\r\n  \"profilePicture\": \"string\"\r\n}"}],"_postman_id":"a1294362-2207-421f-8fd0-476e4833d651"},{"name":"Submit User Feedback","id":"9b4ae754-f218-4709-8c55-8adc4a88bf61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"feedbackText\": \"string\",\r\n  \"rating\": \"integer\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/feedback","description":"<p>Allows a user to submit feedback about another user.</p>\n","urlObject":{"path":["api","users",":id","feedback"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"48bcc353-6854-4c2f-9665-4b916567c32c","name":"Submit User Feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"feedbackText\": \"string\",\r\n  \"rating\": \"integer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/feedback","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","users",":id","feedback"],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Feedback submitted successfully\"\r\n}"}],"_postman_id":"9b4ae754-f218-4709-8c55-8adc4a88bf61"},{"name":"Block/Unblock User","id":"ae5299ed-ea09-4004-875e-8d22bcb571b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"blockStatus\": \"true|false\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/block","description":"<p>Blocks or unblocks a user from accessing certain features.</p>\n","urlObject":{"path":["api","users",":id","block"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"483fd0cb-1905-488a-b07a-32a7015cada6","name":"Block/Unblock User","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"blockStatus\": \"true|false\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/block","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","users",":id","block"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"User blocked/unblocked successfully\"\r\n}\r\n"}],"_postman_id":"ae5299ed-ea09-4004-875e-8d22bcb571b5"},{"name":"create mentorship request","id":"80db8186-1d3d-4a03-b18e-6c7950aea9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"categoryId\": \"string\",\r\n  \"skills\": [\"skill1\", \"skill2\"],\r\n  \"message\": \"I would like to become a mentor in the selected category and skills.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/request-mentorship","description":"<p>Give mentorship request to the admin</p>\n","urlObject":{"path":["api","users",":id","request-mentorship"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"3b7a7a6b-bd64-46d5-96c3-e0df88030119","name":"create mentorship request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"categoryId\": \"string\",\r\n  \"skills\": [\"skill1\", \"skill2\"],\r\n  \"message\": \"I would like to become a mentor in the selected category and skills.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/request-mentorship","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","users",":id","request-mentorship"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Mentorship request sent successfully.\",\r\n  \"requestId\": \"string\"\r\n}\r\n"}],"_postman_id":"80db8186-1d3d-4a03-b18e-6c7950aea9f9"},{"name":"Get Mentorship Request Status","id":"c79eb5d1-d1c1-4fa0-8a7d-e23096430ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/mentorship-request-status","description":"<p>Get the status od the mentorship request pending/ accepted/ rejected</p>\n","urlObject":{"path":["api","users",":id","mentorship-request-status"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"b3c58939-1cc0-43ee-93f8-c98b98fffcb4","name":"Get Mentorship Request Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/users/:id/mentorship-request-status","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","users",":id","mentorship-request-status"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"requestId\": \"string\",\r\n  \"status\": \"Pending\"\r\n}\r\n"}],"_postman_id":"c79eb5d1-d1c1-4fa0-8a7d-e23096430ab7"}],"id":"b03af11e-0a4c-46c1-a55f-bdbefc7f271b","description":"<p>This folder conatins API's for user Managemnt</p>\n","_postman_id":"b03af11e-0a4c-46c1-a55f-bdbefc7f271b"},{"name":"Mentor Managemnt","item":[{"name":"Get All Mentors","id":"e40005d5-6aa1-4188-90ba-145fd8220542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors","description":"<p>Retrieves a list of all mentors.</p>\n","urlObject":{"path":["api","mentors"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"a9edf776-eb1c-4c19-88ad-2c921e5357f9","name":"Get All Mentors","originalRequest":{"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": \"string\",\r\n    \"name\": \"string\",\r\n    \"skills\": [\"string\"],\r\n    \"availability\": \"JSON\",\r\n    \"specialization\": \"string\"\r\n  }\r\n]\r\n"}],"_postman_id":"e40005d5-6aa1-4188-90ba-145fd8220542"},{"name":"Get Mentor by ID","id":"e138d903-b2ce-442c-be36-3c34fba2ef3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id","description":"<p>Retrieves a single mentor’s details by their ID.</p>\n","urlObject":{"path":["api","mentors",":id"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"d3e09955-edfe-4c97-8590-fee9a7820978","name":"Get Mentor by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","mentors",":id"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"string\",\r\n  \"name\": \"string\",\r\n  \"skills\": [\"string\"],\r\n  \"availability\": \"JSON\",\r\n  \"specialization\": \"string\"\r\n}\r\n"}],"_postman_id":"e138d903-b2ce-442c-be36-3c34fba2ef3c"},{"name":"Submit Feedback for Mentor","id":"bb3fd16e-3553-44e8-86a2-c3f553d9b77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"feedbackText\": \"string\",\r\n  \"rating\": \"integer\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id/feedback","description":"<p>Allows a user to submit feedback about a mentor.</p>\n","urlObject":{"path":["api","mentors",":id","feedback"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"735e0bfc-1a14-4e13-bbf3-6788a6fd7c88","name":"Submit Feedback for Mentor","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"feedbackText\": \"string\",\r\n  \"rating\": \"integer\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id/feedback","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","mentors",":id","feedback"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Feedback submitted successfully\"\r\n}\r\n"}],"_postman_id":"bb3fd16e-3553-44e8-86a2-c3f553d9b77f"},{"name":"Update Mentor Availability","id":"a8280467-eb91-4536-ae08-47d406c53cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"availableSlots\": \"JSON\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id/slots","description":"<p>Updates the availability slots for a mentor.</p>\n","urlObject":{"path":["api","mentors",":id","slots"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"bea1081d-f917-4be4-a19d-7715b0f303e5","name":"Update Mentor Availability","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"availableSlots\": \"JSON\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id/slots","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","mentors",":id","slots"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Mentor availability updated successfully\"\r\n}\r\n"}],"_postman_id":"a8280467-eb91-4536-ae08-47d406c53cbf"},{"name":"Assign Mentor to User","id":"41bfc7de-ab82-44f4-a0cd-f470fe225d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id/assign","description":"<p>Assigns a mentor to a user for guidance.</p>\n","urlObject":{"path":["api","mentors",":id","assign"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"9d979e21-6746-42bf-8629-54ddbae04247","name":"Assign Mentor to User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/mentors/:id/assign","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","mentors",":id","assign"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Mentor assigned successfully\"\r\n}\r\n"}],"_postman_id":"41bfc7de-ab82-44f4-a0cd-f470fe225d4a"}],"id":"022d1474-03fb-469e-88d6-592b47858c56","description":"<p>This folder conatins API\"s for mentor module management</p>\n","_postman_id":"022d1474-03fb-469e-88d6-592b47858c56"},{"name":"category managemnt","item":[{"name":"Create New Category","id":"28a4cbbb-f418-405e-8293-893adff13c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"categoryName\": \"string\",\r\n  \"description\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories","description":"<p>Adds a new category for organizing content or skills.</p>\n","urlObject":{"path":["api","categories"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"81bb71db-4c57-45fc-86e7-88e6161b2ee9","name":"Create New Category","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"categoryName\": \"string\",\r\n  \"description\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Category created successfully\",\r\n  \"categoryId\": \"string\"\r\n}\r\n"}],"_postman_id":"28a4cbbb-f418-405e-8293-893adff13c9b"},{"name":"Get All Categories","id":"f5d1d545-ddb5-49d6-8b7a-5f1486230f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories","description":"<p>Retrieves a list of all categories.</p>\n","urlObject":{"path":["api","categories"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"2ebe66fd-d4f2-4653-bb51-ca3b9986ea10","name":"Get All Categories","originalRequest":{"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"categoryId\": \"string\",\r\n    \"categoryName\": \"string\",\r\n    \"description\": \"string\"\r\n  }\r\n]\r\n"}],"_postman_id":"f5d1d545-ddb5-49d6-8b7a-5f1486230f14"},{"name":"Add Subcategory","id":"fecc5927-f7e2-462d-91d9-19f0493b7ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"subcategoryName\": \"string\",\r\n  \"description\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories/:id/subcategories","description":"<p>Adds a subcategory under a specific category.</p>\n","urlObject":{"path":["api","categories",":id","subcategories"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"7d4390de-555f-4e0d-b4e6-adc39cff9b76","name":"Add Subcategory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"subcategoryName\": \"string\",\r\n  \"description\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories/:id/subcategories","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","categories",":id","subcategories"],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Subcategory added successfully\",\r\n  \"subcategoryId\": \"string\"\r\n}\r\n"}],"_postman_id":"fecc5927-f7e2-462d-91d9-19f0493b7ed0"}],"id":"3fc994fb-6587-4f35-9982-267ddb3b111c","description":"<p>This conatins API's for category and subcategory mangemnt</p>\n","_postman_id":"3fc994fb-6587-4f35-9982-267ddb3b111c"},{"name":"Skill and Certificate Management Module","item":[{"name":"Add New Skill","id":"978c0be6-8c9c-454c-94eb-fe8ba6a16703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"skillName\": \"string\",\r\n  \"categoryId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/skills","description":"<p>Adds a new skill under a category.</p>\n","urlObject":{"path":["api","skills"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"5128ff4d-ccc8-498b-9bba-b8f89578efc7","name":"Add New Skill","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"skillName\": \"string\",\r\n  \"categoryId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/skills"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Skill added successfully\",\r\n  \"skillId\": \"string\"\r\n}\r\n"}],"_postman_id":"978c0be6-8c9c-454c-94eb-fe8ba6a16703"},{"name":"Get Skills by Category","id":"ac499950-e721-4aee-95e2-3328a14ace11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories/:id/skills","description":"<p>Retrieves a list of skills under a specific category.</p>\n","urlObject":{"path":["api","categories",":id","skills"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"634f926c-4749-4a7b-90fa-46b3f7e693df","name":"Get Skills by Category","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/categories/:id/skills","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","categories",":id","skills"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"skillId\": \"string\",\r\n    \"skillName\": \"string\"\r\n  }\r\n]\r\n"}],"_postman_id":"ac499950-e721-4aee-95e2-3328a14ace11"},{"name":"Add Certificate","id":"13f8d2d8-27f7-4063-ba8e-d7703d0381fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"certificateName\": \"string\",\r\n  \"issuedBy\": \"string\",\r\n  \"validity\": \"date\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/certificates","description":"<p>Adds a new certificate for skills or achievements.</p>\n","urlObject":{"path":["api","certificates"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"f62c2f6a-0c01-44e1-804f-73ecd54a4eb0","name":"Add Certificate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"certificateName\": \"string\",\r\n  \"issuedBy\": \"string\",\r\n  \"validity\": \"date\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/certificates"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Certificate added successfully\",\r\n  \"certificateId\": \"string\"\r\n}\r\n"}],"_postman_id":"13f8d2d8-27f7-4063-ba8e-d7703d0381fb"}],"id":"1863e578-b4a0-4bdc-ae82-6595e264aa85","description":"<p>This folder conatins API's for Certificate and skill management</p>\n","_postman_id":"1863e578-b4a0-4bdc-ae82-6595e264aa85"},{"name":"Group Management Module","item":[{"name":"Create New Group","id":"58f85554-322b-458f-a5dd-124004809de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"groupName\": \"string\",\r\n  \"description\": \"string\",\r\n  \"members\": [\"userId\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/groups","description":"<p>Creates a new group for collaboration or study.</p>\n","urlObject":{"path":["api","groups"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"cf7f5086-7231-4042-b7c3-b93ef252e87e","name":"Create New Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"groupName\": \"string\",\r\n  \"description\": \"string\",\r\n  \"members\": [\"userId\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/groups"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Group created successfully\",\r\n  \"groupId\": \"string\"\r\n}\r\n"}],"_postman_id":"58f85554-322b-458f-a5dd-124004809de3"},{"name":"Add Member to Group","id":"282d1b4e-473c-4cff-b2ba-6335bf006bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/groups/:id/members","description":"<p>Adds a member to an existing group.</p>\n","urlObject":{"path":["api","groups",":id","members"],"host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"90117de1-157f-46b6-bc92-637f8f0b1692","name":"Add Member to Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io/api/groups/:id/members","host":["https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"],"path":["api","groups",":id","members"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"Member added successfully\"\r\n}\r\n"}],"_postman_id":"282d1b4e-473c-4cff-b2ba-6335bf006bbd"}],"id":"791c5ce2-4c4f-4354-b1c2-34599d6520b8","description":"<p>This folder coantins API's for grop managemnt</p>\n","_postman_id":"791c5ce2-4c4f-4354-b1c2-34599d6520b8"}],"event":[{"listen":"prerequest","script":{"id":"8e708aa6-183f-4e1e-b488-c9f4c5afc424","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"44a71f89-1c1c-4e57-9a0e-7f6cbd0ba78f","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"url","value":"https://d70556f2-187c-4777-b85d-1ef000d654e1.mock.pstmn.io"}]}