{"info":{"_postman_id":"b3976e76-4538-4fce-9093-8313c919a0a4","name":"Mentee","description":"<html><head></head><body><p>Mentee Module's APIs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16254597","collectionId":"b3976e76-4538-4fce-9093-8313c919a0a4","publishedId":"2sA35MxJVW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-06T17:59:51.000Z"},"item":[{"name":"MenteeUser","item":[{"name":"Get Mentee Data (only for mentee user)","id":"5146ee73-d757-459f-9594-a7f44924daa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/user","urlObject":{"path":["api","mentee","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"eee49f47-358a-4afe-a9b3-010eae5bf1f0","name":"401 - Unauthorized User","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"ETag","value":"W/\"6a-z6Gwu8DVxpwObWJai+qyUxQ3BA4\""},{"key":"Date","value":"Thu, 04 Apr 2024 20:39:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"You are not authorized to access\",\n    \"errors\": \"Unauthorized\",\n    \"code\": \"UNAUTHORIZED-ERR\"\n}"},{"id":"06be7c28-b33b-41e6-b7c9-dea795ce6a05","name":"200 - Mentee Data (successful)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"595"},{"key":"ETag","value":"W/\"253-n7d1GIBNrmWaWzDcM/m3slqOvp4\""},{"key":"Date","value":"Thu, 04 Apr 2024 21:57:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660f110ba5cb42b754587801\",\n        \"user\": {\n            \"_id\": \"660f110ba5cb42b7545877ff\",\n            \"fullName\": \"Abhisekh Upadhaya\",\n            \"email\": \"abhisek0721@gmail.com\",\n            \"role\": \"mentee\",\n            \"profileImageKey\": null,\n            \"phoneNumber\": null,\n            \"location\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660f110ba5cb42b7545877fe\"\n            },\n            \"isVerified\": false,\n            \"createdAt\": \"2024-04-04T20:43:55.326Z\",\n            \"updatedAt\": \"2024-04-04T20:43:55.326Z\",\n            \"__v\": 0\n        },\n        \"fieldOnInterests\": [],\n        \"createdAt\": \"2024-04-04T20:43:55.394Z\",\n        \"updatedAt\": \"2024-04-04T20:43:55.394Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"5146ee73-d757-459f-9594-a7f44924daa0"},{"name":"Update Interested Fields (only for mentee)","id":"fb8d1e1a-ec0b-4b5f-85dc-e3a50d8b8a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"interestedFields\": [\r\n        \"Dance\",\r\n        \"Arts\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentee/user/update-interested-fields","urlObject":{"path":["api","mentee","user","update-interested-fields"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"04586e4e-bfec-4dd6-974a-5247391823c8","name":"400 - Missing field","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentee/user/update-interested-fields"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"ETag","value":"W/\"6b-Nl2jVm8sryTcrr8sfjwmbHo4W2k\""},{"key":"Date","value":"Thu, 04 Apr 2024 22:05:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Invalid Request\",\n    \"errors\": [\n        \"interestedFields must be an array\"\n    ],\n    \"code\": \"STD-VLD-ERR\"\n}"},{"id":"e832e32f-da6c-49fe-9e40-19ca935c29cb","name":"200 - Updated Successfully","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"interestedFields\": [\"Dance\", \"Arts\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentee/user/update-interested-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"248"},{"key":"ETag","value":"W/\"f8-8jnw4q0WE68HafN8Oy2BBpZWLE4\""},{"key":"Date","value":"Thu, 04 Apr 2024 22:08:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660f110ba5cb42b754587801\",\n        \"user\": \"660f110ba5cb42b7545877ff\",\n        \"fieldOnInterests\": [\n            \"Dance\",\n            \"Arts\"\n        ],\n        \"createdAt\": \"2024-04-04T20:43:55.394Z\",\n        \"updatedAt\": \"2024-04-04T22:08:37.847Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"fb8d1e1a-ec0b-4b5f-85dc-e3a50d8b8a13"},{"name":"All Mentees","id":"f9d53b42-9b9b-4d2f-81e4-3ff59040d2f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/user/all-mentees?pageNumber=1&limit=2","urlObject":{"path":["api","mentee","user","all-mentees"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"2"}],"variable":[]}},"response":[{"id":"f0444e8c-ee79-4265-ac99-6b54fcdfb187","name":"200 - All Mentees (without query params)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/user/all-mentees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1993"},{"key":"ETag","value":"W/\"7c9-570blNs3jSmJQ1sDXsU5+6GfcqE\""},{"key":"Date","value":"Thu, 04 Apr 2024 22:16:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"660c6a98393ef7889d4e2596\",\n            \"user\": {\n                \"_id\": \"660c6a98393ef7889d4e2594\",\n                \"fullName\": \"Puja Upadhaya\",\n                \"email\": \"puja@gmail.com\",\n                \"role\": \"mentee\",\n                \"profileImageKey\": null,\n                \"phoneNumber\": null,\n                \"location\": {\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"roadName\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"pincode\": \"\",\n                    \"_id\": \"660c6a98393ef7889d4e2593\"\n                },\n                \"isVerified\": false,\n                \"__v\": 0\n            },\n            \"fieldOnInterests\": [],\n            \"createdAt\": \"2024-04-02T20:29:12.135Z\",\n            \"updatedAt\": \"2024-04-02T20:29:12.135Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"660c6bc37fcd31f7607e3731\",\n            \"user\": {\n                \"_id\": \"660c6bc37fcd31f7607e372f\",\n                \"fullName\": \"Chandrakant Upadhaya\",\n                \"email\": \"chandra@gmail.com\",\n                \"role\": \"mentee\",\n                \"profileImageKey\": null,\n                \"phoneNumber\": null,\n                \"location\": {\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"roadName\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"pincode\": \"\",\n                    \"_id\": \"660c6bc37fcd31f7607e372e\"\n                },\n                \"isVerified\": false,\n                \"__v\": 0\n            },\n            \"fieldOnInterests\": [],\n            \"createdAt\": \"2024-04-02T20:34:11.991Z\",\n            \"updatedAt\": \"2024-04-02T20:34:11.991Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"660ee7a1f66c2fa3e7dd0908\",\n            \"user\": {\n                \"_id\": \"660ee7a1f66c2fa3e7dd0906\",\n                \"fullName\": \"sumon bala\",\n                \"email\": \"jjkhjkhkh@gmail.com\",\n                \"role\": \"mentee\",\n                \"profileImageKey\": null,\n                \"phoneNumber\": null,\n                \"location\": {\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"roadName\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"pincode\": \"\",\n                    \"_id\": \"660ee7a1f66c2fa3e7dd0905\"\n                },\n                \"isVerified\": false,\n                \"__v\": 0\n            },\n            \"fieldOnInterests\": [],\n            \"createdAt\": \"2024-04-04T17:47:13.228Z\",\n            \"updatedAt\": \"2024-04-04T17:47:13.228Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"660f110ba5cb42b754587801\",\n            \"user\": {\n                \"_id\": \"660f110ba5cb42b7545877ff\",\n                \"fullName\": \"Abhisekh Upadhaya\",\n                \"email\": \"abhisek0721@gmail.com\",\n                \"role\": \"mentee\",\n                \"profileImageKey\": null,\n                \"phoneNumber\": null,\n                \"location\": {\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"roadName\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"pincode\": \"\",\n                    \"_id\": \"660f110ba5cb42b7545877fe\"\n                },\n                \"isVerified\": false,\n                \"__v\": 0\n            },\n            \"fieldOnInterests\": [\n                \"Dance\",\n                \"Arts\"\n            ],\n            \"createdAt\": \"2024-04-04T20:43:55.394Z\",\n            \"updatedAt\": \"2024-04-04T22:08:37.847Z\",\n            \"__v\": 0\n        }\n    ],\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 1,\n        \"next\": null,\n        \"previous\": null,\n        \"total\": 1,\n        \"size\": 4,\n        \"records\": {\n            \"total\": 1,\n            \"onPage\": 1\n        }\n    }\n}"},{"id":"7b36917e-bb80-4fb3-b5a4-7165f8a3cc70","name":"200 - All Mentees (with query params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/user/all-mentees?pageNumber=1&limit=2","host":["{{BASE_URL}}"],"path":["api","mentee","user","all-mentees"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1065"},{"key":"ETag","value":"W/\"429-AlgWydmxUxswUE1BTo9g1nKbIHM\""},{"key":"Date","value":"Thu, 04 Apr 2024 22:17:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"660c6a98393ef7889d4e2596\",\n            \"user\": {\n                \"_id\": \"660c6a98393ef7889d4e2594\",\n                \"fullName\": \"Puja Upadhaya\",\n                \"email\": \"puja@gmail.com\",\n                \"role\": \"mentee\",\n                \"profileImageKey\": null,\n                \"phoneNumber\": null,\n                \"location\": {\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"roadName\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"pincode\": \"\",\n                    \"_id\": \"660c6a98393ef7889d4e2593\"\n                },\n                \"isVerified\": false,\n                \"__v\": 0\n            },\n            \"fieldOnInterests\": [],\n            \"createdAt\": \"2024-04-02T20:29:12.135Z\",\n            \"updatedAt\": \"2024-04-02T20:29:12.135Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"660c6bc37fcd31f7607e3731\",\n            \"user\": {\n                \"_id\": \"660c6bc37fcd31f7607e372f\",\n                \"fullName\": \"Chandrakant Upadhaya\",\n                \"email\": \"chandra@gmail.com\",\n                \"role\": \"mentee\",\n                \"profileImageKey\": null,\n                \"phoneNumber\": null,\n                \"location\": {\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"roadName\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"pincode\": \"\",\n                    \"_id\": \"660c6bc37fcd31f7607e372e\"\n                },\n                \"isVerified\": false,\n                \"__v\": 0\n            },\n            \"fieldOnInterests\": [],\n            \"createdAt\": \"2024-04-02T20:34:11.991Z\",\n            \"updatedAt\": \"2024-04-02T20:34:11.991Z\",\n            \"__v\": 0\n        }\n    ],\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 1,\n        \"next\": 2,\n        \"previous\": null,\n        \"total\": 2,\n        \"size\": 4,\n        \"records\": {\n            \"total\": 2,\n            \"onPage\": 1\n        }\n    }\n}"}],"_postman_id":"f9d53b42-9b9b-4d2f-81e4-3ff59040d2f7"}],"id":"302fd260-8b5c-4ca9-aa2b-0a31332cd70a","_postman_id":"302fd260-8b5c-4ca9-aa2b-0a31332cd70a","description":""},{"name":"Subscription","item":[{"name":"Subscribe To Mentor (only for mentee)","id":"244954cc-9523-4b69-967c-c8b2ecf2fa46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentee/subscription/subscribe-to-mentor/:mentorId","urlObject":{"path":["api","mentee","subscription","subscribe-to-mentor",":mentorId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"660c6bf37fcd31f7607e3739","key":"mentorId"}]}},"response":[{"id":"e44d0594-eee2-4e5f-b042-fad4ea116e21","name":"201 - Subscribed Successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/subscribe-to-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","subscribe-to-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660d6859c5e0b4e38db7f110"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"key":"ETag","value":"W/\"a3-AQhz6fRAh57LniCeg2wQ11jESfw\""},{"key":"Date","value":"Fri, 05 Apr 2024 07:01:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"acknowledged\": true,\n        \"modifiedCount\": 1,\n        \"upsertedId\": null,\n        \"upsertedCount\": 0,\n        \"matchedCount\": 1\n    },\n    \"message\": \"Subscribed Successfully\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"995782e3-fad0-472f-b95a-4cc19c40059f","name":"400 - Invalid mentorId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/subscribe-to-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","subscribe-to-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660d6859c5e0b4e38db7f112"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-raic2NfuoZYhkWdrKGfkbPh5c8o\""},{"key":"Date","value":"Fri, 05 Apr 2024 08:01:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Invalid Request\",\n    \"errors\": \"Mentor with mentorId 660d6859c5e0b4e38db7f112 doesn't exist\",\n    \"code\": \"STD-VLD-ERR\"\n}"}],"_postman_id":"244954cc-9523-4b69-967c-c8b2ecf2fa46"},{"name":"200 - Unsubscribed Successfully","id":"32a4f7e5-e5fd-46b1-84f7-ffc9fd843409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{BASE_URL}}/api/mentee/subscription/unsubscribe-mentor/:mentorId","urlObject":{"path":["api","mentee","subscription","unsubscribe-mentor",":mentorId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"660c6bf37fcd31f7607e3739","key":"mentorId"}]}},"response":[{"id":"f57de23b-a61a-46c3-bdd2-30c79e0544f2","name":"200 - Already Unsubscribed","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/unsubscribe-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","unsubscribe-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660d6859c5e0b4e38db7f110"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"ETag","value":"W/\"6a-eM6dm/3tuh5BYZRGWiytikV5Am8\""},{"key":"Date","value":"Fri, 05 Apr 2024 07:56:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"acknowledged\": true,\n        \"deletedCount\": 0\n    },\n    \"message\": \"Already Unsubscribed\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"ae7c9aab-234d-41d8-ba3c-79d7a245c0ed","name":"200 - Unsubscribed Successfully","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/unsubscribe-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","unsubscribe-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660d6859c5e0b4e38db7f110"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"ETag","value":"W/\"6f-7qEWUX9hvdxL43QWVS2c18hYOnI\""},{"key":"Date","value":"Fri, 05 Apr 2024 07:57:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"acknowledged\": true,\n        \"deletedCount\": 1\n    },\n    \"message\": \"Unsubscribed Successfully\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"9ee3115c-bfe0-43af-ab62-ffb82a6413b6","name":"400 - Invalid mentorId","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/unsubscribe-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","unsubscribe-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660d6859c5e0b4e38db7f112"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-raic2NfuoZYhkWdrKGfkbPh5c8o\""},{"key":"Date","value":"Fri, 05 Apr 2024 08:01:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Invalid Request\",\n    \"errors\": \"Mentor with mentorId 660d6859c5e0b4e38db7f112 doesn't exist\",\n    \"code\": \"STD-VLD-ERR\"\n}"}],"_postman_id":"32a4f7e5-e5fd-46b1-84f7-ffc9fd843409"},{"name":"Get Sessions Of Subscribed Mentor (only for mentee)","id":"63663573-3a60-434e-9ae0-5244534551c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/subscription/sessions-of-subscribed-mentor/:mentorId?pageNumber=2&limit=5","urlObject":{"path":["api","mentee","subscription","sessions-of-subscribed-mentor",":mentorId"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"2"},{"key":"limit","value":"5"}],"variable":[{"type":"any","value":"660c6bf37fcd31f7607e3739","key":"mentorId"}]}},"response":[{"id":"b127562e-61c1-4d76-a1b1-a7c863e39b5f","name":"400 - Not subscribed to mentor yet","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/sessions-of-subscribed-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","sessions-of-subscribed-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660c6bf37fcd31f7607e3736"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-WUTi5/nnr6QlWF7V9kq8rgSvXTI\""},{"key":"Date","value":"Fri, 05 Apr 2024 11:01:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Invalid Request\",\n    \"errors\": \"Mentor with mentorId 660c6bf37fcd31f7607e3736 doesn't exist\",\n    \"code\": \"STD-VLD-ERR\"\n}"},{"id":"a259dd3f-aeff-4c0a-ab39-6ed4a33fc7ae","name":"200 - Sessions of Subscribed Mentor (without query params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/sessions-of-subscribed-mentor/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","sessions-of-subscribed-mentor",":mentorId"],"variable":[{"key":"mentorId","value":"660c6bf37fcd31f7607e3739"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4663"},{"key":"ETag","value":"W/\"1237-b0NE4tDuDQwGK6UaoD0K5OxGKRc\""},{"key":"Date","value":"Fri, 05 Apr 2024 11:06:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660fd97a9669f4aa05f09454\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-17T10:59:06.189Z\",\n                \"endTime\": \"2024-04-17T12:59:06.189Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/86465125416?pwd=XaRObJD4LfdqBHGEUBbcmGP5yfBIZb.1\",\n                \"createdAt\": \"2024-04-05T10:59:06.813Z\",\n                \"updatedAt\": \"2024-04-05T10:59:06.813Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9789669f4aa05f0944d\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-15T10:59:03.808Z\",\n                \"endTime\": \"2024-04-15T12:59:03.808Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/83757230187?pwd=1lGOzTJN3Z4Fzey7sijOyoua6k3gmF.1\",\n                \"createdAt\": \"2024-04-05T10:59:04.444Z\",\n                \"updatedAt\": \"2024-04-05T10:59:04.444Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9759669f4aa05f09446\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-14T10:59:01.345Z\",\n                \"endTime\": \"2024-04-14T12:59:01.345Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/86944956905?pwd=xmy0qLO3ZDYamh9YF9MpSwaVxag9w0.1\",\n                \"createdAt\": \"2024-04-05T10:59:01.940Z\",\n                \"updatedAt\": \"2024-04-05T10:59:01.940Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9729669f4aa05f0943f\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-13T10:58:58.063Z\",\n                \"endTime\": \"2024-04-13T12:58:58.063Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/81280330493?pwd=RHu9EIA6Og178ZIxHXV6hLwl4Agt76.1\",\n                \"createdAt\": \"2024-04-05T10:58:58.654Z\",\n                \"updatedAt\": \"2024-04-05T10:58:58.654Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9709669f4aa05f09438\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-12T10:58:55.403Z\",\n                \"endTime\": \"2024-04-12T12:58:55.403Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/87509702735?pwd=HpiIvHD5cUeZnaqe61OGwObgHF6uh8.1\",\n                \"createdAt\": \"2024-04-05T10:58:56.214Z\",\n                \"updatedAt\": \"2024-04-05T10:58:56.214Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd96d9669f4aa05f09431\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-11T10:58:52.418Z\",\n                \"endTime\": \"2024-04-11T12:58:52.418Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85933624062?pwd=tAPkbURiIBNrpLPr8Rwd1jaFm3sh6g.1\",\n                \"createdAt\": \"2024-04-05T10:58:53.174Z\",\n                \"updatedAt\": \"2024-04-05T10:58:53.174Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9679669f4aa05f0942a\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-10T10:58:46.383Z\",\n                \"endTime\": \"2024-04-10T12:58:46.383Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/89607427400?pwd=1NA7WE2Lg3ATbCoiIZg77dImPHPsJn.1\",\n                \"createdAt\": \"2024-04-05T10:58:47.016Z\",\n                \"updatedAt\": \"2024-04-05T10:58:47.016Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9869669f4aa05f0945b\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-09T14:59:17.571Z\",\n                \"endTime\": \"2024-04-09T16:59:17.571Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/84329837606?pwd=gjntUU4bqTS1Wc1B1y9lh0Lj17MTlI.1\",\n                \"createdAt\": \"2024-04-05T10:59:18.454Z\",\n                \"updatedAt\": \"2024-04-05T10:59:18.454Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9649669f4aa05f09423\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-09T10:58:43.980Z\",\n                \"endTime\": \"2024-04-09T12:58:43.980Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/81605807054?pwd=tqDy3NbrZDqbaiG3SjEhcOtVaGJ5aL.1\",\n                \"createdAt\": \"2024-04-05T10:58:44.575Z\",\n                \"updatedAt\": \"2024-04-05T10:58:44.575Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9629669f4aa05f0941c\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-08T10:58:41.482Z\",\n                \"endTime\": \"2024-04-08T12:58:41.482Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/83186977592?pwd=UutBpnMkF7r14ALbPlzOyPftpvbhNN.1\",\n                \"createdAt\": \"2024-04-05T10:58:42.228Z\",\n                \"updatedAt\": \"2024-04-05T10:58:42.228Z\",\n                \"__v\": 0\n            }\n        ],\n        \"totalData\": 24,\n        \"totalPages\": 3,\n        \"currentPage\": 1\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 1,\n        \"next\": 2,\n        \"previous\": null,\n        \"total\": 3,\n        \"size\": 24,\n        \"records\": {\n            \"total\": 3,\n            \"onPage\": 1\n        }\n    }\n}"},{"id":"04904443-bb50-4282-8d42-3230ea71378f","name":"200 - Sessions of Subscribed Mentor (with query params for paginagation)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/sessions-of-subscribed-mentor/:mentorId?pageNumber=2&limit=5","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","sessions-of-subscribed-mentor",":mentorId"],"query":[{"key":"pageNumber","value":"2"},{"key":"limit","value":"5"}],"variable":[{"key":"mentorId","value":"660c6bf37fcd31f7607e3739"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2435"},{"key":"ETag","value":"W/\"983-dI58eLKGS0nMFFRKhKha7Oz5UFc\""},{"key":"Date","value":"Fri, 05 Apr 2024 11:07:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660fd96d9669f4aa05f09431\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-11T10:58:52.418Z\",\n                \"endTime\": \"2024-04-11T12:58:52.418Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85933624062?pwd=tAPkbURiIBNrpLPr8Rwd1jaFm3sh6g.1\",\n                \"createdAt\": \"2024-04-05T10:58:53.174Z\",\n                \"updatedAt\": \"2024-04-05T10:58:53.174Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9679669f4aa05f0942a\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-10T10:58:46.383Z\",\n                \"endTime\": \"2024-04-10T12:58:46.383Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/89607427400?pwd=1NA7WE2Lg3ATbCoiIZg77dImPHPsJn.1\",\n                \"createdAt\": \"2024-04-05T10:58:47.016Z\",\n                \"updatedAt\": \"2024-04-05T10:58:47.016Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9869669f4aa05f0945b\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-09T14:59:17.571Z\",\n                \"endTime\": \"2024-04-09T16:59:17.571Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/84329837606?pwd=gjntUU4bqTS1Wc1B1y9lh0Lj17MTlI.1\",\n                \"createdAt\": \"2024-04-05T10:59:18.454Z\",\n                \"updatedAt\": \"2024-04-05T10:59:18.454Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9649669f4aa05f09423\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-09T10:58:43.980Z\",\n                \"endTime\": \"2024-04-09T12:58:43.980Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/81605807054?pwd=tqDy3NbrZDqbaiG3SjEhcOtVaGJ5aL.1\",\n                \"createdAt\": \"2024-04-05T10:58:44.575Z\",\n                \"updatedAt\": \"2024-04-05T10:58:44.575Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660fd9629669f4aa05f0941c\",\n                \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n                \"mentor\": \"660c6bf37fcd31f7607e3739\",\n                \"meetingTopic\": \"Nestjs Tutorial\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-08T10:58:41.482Z\",\n                \"endTime\": \"2024-04-08T12:58:41.482Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/83186977592?pwd=UutBpnMkF7r14ALbPlzOyPftpvbhNN.1\",\n                \"createdAt\": \"2024-04-05T10:58:42.228Z\",\n                \"updatedAt\": \"2024-04-05T10:58:42.228Z\",\n                \"__v\": 0\n            }\n        ],\n        \"totalData\": 24,\n        \"totalPages\": 5,\n        \"currentPage\": 2\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 2,\n        \"next\": 3,\n        \"previous\": 1,\n        \"total\": 5,\n        \"size\": 24,\n        \"records\": {\n            \"total\": 5,\n            \"onPage\": 2\n        }\n    }\n}"}],"_postman_id":"63663573-3a60-434e-9ae0-5244534551c8"},{"name":"Get All Subscribed Mentors (only for mentee)","id":"b3198984-d009-4444-b6da-d96bc0f90e25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/subscription/all-subscribed-mentors?pageNumber=1&limit=1","urlObject":{"path":["api","mentee","subscription","all-subscribed-mentors"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"1"}],"variable":[]}},"response":[{"id":"c2f4a88d-d180-4edb-a0e2-4702201b4283","name":"200 - All Subscribed Mentors (without query params)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/subscription/all-subscribed-mentors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1632"},{"key":"ETag","value":"W/\"660-36QFzF6iw3Yizfu2ehrmsGQ+mLs\""},{"key":"Date","value":"Fri, 05 Apr 2024 13:50:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660ffdca2e1f83fa6acaeb0a\",\n                \"createdAt\": \"2024-04-05T13:34:02.248Z\",\n                \"updatedAt\": \"2024-04-05T13:34:02.248Z\",\n                \"mentorUserId\": \"660c30c59892b4638be01b93\",\n                \"mentorId\": \"660c30c69892b4638be01b96\",\n                \"mentorName\": \"Nisit Upadhaya\",\n                \"mentorEmail\": \"nisit@gmail.com\",\n                \"mentorPhoneNumber\": null,\n                \"mentorField\": \"Other\",\n                \"mentorAvailabilityTime\": {\n                    \"startTime\": {\n                        \"hours\": null,\n                        \"minute\": null\n                    },\n                    \"endTime\": {\n                        \"hours\": null,\n                        \"minute\": null\n                    },\n                    \"_id\": \"660c30c69892b4638be01b95\"\n                },\n                \"mentorTeaches\": \"\"\n            },\n            {\n                \"_id\": \"660fdb1c2e1f83fa6a96692f\",\n                \"createdAt\": \"2024-04-05T11:06:03.519Z\",\n                \"updatedAt\": \"2024-04-05T13:34:26.923Z\",\n                \"mentorUserId\": \"660c6bf37fcd31f7607e3736\",\n                \"mentorId\": \"660c6bf37fcd31f7607e3739\",\n                \"mentorName\": \"Abhisekh Upadhaya\",\n                \"mentorEmail\": \"abhisek@gmail.com\",\n                \"mentorPhoneNumber\": null,\n                \"mentorField\": \"Programming\",\n                \"mentorAvailabilityTime\": {\n                    \"startTime\": {\n                        \"hours\": 18,\n                        \"minute\": 30\n                    },\n                    \"endTime\": {\n                        \"hours\": 20,\n                        \"minute\": 0\n                    },\n                    \"_id\": \"660d2e1dd216a45ee14aa308\"\n                },\n                \"mentorTeaches\": \"Competitive Programming\"\n            },\n            {\n                \"_id\": \"660fafd92e1f83fa6a4e4085\",\n                \"createdAt\": \"2024-04-05T08:01:30.285Z\",\n                \"updatedAt\": \"2024-04-05T08:01:30.285Z\",\n                \"mentorUserId\": \"660d6859c5e0b4e38db7f10d\",\n                \"mentorId\": \"660d6859c5e0b4e38db7f110\",\n                \"mentorName\": \"Vishnu Upadhaybggghgha\",\n                \"mentorEmail\": \"visuhnu@gmail.com\",\n                \"mentorPhoneNumber\": null,\n                \"mentorField\": \"Other\",\n                \"mentorAvailabilityTime\": {\n                    \"startTime\": {\n                        \"hours\": null,\n                        \"minute\": null\n                    },\n                    \"endTime\": {\n                        \"hours\": null,\n                        \"minute\": null\n                    },\n                    \"_id\": \"660d6859c5e0b4e38db7f10f\"\n                },\n                \"mentorTeaches\": \"\"\n            }\n        ],\n        \"totalData\": 3,\n        \"totalPages\": 1,\n        \"currentPage\": 1\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 1,\n        \"next\": null,\n        \"previous\": null,\n        \"total\": 1,\n        \"size\": 3,\n        \"records\": {\n            \"total\": 1,\n            \"onPage\": 1\n        }\n    }\n}"},{"id":"396778e4-d297-4a57-8d4c-c55fc9f90477","name":"200 - All Subscribed Mentors (with query params for pagination)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/all-subscribed-mentors?pageNumber=1&limit=1","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","all-subscribed-mentors"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"672"},{"key":"ETag","value":"W/\"2a0-6J3I9ilqyjG/qfPSx44fGcm/Si4\""},{"key":"Date","value":"Fri, 05 Apr 2024 13:51:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660ffdca2e1f83fa6acaeb0a\",\n                \"createdAt\": \"2024-04-05T13:34:02.248Z\",\n                \"updatedAt\": \"2024-04-05T13:34:02.248Z\",\n                \"mentorUserId\": \"660c30c59892b4638be01b93\",\n                \"mentorId\": \"660c30c69892b4638be01b96\",\n                \"mentorName\": \"Nisit Upadhaya\",\n                \"mentorEmail\": \"nisit@gmail.com\",\n                \"mentorPhoneNumber\": null,\n                \"mentorField\": \"Other\",\n                \"mentorAvailabilityTime\": {\n                    \"startTime\": {\n                        \"hours\": null,\n                        \"minute\": null\n                    },\n                    \"endTime\": {\n                        \"hours\": null,\n                        \"minute\": null\n                    },\n                    \"_id\": \"660c30c69892b4638be01b95\"\n                },\n                \"mentorTeaches\": \"\"\n            }\n        ],\n        \"totalData\": 3,\n        \"totalPages\": 3,\n        \"currentPage\": 1\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 1,\n        \"next\": 2,\n        \"previous\": null,\n        \"total\": 3,\n        \"size\": 3,\n        \"records\": {\n            \"total\": 3,\n            \"onPage\": 1\n        }\n    }\n}"}],"_postman_id":"b3198984-d009-4444-b6da-d96bc0f90e25"},{"name":"Verify Subscription Status (only for mentee)","id":"adfb9377-a5cf-4905-afe3-548f92852d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentee/subscription/subscription-status/:mentorId","description":"<p>Mentee can check subscription status of mentor.</p>\n","urlObject":{"path":["api","mentee","subscription","subscription-status",":mentorId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"660c6bf37fcd31f7607e3739","key":"mentorId"}]}},"response":[{"id":"467482e8-72fc-4b83-89c6-37c2a61a4376","name":"200 - Subscription Status by mentorId (subscription: false)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/subscription-status/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","subscription-status",":mentorId"],"variable":[{"key":"mentorId","value":"661029f52e1f83fa6a04aed1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"ETag","value":"W/\"50-UHTmTsR5QiMx2W7LYSgu181MHjE\""},{"key":"Date","value":"Fri, 05 Apr 2024 17:22:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"subscription\": false\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"c4fc6c28-497b-4521-bb90-e95c7b0786e9","name":"200 - Subscription Status by mentorId (subscription: true)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentee/subscription/subscription-status/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentee","subscription","subscription-status",":mentorId"],"variable":[{"key":"mentorId","value":"660c6bf37fcd31f7607e3739"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-gB3Qr/3v9eYhkQ+KST+qgy9+1zw\""},{"key":"Date","value":"Fri, 05 Apr 2024 17:24:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"subscription\": true\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"adfb9377-a5cf-4905-afe3-548f92852d04"}],"id":"180c5cd0-d5b3-48c0-992b-c64d74a25d8f","_postman_id":"180c5cd0-d5b3-48c0-992b-c64d74a25d8f","description":""}]}