{"info":{"_postman_id":"6e3037aa-c31b-4fe6-bed5-e022adc23276","name":"Mentor","description":"<html><head></head><body><p>Mentor Module's APIs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16254597","collectionId":"6e3037aa-c31b-4fe6-bed5-e022adc23276","publishedId":"2sA35MxJVY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-06T18:04:56.000Z"},"item":[{"name":"MentorUser","item":[{"name":"Get Mentor Data (only for mentor user)","id":"29744a64-3a8e-40db-a711-73863607e0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user","urlObject":{"path":["api","mentor","user"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"b362ad54-02da-4746-abfd-ab399a9aa7c6","name":"403 - Forbidden User (mentee user not allowed)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user"},"status":"Forbidden","code":403,"_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":"127"},{"key":"ETag","value":"W/\"7f-wiCm+bNWZgrYIfBG6cjmqWYjIXA\""},{"key":"Date","value":"Tue, 02 Apr 2024 21:31:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"You do not have permission to access this resource\",\n    \"errors\": \"Forbidden resource\",\n    \"code\": \"FORBIDDEN-ERR\"\n}"},{"id":"7b712a5f-4e5f-4395-9709-d6fac2126d9f","name":"200 - Mentor Data (successful)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/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":"654"},{"key":"ETag","value":"W/\"28e-PnXp01Vdo65plaVU2P1YwpWp29Y\""},{"key":"Date","value":"Tue, 02 Apr 2024 21:40:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660c6bf37fcd31f7607e3739\",\n        \"user\": {\n            \"_id\": \"660c6bf37fcd31f7607e3736\",\n            \"fullName\": \"Abhisekh Upadhaya\",\n            \"email\": \"abhisek@gmail.com\",\n            \"role\": \"mentor\",\n            \"profileImageKey\": null,\n            \"phoneNumber\": null,\n            \"location\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660c6bf37fcd31f7607e3735\"\n            },\n            \"isVerified\": false,\n            \"__v\": 0\n        },\n        \"field\": \"Other\",\n        \"teaches\": \"\",\n        \"availabilityTime\": {\n            \"startTime\": {\n                \"hours\": null,\n                \"minute\": null\n            },\n            \"endTime\": {\n                \"hours\": null,\n                \"minute\": null\n            },\n            \"_id\": \"660c6bf37fcd31f7607e3738\"\n        },\n        \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n        \"updatedAt\": \"2024-04-02T20:34:59.424Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"29744a64-3a8e-40db-a711-73863607e0c5"},{"name":"All Mentor Data (only for mentee)","id":"45e67939-fc12-4fca-8921-a869de163be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user/all-mentors?pageNumber=9&limit=5","description":"<p>Default value of pageNumber query and limit query is 1 and 10 respectively.</p>\n","urlObject":{"path":["api","mentor","user","all-mentors"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"9"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"f072897d-eff9-4ca7-8bc0-17fe46842387","name":"200 - All Mentor Data (without query)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/user/all-mentors","host":["{{BASE_URL}}"],"path":["api","mentor","user","all-mentors"],"query":[{"key":"pageNumber","value":"1","disabled":true},{"key":"limit","value":"5","disabled":true}]}},"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":"6628"},{"key":"ETag","value":"W/\"19e4-jz0nQD3RXLKtbX4QvXJyWGqIWOc\""},{"key":"Date","value":"Fri, 05 Apr 2024 16:49:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"660fffb1e8c6e40c0379fd68\",\n            \"createdAt\": \"2024-04-05T13:42:09.083Z\",\n            \"updatedAt\": \"2024-04-05T13:42:09.083Z\",\n            \"mentorUserId\": \"660fffb0e8c6e40c0379fd64\",\n            \"mentorId\": \"660fffb1e8c6e40c0379fd68\",\n            \"mentorName\": \"Tiruvalluru Niranjan Raju\",\n            \"mentorEmail\": \"rajuniranjan1910@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660fffb0e8c6e40c0379fd63\"\n            },\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\": \"660fffb1e8c6e40c0379fd66\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660fe4c9909588dc2ab753ae\",\n            \"createdAt\": \"2024-04-05T11:47:21.813Z\",\n            \"updatedAt\": \"2024-04-05T11:47:21.813Z\",\n            \"mentorUserId\": \"660fe4c9909588dc2ab753aa\",\n            \"mentorId\": \"660fe4c9909588dc2ab753ae\",\n            \"mentorName\": \"Rahul kumar\",\n            \"mentorEmail\": \"rahulkumarkudra2004@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660fe4c9909588dc2ab753a9\"\n            },\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\": \"660fe4c9909588dc2ab753ac\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660fc21f29da9749bffa4926\",\n            \"createdAt\": \"2024-04-05T09:19:27.574Z\",\n            \"updatedAt\": \"2024-04-05T09:19:27.574Z\",\n            \"mentorUserId\": \"660fc21f29da9749bffa4922\",\n            \"mentorId\": \"660fc21f29da9749bffa4926\",\n            \"mentorName\": \"Vishnu Upadhaybggghgha\",\n            \"mentorEmail\": \"viggggsuffffhnu@gmaill.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660fc21f29da9749bffa4921\"\n            },\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\": \"660fc21f29da9749bffa4924\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660f5aa54a47ac8c5a188222\",\n            \"createdAt\": \"2024-04-05T01:57:57.466Z\",\n            \"updatedAt\": \"2024-04-05T01:57:57.466Z\",\n            \"mentorUserId\": \"660f5aa54a47ac8c5a18821e\",\n            \"mentorId\": \"660f5aa54a47ac8c5a188222\",\n            \"mentorName\": \"Tiruvalluru Niranjan Raju\",\n            \"mentorEmail\": \"niranjanraju1910@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660f5aa54a47ac8c5a18821d\"\n            },\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\": \"660f5aa54a47ac8c5a188220\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660f1f2364b98b308c22fdbc\",\n            \"createdAt\": \"2024-04-04T21:44:03.360Z\",\n            \"updatedAt\": \"2024-04-04T21:44:03.360Z\",\n            \"mentorUserId\": \"660f1f2364b98b308c22fdb8\",\n            \"mentorId\": \"660f1f2364b98b308c22fdbc\",\n            \"mentorName\": \"sumon bala\",\n            \"mentorEmail\": \"bala@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660f1f2364b98b308c22fdb7\"\n            },\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\": \"660f1f2364b98b308c22fdba\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660f09c5a9631f6590e98626\",\n            \"createdAt\": \"2024-04-04T20:12:53.158Z\",\n            \"updatedAt\": \"2024-04-04T20:12:53.158Z\",\n            \"mentorUserId\": \"660f09c5a9631f6590e98622\",\n            \"mentorId\": \"660f09c5a9631f6590e98626\",\n            \"mentorName\": \"Sumon Bala\",\n            \"mentorEmail\": \"sumonche016@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660f09c5a9631f6590e98621\"\n            },\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\": \"660f09c5a9631f6590e98624\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660ee63bf66c2fa3e7dd08fe\",\n            \"createdAt\": \"2024-04-04T17:41:15.008Z\",\n            \"updatedAt\": \"2024-04-04T17:41:15.008Z\",\n            \"mentorUserId\": \"660ee63af66c2fa3e7dd08fa\",\n            \"mentorId\": \"660ee63bf66c2fa3e7dd08fe\",\n            \"mentorName\": \"dekdhkjshdjksh\",\n            \"mentorEmail\": \"dshhsjh@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660ee63af66c2fa3e7dd08f9\"\n            },\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\": \"660ee63bf66c2fa3e7dd08fc\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660dbac37ab9882ac1691965\",\n            \"createdAt\": \"2024-04-03T20:23:31.923Z\",\n            \"updatedAt\": \"2024-04-03T20:23:31.923Z\",\n            \"mentorUserId\": \"660dbac37ab9882ac1691962\",\n            \"mentorId\": \"660dbac37ab9882ac1691965\",\n            \"mentorName\": \"hggjgjkhjkhkj\",\n            \"mentorEmail\": \"sumonn@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660dbac37ab9882ac1691961\"\n            },\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\": \"660dbac37ab9882ac1691964\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660db45397b2bb9f8bbe43fb\",\n            \"createdAt\": \"2024-04-03T19:56:03.004Z\",\n            \"updatedAt\": \"2024-04-03T19:56:03.004Z\",\n            \"mentorUserId\": \"660db45297b2bb9f8bbe43f8\",\n            \"mentorId\": \"660db45397b2bb9f8bbe43fb\",\n            \"mentorName\": \"trtrt\",\n            \"mentorEmail\": \"trtrtr@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660db45297b2bb9f8bbe43f7\"\n            },\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\": \"660db45397b2bb9f8bbe43fa\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        },\n        {\n            \"_id\": \"660db36597b2bb9f8bbe43ed\",\n            \"createdAt\": \"2024-04-03T19:52:05.096Z\",\n            \"updatedAt\": \"2024-04-03T19:52:05.096Z\",\n            \"mentorUserId\": \"660db36497b2bb9f8bbe43ea\",\n            \"mentorId\": \"660db36597b2bb9f8bbe43ed\",\n            \"mentorName\": \"Vishnu Upadhaybggghgha\",\n            \"mentorEmail\": \"viggggsuhnu@gmaill.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660db36497b2bb9f8bbe43e9\"\n            },\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\": \"660db36597b2bb9f8bbe43ec\"\n            },\n            \"mentorTeaches\": \"\",\n            \"subscription\": false\n        }\n    ],\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 1,\n        \"next\": 2,\n        \"previous\": null,\n        \"total\": 5,\n        \"size\": 42,\n        \"records\": {\n            \"total\": 5,\n            \"onPage\": 1\n        }\n    }\n}"},{"id":"2282e1da-d5e4-4373-9315-d031a2da4b87","name":"200 - All Mentor Data (with query params for pagination)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/user/all-mentors?pageNumber=9&limit=5","host":["{{BASE_URL}}"],"path":["api","mentor","user","all-mentors"],"query":[{"key":"pageNumber","value":"9"},{"key":"limit","value":"5"}]}},"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":"1459"},{"key":"ETag","value":"W/\"5b3-KAcom/pdBBbhwxctX8hCnNkgDjQ\""},{"key":"Date","value":"Fri, 05 Apr 2024 16:50:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"660c6bf37fcd31f7607e3739\",\n            \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n            \"updatedAt\": \"2024-04-05T10:49:12.997Z\",\n            \"mentorUserId\": \"660c6bf37fcd31f7607e3736\",\n            \"mentorId\": \"660c6bf37fcd31f7607e3739\",\n            \"mentorName\": \"Abhisekh Upadhaya\",\n            \"mentorEmail\": \"abhisek@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660c6bf37fcd31f7607e3735\"\n            },\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            \"subscription\": true\n        },\n        {\n            \"_id\": \"660c30c69892b4638be01b96\",\n            \"createdAt\": \"2024-04-02T16:22:30.267Z\",\n            \"updatedAt\": \"2024-04-02T16:22:30.267Z\",\n            \"mentorUserId\": \"660c30c59892b4638be01b93\",\n            \"mentorId\": \"660c30c69892b4638be01b96\",\n            \"mentorName\": \"Nisit Upadhaya\",\n            \"mentorEmail\": \"nisit@gmail.com\",\n            \"mentorProfileUrl\": null,\n            \"mentorLocation\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660c30c59892b4638be01b92\"\n            },\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            \"subscription\": true\n        }\n    ],\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null,\n    \"page\": {\n        \"current\": 9,\n        \"next\": null,\n        \"previous\": 8,\n        \"total\": 9,\n        \"size\": 42,\n        \"records\": {\n            \"total\": 9,\n            \"onPage\": 9\n        }\n    }\n}"}],"_postman_id":"45e67939-fc12-4fca-8921-a869de163be0"},{"name":"Update Mentor (only for mentor user)","id":"268beadc-4242-4a3e-bda7-5f2043bf4da7","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    \"field\": \"Programming\",\r\n    \"teaches\": \"Competitive Programming\",\r\n    \"availabilityTime\": {\r\n        \"startTime\": {\r\n            \"hours\": 20,\r\n            \"minute\": 0\r\n        },\r\n        \"endTime\": {\r\n            \"hours\": 21,\r\n            \"minute\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateMentor","urlObject":{"path":["api","mentor","user","updateMentor"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"37f9cc42-e7b2-4eb8-bac6-ffcdf81ef4eb","name":"400 - Invalid Request (availabilityTime is missing)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"Programming\",\r\n    \"teaches\": \"Competitive Programming\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateMentor"},"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":"108"},{"key":"ETag","value":"W/\"6c-40SVsMQhPo8y/EYaPQJja8zvAFA\""},{"key":"Date","value":"Wed, 03 Apr 2024 10:07:56 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        \"availabilityTime must be an object\"\n    ],\n    \"code\": \"STD-VLD-ERR\"\n}"},{"id":"6eb5906c-c12a-4207-a1a7-412642d859f4","name":"400 - Invalid Request (invalid value of field)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"\",\r\n    \"teaches\": \"Competitive Programming\",\r\n    \"availabilityTime\": {\r\n        \"startTime\": {\r\n            \"hours\": null,\r\n            \"minute\": null\r\n        },\r\n        \"endTime\": {\r\n            \"hours\": null,\r\n            \"minute\": null\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateMentor"},"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":"257"},{"key":"ETag","value":"W/\"101-e2MFXtA1geqgXTUVnfwsJtKaSEk\""},{"key":"Date","value":"Wed, 03 Apr 2024 10:10:44 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        \"field must be one of the following values: Programming, Finance, Business, Marketing, Design, Engineering, Health, Education, Science, Technology, Arts, Language, Music, Sports, Other\"\n    ],\n    \"code\": \"STD-VLD-ERR\"\n}"},{"id":"27aa1b09-5be0-4d38-b652-ccbe672718ad","name":"200 - Mentor Updated (successful)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"Programming\",\r\n    \"teaches\": \"Competitive Programming\",\r\n    \"availabilityTime\": {\r\n        \"startTime\": {\r\n            \"hours\": null,\r\n            \"minute\": null\r\n        },\r\n        \"endTime\": {\r\n            \"hours\": null,\r\n            \"minute\": null\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateMentor"},"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":"404"},{"key":"ETag","value":"W/\"194-ipiY336V6t66mQvpH0kbfaB3Otk\""},{"key":"Date","value":"Wed, 03 Apr 2024 10:12:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660c6bf37fcd31f7607e3739\",\n        \"user\": \"660c6bf37fcd31f7607e3736\",\n        \"field\": \"Programming\",\n        \"teaches\": \"Competitive Programming\",\n        \"availabilityTime\": {\n            \"startTime\": {\n                \"hours\": null,\n                \"minute\": null\n            },\n            \"endTime\": {\n                \"hours\": null,\n                \"minute\": null\n            },\n            \"_id\": \"660d2b74fc9ca08d6296e1af\"\n        },\n        \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n        \"updatedAt\": \"2024-04-03T10:12:04.934Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"add83669-52ba-415a-986b-d0367382ddad","name":"200 - Updated Availability Time (successful)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"field\": \"Programming\",\r\n    \"teaches\": \"Competitive Programming\",\r\n    \"availabilityTime\": {\r\n        \"startTime\": {\r\n            \"hours\": 20,\r\n            \"minute\": 0\r\n        },\r\n        \"endTime\": {\r\n            \"hours\": 21,\r\n            \"minute\": 30\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateMentor"},"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":"395"},{"key":"ETag","value":"W/\"18b-2vnkI4yst3T8oYg4T45cPRg44bU\""},{"key":"Date","value":"Wed, 03 Apr 2024 10:13:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660c6bf37fcd31f7607e3739\",\n        \"user\": \"660c6bf37fcd31f7607e3736\",\n        \"field\": \"Programming\",\n        \"teaches\": \"Competitive Programming\",\n        \"availabilityTime\": {\n            \"startTime\": {\n                \"hours\": 20,\n                \"minute\": 0\n            },\n            \"endTime\": {\n                \"hours\": 21,\n                \"minute\": 30\n            },\n            \"_id\": \"660d2bc3fc9ca08d6296e1b4\"\n        },\n        \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n        \"updatedAt\": \"2024-04-03T10:13:23.309Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"268beadc-4242-4a3e-bda7-5f2043bf4da7"},{"name":"Update Availability Time (only for mentor)","id":"889525e7-19fe-4e5c-b7bd-3e4d949401ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startTime\": {\r\n        \"hours\": 18,\r\n        \"minute\": 30\r\n    },\r\n    \"endTime\": {\r\n        \"hours\": 20,\r\n        \"minute\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateAvailabilityTime","urlObject":{"path":["api","mentor","user","updateAvailabilityTime"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"3bc07a98-613f-4c71-adbc-c01debe5161b","name":"200 - Updated Availability Time (successful)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startTime\": {\r\n        \"hours\": 18,\r\n        \"minute\": 30\r\n    },\r\n    \"endTime\": {\r\n        \"hours\": 20,\r\n        \"minute\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateAvailabilityTime"},"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":"395"},{"key":"ETag","value":"W/\"18b-6jRotiivRiQJo2cvjHeSrd4QJXU\""},{"key":"Date","value":"Wed, 03 Apr 2024 10:19:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660c6bf37fcd31f7607e3739\",\n        \"user\": \"660c6bf37fcd31f7607e3736\",\n        \"field\": \"Programming\",\n        \"teaches\": \"Competitive Programming\",\n        \"availabilityTime\": {\n            \"startTime\": {\n                \"hours\": 18,\n                \"minute\": 30\n            },\n            \"endTime\": {\n                \"hours\": 20,\n                \"minute\": 0\n            },\n            \"_id\": \"660d2d415f8da5a16289611e\"\n        },\n        \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n        \"updatedAt\": \"2024-04-03T10:19:45.968Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"0ceb4c4c-157d-480d-ae78-db0a6d81b3bf","name":"400 - Invalid Request (some fields are missing)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startTime\": {\r\n        \"hours\": 18,\r\n        \"minute\": 30\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateAvailabilityTime"},"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":"99"},{"key":"ETag","value":"W/\"63-SSW6xQSIzp+URu8AtSBA0Vus85M\""},{"key":"Date","value":"Wed, 03 Apr 2024 10:22:55 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        \"endTime must be an object\"\n    ],\n    \"code\": \"STD-VLD-ERR\"\n}"}],"_postman_id":"889525e7-19fe-4e5c-b7bd-3e4d949401ee"},{"name":"Get Mentor Profile (only for mentor)","id":"dd18e896-e30b-43f0-b9f4-9095b979d936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user/mentorProfile","urlObject":{"path":["api","mentor","user","mentorProfile"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"47bc583a-b161-4580-90d3-e6e2ae5145ce","name":"200 - Complete Mentor Profile Data (successful)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user/mentorProfile"},"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":"957"},{"key":"ETag","value":"W/\"3bd-BjGitYTqvE8bT7Gn9bwyGGv8m9E\""},{"key":"Date","value":"Wed, 03 Apr 2024 11:53:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660d432076d17d58ad723637\",\n        \"user\": {\n            \"_id\": \"660d432076d17d58ad723631\",\n            \"fullName\": \"Vishnu Upadhaya\",\n            \"email\": \"vishnu@gmail.com\",\n            \"role\": \"mentor\",\n            \"profileImageKey\": null,\n            \"phoneNumber\": null,\n            \"location\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660d432076d17d58ad723630\"\n            },\n            \"isVerified\": false,\n            \"__v\": 0\n        },\n        \"mentor\": {\n            \"_id\": \"660d432076d17d58ad723634\",\n            \"user\": \"660d432076d17d58ad723631\",\n            \"field\": \"Other\",\n            \"teaches\": \"\",\n            \"availabilityTime\": {\n                \"startTime\": {\n                    \"hours\": null,\n                    \"minute\": null\n                },\n                \"endTime\": {\n                    \"hours\": null,\n                    \"minute\": null\n                },\n                \"_id\": \"660d432076d17d58ad723633\"\n            },\n            \"__v\": 0\n        },\n        \"yearsOfExperience\": null,\n        \"skills\": [],\n        \"languages\": [],\n        \"socialHandels\": {\n            \"personalPortfolioUrl\": \"\",\n            \"linkedinUrl\": \"\",\n            \"instagramUrl\": \"\",\n            \"otherUrl\": \"\",\n            \"_id\": \"660d432076d17d58ad723636\"\n        },\n        \"profileTitle\": \"\",\n        \"profileDescription\": \"\",\n        \"createdAt\": \"2024-04-03T11:53:04.220Z\",\n        \"updatedAt\": \"2024-04-03T11:53:04.220Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"dd18e896-e30b-43f0-b9f4-9095b979d936"},{"name":"Get Mentor Profile (for both mentee and mentor)","id":"eea483bd-1c77-4724-b2f9-bfef93552951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user/mentorProfile/:mentorId","urlObject":{"path":["api","mentor","user","mentorProfile",":mentorId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"660c6bf37fcd31f7607e3739","key":"mentorId"}]}},"response":[{"id":"fab1f32f-3944-4521-8ba0-b9d6fb2abc54","name":"200 - Mentor Profile (successful)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/user/mentorProfile/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentor","user","mentorProfile",":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":"980"},{"key":"ETag","value":"W/\"3d4-tAjInaerQSAfqqT7u0UcE1TQfM0\""},{"key":"Date","value":"Fri, 05 Apr 2024 17:44:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660d46c9f11669f8e230570f\",\n        \"user\": {\n            \"_id\": \"660c6bf37fcd31f7607e3736\",\n            \"fullName\": \"Abhisekh Upadhaya\",\n            \"email\": \"abhisek@gmail.com\",\n            \"role\": \"mentor\",\n            \"profileImageKey\": null,\n            \"phoneNumber\": null,\n            \"location\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660c6bf37fcd31f7607e3735\"\n            },\n            \"isVerified\": false,\n            \"__v\": 0\n        },\n        \"mentor\": {\n            \"_id\": \"660c6bf37fcd31f7607e3739\",\n            \"user\": \"660c6bf37fcd31f7607e3736\",\n            \"field\": \"Programming\",\n            \"teaches\": \"Competitive Programming\",\n            \"availabilityTime\": {\n                \"startTime\": {\n                    \"hours\": 18,\n                    \"minute\": 30\n                },\n                \"endTime\": {\n                    \"hours\": 20,\n                    \"minute\": 0\n                },\n                \"_id\": \"660d2e1dd216a45ee14aa308\"\n            },\n            \"__v\": 0\n        },\n        \"yearsOfExperience\": null,\n        \"skills\": [],\n        \"languages\": [],\n        \"socialHandels\": {\n            \"personalPortfolioUrl\": \"\",\n            \"linkedinUrl\": \"\",\n            \"instagramUrl\": \"\",\n            \"otherUrl\": \"\",\n            \"_id\": \"660d46c9f11669f8e230570e\"\n        },\n        \"profileTitle\": \"\",\n        \"profileDescription\": \"\",\n        \"createdAt\": \"2024-04-03T12:08:41.995Z\",\n        \"updatedAt\": \"2024-04-03T12:08:41.995Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"eea483bd-1c77-4724-b2f9-bfef93552951"},{"name":"Update Mentor Profile (only for mentor user)","id":"e0d9059c-fe61-4a0f-9a05-88cdf5e17159","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    \"yearsOfExperience\": 1,\r\n    \"skills\": [\r\n        \"Nodejs\",\r\n        \"React\",\r\n        \"Mongodb\",\r\n        \"SQL\",\r\n        \"Python\"\r\n    ],\r\n    \"languages\": [\r\n        \"English\",\r\n        \"Hindi\"\r\n    ],\r\n    \"socialHandels\": {\r\n        \"personalPortfolioUrl\": \"https://abhisekh.info\",\r\n        \"linkedinUrl\": \"https://linkedin.com/in/abhisekh-upadhaya\",\r\n        \"instagramUrl\": \"https://instagram.com/abhisekupa\",\r\n        \"otherUrl\": \"https://github.com/Abhisek0721\"\r\n    },\r\n    \"profileTitle\": \"Full Stack Developer with specialization in Backend\",\r\n    \"profileDescription\": \"I am a full stack developer. I have developed and deployed multiple MERN and Django Application.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/user/updateMentorProfile/:mentorId","urlObject":{"path":["api","mentor","user","updateMentorProfile",":mentorId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"660c844a9f3477abd5b86b15","key":"mentorId"}]}},"response":[{"id":"e7640741-0d19-4f37-9077-ea4ca7de3ad0","name":"200 - Updated Mentor Profile (successful)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"yearsOfExperience\": 1,\r\n    \"skills\": [\r\n        \"Nodejs\",\r\n        \"React\",\r\n        \"Mongodb\",\r\n        \"SQL\",\r\n        \"Python\"\r\n    ],\r\n    \"languages\": [\r\n        \"English\",\r\n        \"Hindi\"\r\n    ],\r\n    \"socialHandels\": {\r\n        \"personalPortfolioUrl\": \"https://abhisekh.info\",\r\n        \"linkedinUrl\": \"https://linkedin.com/in/abhisekh-upadhaya\",\r\n        \"instagramUrl\": \"https://instagram.com/abhisekupa\",\r\n        \"otherUrl\": \"https://github.com/Abhisek0721\"\r\n    },\r\n    \"profileTitle\": \"Full Stack Developer with specialization in Backend\",\r\n    \"profileDescription\": \"I am a full stack developer. I have developed and deployed multiple MERN and Django Application.\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/api/mentor/user/updateMentorProfile/:mentorId","host":["{{BASE_URL}}"],"path":["api","mentor","user","updateMentorProfile",":mentorId"],"variable":[{"key":"mentorId","value":"660c844a9f3477abd5b86b15"}]}},"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":"794"},{"key":"ETag","value":"W/\"31a-H3cnqdpOOJHUTCwtxAxl2j33ago\""},{"key":"Date","value":"Wed, 03 Apr 2024 12:29:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660d4baa2e1f83fa6a6e6681\",\n        \"user\": \"660c84499f3477abd5b86b12\",\n        \"mentor\": \"660c844a9f3477abd5b86b15\",\n        \"__v\": 0,\n        \"createdAt\": \"2024-04-03T12:29:28.262Z\",\n        \"languages\": [\n            \"English\",\n            \"Hindi\"\n        ],\n        \"profileDescription\": \"I am a full stack developer. I have developed and deployed multiple MERN and Django Application.\",\n        \"profileTitle\": \"Full Stack Developer with specialization in Backend\",\n        \"skills\": [\n            \"Nodejs\",\n            \"React\",\n            \"Mongodb\",\n            \"SQL\",\n            \"Python\"\n        ],\n        \"socialHandels\": {\n            \"personalPortfolioUrl\": \"https://abhisekh.info\",\n            \"linkedinUrl\": \"https://linkedin.com/in/abhisekh-upadhaya\",\n            \"instagramUrl\": \"https://instagram.com/abhisekupa\",\n            \"otherUrl\": \"https://github.com/Abhisek0721\",\n            \"_id\": \"660d4ba8f5848672db271520\"\n        },\n        \"updatedAt\": \"2024-04-03T12:29:28.262Z\",\n        \"yearsOfExperience\": 1\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"e0d9059c-fe61-4a0f-9a05-88cdf5e17159"},{"name":"Get Zoom Authorization Status (only for mentor)","id":"3f146d2a-fed1-4870-98cb-11d4b49ae16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user/getZoomAuthStatus","urlObject":{"path":["api","mentor","user","getZoomAuthStatus"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"0cf07a86-7bd6-4621-9fac-14d9b6ac75a1","name":"200 - Get Zoom Authorization Status (status: true)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/user/getZoomAuthStatus"},"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":"73"},{"key":"ETag","value":"W/\"49-m+epQY2bSsIS5u4cP7tTkz2Dzqg\""},{"key":"Date","value":"Sat, 06 Apr 2024 13:05:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": true\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"3f146d2a-fed1-4870-98cb-11d4b49ae16a"}],"id":"09a1703f-6f05-4796-ac1c-44440bcec8eb","_postman_id":"09a1703f-6f05-4796-ac1c-44440bcec8eb","description":""},{"name":"Session","item":[{"name":"Create Zoom Session (only for mentor)","event":[{"listen":"prerequest","script":{"id":"6e8ef618-aa4a-4a96-be12-903c3264e177","exec":["pm.environment.set('startTime', new Date(Date.now() + 60*14));\r",""],"type":"text/javascript","packages":{}}}],"id":"e468618e-a553-485c-93c3-cea09edde07a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meetingTopic\": \"Nestjs Tutorial\",\r\n    \"startTime\": \"{{startTime}}\",\r\n    \"duration\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/session/create-zoom-meet","urlObject":{"path":["api","mentor","session","create-zoom-meet"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"0a89e454-d259-4a80-9632-15969be1450f","name":"200 - Zoom Session Created (with duration field in payload)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meetingTopic\": \"Nodejs middleware\",\r\n    \"startTime\": \"{{startTime}}\",\r\n    \"duration\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/session/create-zoom-meet"},"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":"467"},{"key":"ETag","value":"W/\"1d3-+zWJ3q1pg673kcip4/NsGAuGLOI\""},{"key":"Date","value":"Thu, 04 Apr 2024 14:57:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mentorUser\": \"660c84499f3477abd5b86b12\",\n        \"mentor\": \"660c844a9f3477abd5b86b15\",\n        \"meetingTopic\": \"Nodejs middleware\",\n        \"meetingPlatform\": \"zoom\",\n        \"startTime\": \"2024-04-04T15:57:56.900Z\",\n        \"durationInMinute\": 120,\n        \"meetingLink\": \"https://us05web.zoom.us/j/88489964516?pwd=14Rmeh8WIIn6ASwOkqX7aH8a8uKIkI.1\",\n        \"_id\": \"660ebff610ee8d041c655013\",\n        \"createdAt\": \"2024-04-04T14:57:58.410Z\",\n        \"updatedAt\": \"2024-04-04T14:57:58.410Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"},{"id":"44ebdb1d-0527-4d30-a85b-44c5dc9a737d","name":"403 - Forbidden (mentor is not authorized to zoom app)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meetingTopic\": \"Nestjs Chapter 1\",\r\n    \"startTime\": \"{{startTime}}\",\r\n    \"duration\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/session/create-zoom-meet"},"status":"Forbidden","code":403,"_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":"144"},{"key":"ETag","value":"W/\"90-VCnPKlq+Xr78G7HoE79+ikvtuQE\""},{"key":"Date","value":"Thu, 04 Apr 2024 15:04:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"You do not have permission to access this resource\",\n    \"errors\": \"You are not authorized to zoom yet.\",\n    \"code\": \"FORBIDDEN-ERR\"\n}"},{"id":"4fe4b41b-2f75-4c40-b216-2bc181273448","name":"200 - Create Zoom Session (successful)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meetingTopic\": \"Nestjs Chapter 1\",\r\n    \"startTime\": \"{{startTime}}\",\r\n    \"duration\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/session/create-zoom-meet"},"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":"503"},{"key":"ETag","value":"W/\"1f7-sU21QqJ7WltQ6H54he8CHBg9hig\""},{"key":"Date","value":"Thu, 04 Apr 2024 19:21:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mentorUser\": \"660c6bf37fcd31f7607e3736\",\n        \"mentor\": \"660c6bf37fcd31f7607e3739\",\n        \"meetingTopic\": \"Nestjs Chapter 1\",\n        \"meetingPlatform\": \"zoom\",\n        \"startTime\": \"2024-04-04T20:21:12.709Z\",\n        \"endTime\": \"2024-04-04T22:21:12.709Z\",\n        \"durationInMinute\": 120,\n        \"meetingLink\": \"https://us05web.zoom.us/j/81165959574?pwd=37hKi8h89W6dP6vwzzEETwqpsjlwPM.1\",\n        \"_id\": \"660efda918e13d5efa10d96b\",\n        \"createdAt\": \"2024-04-04T19:21:13.950Z\",\n        \"updatedAt\": \"2024-04-04T19:21:13.950Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"e468618e-a553-485c-93c3-cea09edde07a"},{"name":"Get Session by sessionId","id":"641777b5-99b6-46ae-89b3-7f842ec28013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/mentor/session/get-session/:sessionId","urlObject":{"path":["api","mentor","session","get-session",":sessionId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"660efe1618e13d5efa10d979","key":"sessionId"}]}},"response":[{"id":"3213c499-2991-4f2c-80b6-41e5d9512cf3","name":"200 - Session by sessionId (successful)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/api/mentor/session/get-session/:sessionId","host":["{{BASE_URL}}"],"path":["api","mentor","session","get-session",":sessionId"],"variable":[{"key":"sessionId","value":"660efe1618e13d5efa10d979"}]}},"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":"1171"},{"key":"ETag","value":"W/\"493-ErD7SRCBKhf5S/uU1hDq4EAhgBw\""},{"key":"Date","value":"Thu, 04 Apr 2024 19:46:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"660efe1618e13d5efa10d979\",\n        \"mentorUser\": {\n            \"_id\": \"660c6bf37fcd31f7607e3736\",\n            \"fullName\": \"Abhisekh Upadhaya\",\n            \"email\": \"abhisek@gmail.com\",\n            \"role\": \"mentor\",\n            \"profileImageKey\": null,\n            \"phoneNumber\": null,\n            \"location\": {\n                \"latitude\": null,\n                \"longitude\": null,\n                \"roadName\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"pincode\": \"\",\n                \"_id\": \"660c6bf37fcd31f7607e3735\"\n            },\n            \"isVerified\": false,\n            \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n            \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n            \"__v\": 0\n        },\n        \"mentor\": {\n            \"_id\": \"660c6bf37fcd31f7607e3739\",\n            \"user\": \"660c6bf37fcd31f7607e3736\",\n            \"field\": \"Programming\",\n            \"teaches\": \"Competitive Programming\",\n            \"availabilityTime\": {\n                \"startTime\": {\n                    \"hours\": 18,\n                    \"minute\": 30\n                },\n                \"endTime\": {\n                    \"hours\": 20,\n                    \"minute\": 0\n                },\n                \"_id\": \"660d2e1dd216a45ee14aa308\"\n            },\n            \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n            \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n            \"__v\": 0\n        },\n        \"meetingTopic\": \"Nestjs Chapter 2\",\n        \"meetingPlatform\": \"zoom\",\n        \"startTime\": \"2024-04-05T19:23:01.753Z\",\n        \"endTime\": \"2024-04-05T21:23:01.753Z\",\n        \"durationInMinute\": 120,\n        \"meetingLink\": \"https://us05web.zoom.us/j/85901799423?pwd=Ik9aAJWDwq8Ah8kWQZJ4j2uvQjujsl.1\",\n        \"createdAt\": \"2024-04-04T19:23:02.457Z\",\n        \"updatedAt\": \"2024-04-04T19:23:02.457Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"641777b5-99b6-46ae-89b3-7f842ec28013"},{"name":"All Upcoming and Live Sessions","id":"b48084ca-dcad-4881-a5b9-722ee62d10bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/session/get-all-sessions?pageNumber=1&limit=1","urlObject":{"path":["api","mentor","session","get-all-sessions"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"1"}],"variable":[]}},"response":[{"id":"7b44889e-5a6f-4631-a4ea-57ed1d8f907f","name":"200 - All Sessions (without query)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/session/get-all-sessions"},"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":"3556"},{"key":"ETag","value":"W/\"de4-pV8h4v6TO678YazIxFo2rfYVnVY\""},{"key":"Date","value":"Thu, 04 Apr 2024 19:52:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660efe1618e13d5efa10d979\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 2\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T19:23:01.753Z\",\n                \"endTime\": \"2024-04-05T21:23:01.753Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85901799423?pwd=Ik9aAJWDwq8Ah8kWQZJ4j2uvQjujsl.1\",\n                \"createdAt\": \"2024-04-04T19:23:02.457Z\",\n                \"updatedAt\": \"2024-04-04T19:23:02.457Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660efe0c18e13d5efa10d972\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 2\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T19:22:51.728Z\",\n                \"endTime\": \"2024-04-05T21:22:51.728Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/87160424354?pwd=vu5CJ8uvb46EASShqbhhfiOHYrCPaO.1\",\n                \"createdAt\": \"2024-04-04T19:22:52.495Z\",\n                \"updatedAt\": \"2024-04-04T19:22:52.495Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660efda918e13d5efa10d96b\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 1\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-04T20:21:12.709Z\",\n                \"endTime\": \"2024-04-04T22:21:12.709Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/81165959574?pwd=37hKi8h89W6dP6vwzzEETwqpsjlwPM.1\",\n                \"createdAt\": \"2024-04-04T19:21:13.950Z\",\n                \"updatedAt\": \"2024-04-04T19:21:13.950Z\",\n                \"__v\": 0\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":"2d518056-e9ec-4b3d-8bf8-2b3eefc17eb6","name":"200 - All Sessions (with query params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/session/get-all-sessions?pageNumber=1&limit=1","host":["{{BASE_URL}}"],"path":["api","mentor","session","get-all-sessions"],"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":"1327"},{"key":"ETag","value":"W/\"52f-kaR5VlCivYKyuJPIfIBiVXBv70c\""},{"key":"Date","value":"Thu, 04 Apr 2024 19:58:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660efe1618e13d5efa10d979\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 2\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T19:23:01.753Z\",\n                \"endTime\": \"2024-04-05T21:23:01.753Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85901799423?pwd=Ik9aAJWDwq8Ah8kWQZJ4j2uvQjujsl.1\",\n                \"createdAt\": \"2024-04-04T19:23:02.457Z\",\n                \"updatedAt\": \"2024-04-04T19:23:02.457Z\",\n                \"__v\": 0\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":"b48084ca-dcad-4881-a5b9-722ee62d10bb"},{"name":"Get All Sessions of Mentor (only for mentor)","id":"ecdac2b6-a0b1-4ea4-bfab-ed8c3d68bc29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/session/get-sessions-of-mentor?pageNumber=1&limit=1","urlObject":{"path":["api","mentor","session","get-sessions-of-mentor"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"1"}],"variable":[]}},"response":[{"id":"16d9f062-e92f-4dbb-ad17-3e3552125e6f","name":"200 - All mentor's sessions (without query params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/session/get-sessions-of-mentor","host":["{{BASE_URL}}"],"path":["api","mentor","session","get-sessions-of-mentor"],"query":[{"key":"pageNumber","value":"1","disabled":true},{"key":"limit","value":"1","disabled":true}]}},"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":"4670"},{"key":"ETag","value":"W/\"123e-bmmzdnvSCQF1AvMzeYF2YytyJrY\""},{"key":"Date","value":"Thu, 04 Apr 2024 20:15:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660efe1618e13d5efa10d979\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 2\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T19:23:01.753Z\",\n                \"endTime\": \"2024-04-05T21:23:01.753Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85901799423?pwd=Ik9aAJWDwq8Ah8kWQZJ4j2uvQjujsl.1\",\n                \"createdAt\": \"2024-04-04T19:23:02.457Z\",\n                \"updatedAt\": \"2024-04-04T19:23:02.457Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660efe0c18e13d5efa10d972\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 2\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T19:22:51.728Z\",\n                \"endTime\": \"2024-04-05T21:22:51.728Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/87160424354?pwd=vu5CJ8uvb46EASShqbhhfiOHYrCPaO.1\",\n                \"createdAt\": \"2024-04-04T19:22:52.495Z\",\n                \"updatedAt\": \"2024-04-04T19:22:52.495Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660f0a63ffc7bccafa27f16e\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 3\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T01:15:30.455Z\",\n                \"endTime\": \"2024-04-05T03:15:30.455Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85280221514?pwd=SxvE7uJ6peavI0eNQEsnvD2b2vgMGn.1\",\n                \"createdAt\": \"2024-04-04T20:15:31.624Z\",\n                \"updatedAt\": \"2024-04-04T20:15:31.624Z\",\n                \"__v\": 0\n            },\n            {\n                \"_id\": \"660efda918e13d5efa10d96b\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 1\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-04T20:21:12.709Z\",\n                \"endTime\": \"2024-04-04T22:21:12.709Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/81165959574?pwd=37hKi8h89W6dP6vwzzEETwqpsjlwPM.1\",\n                \"createdAt\": \"2024-04-04T19:21:13.950Z\",\n                \"updatedAt\": \"2024-04-04T19:21:13.950Z\",\n                \"__v\": 0\n            }\n        ],\n        \"totalData\": 4,\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\": 4,\n        \"records\": {\n            \"total\": 1,\n            \"onPage\": 1\n        }\n    }\n}"},{"id":"7f9121a9-c217-448c-a37d-7f5c201985be","name":"200 - All mentor's sessions (with query params)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/session/get-sessions-of-mentor?pageNumber=1&limit=1","host":["{{BASE_URL}}"],"path":["api","mentor","session","get-sessions-of-mentor"],"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":"1327"},{"key":"ETag","value":"W/\"52f-Ooewj0DeEJHJO+4MCtThOoTOtps\""},{"key":"Date","value":"Thu, 04 Apr 2024 20:17:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"_id\": \"660efe1618e13d5efa10d979\",\n                \"mentorUser\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3736\",\n                    \"fullName\": \"Abhisekh Upadhaya\",\n                    \"email\": \"abhisek@gmail.com\",\n                    \"role\": \"mentor\",\n                    \"profileImageKey\": null,\n                    \"phoneNumber\": null,\n                    \"location\": {\n                        \"latitude\": null,\n                        \"longitude\": null,\n                        \"roadName\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"pincode\": \"\",\n                        \"_id\": \"660c6bf37fcd31f7607e3735\"\n                    },\n                    \"isVerified\": false,\n                    \"createdAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"updatedAt\": \"2024-04-02T20:34:59.365Z\",\n                    \"__v\": 0\n                },\n                \"mentor\": {\n                    \"_id\": \"660c6bf37fcd31f7607e3739\",\n                    \"user\": \"660c6bf37fcd31f7607e3736\",\n                    \"field\": \"Programming\",\n                    \"teaches\": \"Competitive Programming\",\n                    \"availabilityTime\": {\n                        \"startTime\": {\n                            \"hours\": 18,\n                            \"minute\": 30\n                        },\n                        \"endTime\": {\n                            \"hours\": 20,\n                            \"minute\": 0\n                        },\n                        \"_id\": \"660d2e1dd216a45ee14aa308\"\n                    },\n                    \"createdAt\": \"2024-04-02T20:34:59.424Z\",\n                    \"updatedAt\": \"2024-04-04T19:20:12.786Z\",\n                    \"__v\": 0\n                },\n                \"meetingTopic\": \"Nestjs Chapter 2\",\n                \"meetingPlatform\": \"zoom\",\n                \"startTime\": \"2024-04-05T19:23:01.753Z\",\n                \"endTime\": \"2024-04-05T21:23:01.753Z\",\n                \"durationInMinute\": 120,\n                \"meetingLink\": \"https://us05web.zoom.us/j/85901799423?pwd=Ik9aAJWDwq8Ah8kWQZJ4j2uvQjujsl.1\",\n                \"createdAt\": \"2024-04-04T19:23:02.457Z\",\n                \"updatedAt\": \"2024-04-04T19:23:02.457Z\",\n                \"__v\": 0\n            }\n        ],\n        \"totalData\": 4,\n        \"totalPages\": 4,\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\": 4,\n        \"size\": 4,\n        \"records\": {\n            \"total\": 4,\n            \"onPage\": 1\n        }\n    }\n}"}],"_postman_id":"ecdac2b6-a0b1-4ea4-bfab-ed8c3d68bc29"}],"id":"0c580523-0c23-4c89-8adc-69fd260497e4","_postman_id":"0c580523-0c23-4c89-8adc-69fd260497e4","description":""},{"name":"Subscription","item":[{"name":"Get All Subscriber Mentees (only for mentor)","id":"47a684d2-5f4f-45c7-9807-9a57917e0ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/subscription/all-subscriber-mentees?pageNumber=1&limit=1","urlObject":{"path":["api","mentor","subscription","all-subscriber-mentees"],"host":["{{BASE_URL}}"],"query":[{"key":"pageNumber","value":"1"},{"key":"limit","value":"1"}],"variable":[]}},"response":[{"id":"1134c04e-9b91-46de-8c84-2e0af55d974d","name":"200 - All Subscriber Mentees (without params)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/mentor/subscription/all-subscriber-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":"844"},{"key":"ETag","value":"W/\"34c-W6uY2rL6uh05degIdYZXo18RfiQ\""},{"key":"Date","value":"Fri, 05 Apr 2024 15:48:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": {\n            \"_id\": \"660fdb1c2e1f83fa6a96692f\",\n            \"menteeUser\": {\n                \"_id\": \"660f110ba5cb42b7545877ff\",\n                \"fullName\": \"Abhisekh Upadhaya\",\n                \"email\": \"abhisek0721@gmail.com\",\n                \"password\": \"$2b$10$qqohoUIx26Q2lBLUzTD3ve4x36kMMQ.Ys5kQZKUAkeWVoTNyofwTK\",\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            \"mentee\": \"660f110ba5cb42b754587801\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-04-05T11:06:03.519Z\",\n            \"updatedAt\": \"2024-04-05T13:34:26.923Z\"\n        },\n        \"totalData\": 1,\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\": 1,\n        \"records\": {\n            \"total\": 1,\n            \"onPage\": 1\n        }\n    }\n}"},{"id":"4e361fb0-a9c8-4e81-bd6d-a730fd222d5f","name":"200 - All Subscriber Mentees (with query params for pagination)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/api/mentor/subscription/all-subscriber-mentees?pageNumber=1&limit=1","host":["{{BASE_URL}}"],"path":["api","mentor","subscription","all-subscriber-mentees"],"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":"844"},{"key":"ETag","value":"W/\"34c-W6uY2rL6uh05degIdYZXo18RfiQ\""},{"key":"Date","value":"Fri, 05 Apr 2024 15:50:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": {\n            \"_id\": \"660fdb1c2e1f83fa6a96692f\",\n            \"menteeUser\": {\n                \"_id\": \"660f110ba5cb42b7545877ff\",\n                \"fullName\": \"Abhisekh Upadhaya\",\n                \"email\": \"abhisek0721@gmail.com\",\n                \"password\": \"$2b$10$qqohoUIx26Q2lBLUzTD3ve4x36kMMQ.Ys5kQZKUAkeWVoTNyofwTK\",\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            \"mentee\": \"660f110ba5cb42b754587801\",\n            \"__v\": 0,\n            \"createdAt\": \"2024-04-05T11:06:03.519Z\",\n            \"updatedAt\": \"2024-04-05T13:34:26.923Z\"\n        },\n        \"totalData\": 1,\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\": 1,\n        \"records\": {\n            \"total\": 1,\n            \"onPage\": 1\n        }\n    }\n}"}],"_postman_id":"47a684d2-5f4f-45c7-9807-9a57917e0ad5"}],"id":"4e6f3c91-a0b6-43d7-88e3-b4d3c4fb2fb4","_postman_id":"4e6f3c91-a0b6-43d7-88e3-b4d3c4fb2fb4","description":""}]}