{"info":{"_postman_id":"87730047-dd17-48de-ab3f-b5c0f179c36b","name":"skill vine","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21080448","collectionId":"87730047-dd17-48de-ab3f-b5c0f179c36b","publishedId":"2s93z9aMex","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-27T19:19:46.000Z"},"item":[{"name":"Student","item":[{"name":"Auth","item":[{"name":"Oauth2","id":"a18ef077-78bc-4be0-aa85-3d3b36ddb28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/auth/students/google","urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","students","google"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a18ef077-78bc-4be0-aa85-3d3b36ddb28b"},{"name":"Get access token","id":"f51026cd-f65c-4a5a-a7dd-cb4f0d707ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"refreshTokenStudent=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ4NWExNjZlMzAzYWJhMWZiMWZmOTU0IiwidXNlckxvZ2luIjp0cnVlfSwiaWF0IjoxNjg2OTY4MzI1LCJleHAiOjE2ODcwMDQzMjV9.RmmrrKzomjEJF24kxI3xosA2_uh63PkUSuHgUVvtOiM","type":"text"}],"url":"http://localhost:5000/api/v1/auth/students/get-access-token","urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","students","get-access-token"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0d693e7d-4221-4ff3-8a76-0780461c69fb","name":"Get access token","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"refreshTokenStudent=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0MTJmMDMxNGQ1MTkyZTRmOGZkMDZjIiwidXNlckxvZ2luIjp0cnVlfSwiaWF0IjoxNjgyMDYwMDUwLCJleHAiOjE2ODIwOTYwNTB9.PZ4tHy2Rs1vZy93nu8Wx3EoJBnw54s4Mf_KtAlze9Go","type":"text"}],"url":"http://localhost:5000/api/v1/auth/students/get-access-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-1G6zhKluMEWnYDGTXsjy/e8M5x8\""},{"key":"Date","value":"Fri, 21 Apr 2023 08:07:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessTokenStudent\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0MTJmMDMxNGQ1MTkyZTRmOGZkMDZjIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIwNjQ0NDIsImV4cCI6MTY4MjEwMDQ0Mn0.7Sn3XsfwCUqYF9kI9ArQBR1gabMPR8D6mbQfmnWdjZ0\",\n    \"userLogin\": true\n}"}],"_postman_id":"f51026cd-f65c-4a5a-a7dd-cb4f0d707ed7"},{"name":"Logout","id":"fac53688-b679-4329-918a-5adaf0c29b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0MTJmMDMxNGQ1MTkyZTRmOGZkMDZjIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIwNjMxODIsImV4cCI6MTY4MjA5OTE4Mn0.bnM8VAPTarsR_0UUhGaCeY99I5nJh6G9w9b7Ts-kyBo"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:5000/api/v1/auth/students/logout","urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","students","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"449d5efa-f160-41e8-be16-eebfe900bcd2","name":"Logout","originalRequest":{"method":"POST","header":[],"url":"http://localhost:5000/api/v1/auth/students/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"refreshToken=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-jXPC2ndMBt9kPSaZTRRaU36xQGk\""},{"key":"Date","value":"Fri, 21 Apr 2023 07:56:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"\",\n    \"message\": \"Logged out successfully\"\n}"}],"_postman_id":"fac53688-b679-4329-918a-5adaf0c29b1b"}],"id":"58638eea-6954-47b2-a6ce-a64ae5276e83","_postman_id":"58638eea-6954-47b2-a6ce-a64ae5276e83","description":""},{"name":"User","item":[{"name":"Update user","id":"4bd8ac8d-5e4b-4ceb-9df0-013b44264505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ktuId\": \"kte20cs016\",\n  \"college\": \"College of Engineering\",\n  \"admissionNumber\": \"20br13698\",\n  \"batch\": \"2020-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/students","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","students"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8876ca89-d12f-4f6c-8afe-e72a45ed6985","name":"Error message","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ktuId\": \"kte20cs06\",\n  \"college\": \"College of Engineering\",\n  \"admissionNumber\": \"20br13697\",\n  \"batch\": \"2020-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/user/students"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"},{"key":"ETag","value":"W/\"82-4zVrmZ/1TD8Mq6mKuDInH2T6fv4\""},{"key":"Date","value":"Fri, 21 Apr 2023 09:36:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"\\\"ktuId\\\" with value \\\"kte20cs06\\\" fails to match the required pattern: /^[a-z]{3}\\\\d{2}[a-z]{2}\\\\d{3}$/i\",\n    \"status\": 400\n}"},{"id":"0d0a4c07-b0cd-4d6b-ad96-2b1481311ffd","name":"Update user","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"ktuId\": \"kte20cs016\",\n  \"college\": \"College of Engineering\",\n  \"admissionNumber\": \"20br13698\",\n  \"batch\": \"2020-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users/students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-KN8hwUZi4URapceCwFjArsrZGWc\""},{"key":"Date","value":"Sun, 23 Apr 2023 05:36:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated\"\n}"}],"_postman_id":"4bd8ac8d-5e4b-4ceb-9df0-013b44264505"},{"name":"Get authenticated user","id":"0f069502-53d8-4203-8b02-d5578f1881cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/students","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","students"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a29463a4-ace5-4549-82fe-5cb164f835be","name":"Get authenticated user","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"256"},{"key":"ETag","value":"W/\"100-jjqVikdelKNnti/g1gimPdreH68\""},{"key":"Date","value":"Tue, 25 Apr 2023 15:46:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6447f56e47a2319bc89ebd0c\",\n    \"name\": \"sreerag m\",\n    \"email\": \"sm048314916@gmail.com\",\n    \"college\": \"Rajiv Gandhi Institute of Technology, Kottayam\",\n    \"profileImage\": \"https://lh3.googleusercontent.com/a/AGNmyxamDkcxx3mc5uS6YvQ89OYJsWRsmQko9hP1b4Sk=s96-c\",\n    \"__v\": 0\n}"}],"_postman_id":"0f069502-53d8-4203-8b02-d5578f1881cd"},{"name":"Delete user","id":"5bfe4643-f17c-4c4a-8269-e8690d167935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/users/students","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","students"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5914945f-c8d2-4781-b58e-922f85b2e62f","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/users/students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-kWRu5r/DSmltOrXoRJYtRwftOUs\""},{"key":"Date","value":"Sun, 11 Jun 2023 09:15:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account successfully deleted\"\n}"}],"_postman_id":"5bfe4643-f17c-4c4a-8269-e8690d167935"}],"id":"82f0c523-b2cc-459a-84e8-3e9b947e00a0","_postman_id":"82f0c523-b2cc-459a-84e8-3e9b947e00a0","description":""},{"name":"Certificate","item":[{"name":"Upload Certificate","id":"fad6817f-cc37-42c8-9889-106bac16105a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/ACTIVITYPOINTS (4).pdf"},{"key":"data","value":"{\n  \"categoryId\": \"6447f546aa2c16fc9d4ba8e1\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 2,\n  \"certificateDescription\": \"new one\",\n  \"certificateName\": \"Advanced programming\",\n\"participationDate\":\"01.-02-2024\",\n\"leadershipLevel\":0,\n\"isLeadership\":false\n}","type":"text"}]},"url":"http://localhost:5000/api/v1/students/certificates","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","certificates"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4dd401ce-6b4b-42df-bf37-925e5ba37d55","name":"Upload Certificate Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/SRS_Mini_Project.pdf"},{"key":"data","value":"{\n  \"categoryId\": \"6444bf98348e9446c4a3d615\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 2,\n  \"certificateDescription\": \"latest one\",\n  \"certificateName\": \"Advanced Mathematics\",\n\"participationDate\":\"01.-02-2024\",\n\"leadershipLevel\":1,\n\"isLeadership\":false\n}","type":"text"}]},"url":"http://localhost:5000/api/v1/students/certificates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-+3rDqJ0htcskQPfKdr3tseUQhMc\""},{"key":"Date","value":"Mon, 24 Apr 2023 03:56:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"\\\"leadershipLevel\\\" must be [0]\",\n    \"status\": 400\n}"},{"id":"60b49f71-2fcd-457d-a96c-2b406e2374a6","name":"Upload Certificate","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/ACTIVITYPOINTS (2).pdf"},{"key":"data","value":"{\n  \"categoryId\": \"644685a2c1c25987b5b78ff3\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 2,\n  \"certificateDescription\": \"new one\",\n  \"certificateName\": \"Advanced programming\",\n\"participationDate\":\"01.-02-2024\",\n\"leadershipLevel\":0,\n\"isLeadership\":false\n}","type":"text"}]},"url":"http://localhost:5000/api/v1/students/certificates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-dTUsRlTUuuKEOztHdfhpA5yGaaY\""},{"key":"Date","value":"Mon, 24 Apr 2023 16:52:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully created\",\n    \"certificateUrl\": \"http://127.0.0.1:5000/api/v1/certificates/526c781e-f905-49ae-91a4-ed6488c0a2e0:64467e9b99b6b3d14a126f8b\"\n}"}],"_postman_id":"fad6817f-cc37-42c8-9889-106bac16105a"},{"name":"Edit certificate","id":"298008d6-9c71-45d9-9748-996afdeb5cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/SRS_Mini_Project.pdf","disabled":true},{"key":"data","value":"{\n  \"categoryId\": \"6444bf98348e9446c4a3d615\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 1,\n  \"certificateDescription\": \"Certificate of Achievement 2\",\n  \"certificateName\": \"Advanced Mathematics\",\n\"participationDate\":\"01.-02-2024\"\n}","type":"text"}]},"url":"http://localhost:5000/api/v1/students/certificates/6447fe3130368a312a353f20","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","certificates","6447fe3130368a312a353f20"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"73758cea-4c78-4ebf-b108-8960129a872e","name":"Edit certificate data only","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/SRS_Document.pdf","disabled":true},{"key":"data","value":"{\n  \"categoryId\": \"6444bf98348e9446c4a3d615\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 1,\n  \"certificateDescription\": \"Certificate of Achievement\",\n  \"certificateName\": \"Advanced Mathematics\",\n\"participationDate\":\"01.-02-2024\"\n}","type":"text"}]},"url":"http://localhost:5000/api/v1/students/certificates/6444d189a74bc028ba17e375"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-KN8hwUZi4URapceCwFjArsrZGWc\""},{"key":"Date","value":"Sun, 23 Apr 2023 08:36:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated\"\n}"},{"id":"74dddd20-984b-44f0-8b7b-af6a8e6a4827","name":"Edit certificate with data and certificate","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/ACTIVITYPOINTS (2).pdf"},{"key":"data","value":"{\n  \"categoryId\": \"6444bf98348e9446c4a3d615\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 1,\n  \"certificateDescription\": \"Certificate of Achievement\",\n  \"certificateName\": \"Advanced Mathematics\",\n\"participationDate\":\"01.-02-2024\"\n}","type":"text"}]},"url":"http://localhost:5000/api/v1/students/certificates/6444e549e51909f2ebec10ea"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-KN8hwUZi4URapceCwFjArsrZGWc\""},{"key":"Date","value":"Sun, 23 Apr 2023 08:40:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated\"\n}"},{"id":"5f593041-b216-4bcc-85f1-989dbe8a56ae","name":"Edit certificate certficate only","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"certificate","type":"file","src":"/home/user/Downloads/ACTIVITYPOINTS (2).pdf"},{"key":"data","value":"{\n  \"categoryId\": \"6444bf98348e9446c4a3d615\",\n  \"level\": 1,\n  \"duration\": 2,\n  \"year\": 1,\n  \"certificateDescription\": \"Certificate of Achievement\",\n  \"certificateName\": \"Advanced Mathematics\",\n\"participationDate\":\"01.-02-2024\"\n}","type":"text","disabled":true}]},"url":"http://localhost:5000/api/v1/students/certificates/6444e549e51909f2ebec10ea"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-KN8hwUZi4URapceCwFjArsrZGWc\""},{"key":"Date","value":"Sun, 23 Apr 2023 08:41:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated\"\n}"}],"_postman_id":"298008d6-9c71-45d9-9748-996afdeb5cce"},{"name":"Get certificate by id","id":"1958406d-3b9e-4edb-901e-d1d4e080c082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/certificates/6447f62347a2319bc89ebd10","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","certificates","6447f62347a2319bc89ebd10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb962653-98ef-4c4a-ae62-682438cb575f","name":"Get certificate by id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/certificates/6447f62347a2319bc89ebd10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"582"},{"key":"ETag","value":"W/\"246-UkTUe/T2XXmrHIT3ePSIRZG0khw\""},{"key":"Date","value":"Wed, 26 Apr 2023 01:31:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6447fe3130368a312a353f20\",\n    \"certificateName\": \"Advanced Mathematics\",\n    \"studentId\": \"6447f56e47a2319bc89ebd0c\",\n    \"level\": 1,\n    \"duration\": 2,\n    \"year\": 1,\n    \"status\": \"approved\",\n    \"certificateUrl\": \"http://127.0.0.1:5000/api/v1/certificates/94e523c8-c4ae-4ec9-b716-45b80af78056:6447f56e47a2319bc89ebd0c\",\n    \"certificateDescription\": \"Certificate of Achievement 2\",\n    \"lastVerifiedBy\": {\n        \"_id\": \"6447f85111d6169210cc91ed\",\n        \"name\": \"sreerag m\"\n    },\n    \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n    \"leadershipLevel\": 1,\n    \"isLeadership\": false,\n    \"createdAt\": \"2023-04-25T16:22:09.855Z\",\n    \"updatedAt\": \"2023-04-25T17:45:53.293Z\"\n}"}],"_postman_id":"1958406d-3b9e-4edb-901e-d1d4e080c082"},{"name":"Get certificates authenticated","id":"216abde9-a807-4360-b8aa-9d14a8bc1e49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/certificates","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","certificates"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8ccdc78a-9080-4619-aef2-a4cece848c8a","name":"Get certificates authenticated","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/certificates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"868"},{"key":"ETag","value":"W/\"364-dpQrO2B4dpqqzb9lLPLkPI1kaCQ\""},{"key":"Date","value":"Mon, 24 Apr 2023 03:32:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"sreerag m\",\n    \"admissionNumber\": \"20br13698\",\n    \"ktuId\": \"kte20cs017\",\n    \"points\": {\n        \"First Year\": [],\n        \"Second Year\": [\n            {\n                \"_id\": \"6445f6fd86d6a9e9ba5d6206\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T03:26:53.828Z\",\n                \"updatedAt\": \"2023-04-24T03:26:53.828Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"6445f64a0e1e5c6c314b9fc9\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 0,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 1,\n                \"isLeadership\": true,\n                \"createdAt\": \"2023-04-24T03:23:54.061Z\",\n                \"updatedAt\": \"2023-04-24T03:23:54.061Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            }\n        ],\n        \"Third Year\": [],\n        \"Fourth Year\": []\n    }\n}"},{"id":"20509392-a524-451a-bd92-b5ff04b11914","name":"Get certificates authenticated","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/certificates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2623"},{"key":"ETag","value":"W/\"a3f-xkjHkpV2vG0ts3+JmB1Y0vClkgU\""},{"key":"Date","value":"Mon, 24 Apr 2023 13:36:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"sreerag m\",\n    \"points\": {\n        \"First Year\": [],\n        \"Second Year\": [\n            {\n                \"_id\": \"644685ea5aa6596601ae9f95\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:42.678Z\",\n                \"updatedAt\": \"2023-04-24T13:36:42.678Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f93\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.972Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.972Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f91\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.258Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.258Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e85aa6596601ae9f8f\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:40.573Z\",\n                \"updatedAt\": \"2023-04-24T13:36:40.573Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8d\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.876Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.876Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8b\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.019Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.019Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e55aa6596601ae9f89\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:37.771Z\",\n                \"updatedAt\": \"2023-04-24T13:36:37.771Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            }\n        ],\n        \"Third Year\": [],\n        \"Fourth Year\": []\n    }\n}"},{"id":"3e482199-a2fe-43e7-9660-eda67e9696a1","name":"Get certificates authenticated","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/certificates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6096"},{"key":"ETag","value":"W/\"17d0-TyZZPF2lBGv/K/Ff0X950kZ1W8s\""},{"key":"Date","value":"Tue, 25 Apr 2023 02:42:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"sreerag m\",\n    \"points\": {\n        \"First Year\": [],\n        \"Second Year\": [\n            {\n                \"_id\": \"6446b3bab2ee793516641de5\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:52:10.292Z\",\n                \"updatedAt\": \"2023-04-24T16:52:10.292Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"6446b253b2ee793516641dd0\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:46:11.239Z\",\n                \"updatedAt\": \"2023-04-24T16:46:11.239Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"6446b252b2ee793516641dce\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 3,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"approved\",\n                \"lastVerifiedBy\": {\n                    \"_id\": \"644684a1bf82a62743948d51\",\n                    \"name\": \"sreerag m\"\n                },\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 1,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:46:10.026Z\",\n                \"updatedAt\": \"2023-04-24T16:47:51.724Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"6446b250b2ee793516641dcc\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:46:08.539Z\",\n                \"updatedAt\": \"2023-04-24T16:46:08.539Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"6446b204b2ee793516641dca\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:44:52.968Z\",\n                \"updatedAt\": \"2023-04-24T16:44:52.968Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"6446b16ab2ee793516641dc8\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:42:18.205Z\",\n                \"updatedAt\": \"2023-04-24T16:42:18.205Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"6446b161b2ee793516641dc6\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T16:42:09.584Z\",\n                \"updatedAt\": \"2023-04-24T16:42:09.584Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"644685ea5aa6596601ae9f95\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 3,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"approved\",\n                \"lastVerifiedBy\": {\n                    \"_id\": \"644684a1bf82a62743948d51\",\n                    \"name\": \"sreerag m\"\n                },\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 1,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:42.678Z\",\n                \"updatedAt\": \"2023-04-24T13:37:53.647Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f93\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.972Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.972Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f91\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 3,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"approved\",\n                \"lastVerifiedBy\": {\n                    \"_id\": \"644684a1bf82a62743948d51\",\n                    \"name\": \"sreerag m\"\n                },\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 1,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.258Z\",\n                \"updatedAt\": \"2023-04-24T16:37:29.338Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e85aa6596601ae9f8f\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:40.573Z\",\n                \"updatedAt\": \"2023-04-24T13:36:40.573Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8d\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 3,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"rejected\",\n                \"lastVerifiedBy\": {\n                    \"_id\": \"644684a1bf82a62743948d51\",\n                    \"name\": \"sreerag m\"\n                },\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 1,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.876Z\",\n                \"updatedAt\": \"2023-04-24T16:47:51.676Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff3\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NSS\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8b\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.019Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.019Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e55aa6596601ae9f89\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:37.771Z\",\n                \"updatedAt\": \"2023-04-24T13:36:37.771Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            }\n        ],\n        \"Third Year\": [],\n        \"Fourth Year\": []\n    }\n}"}],"_postman_id":"216abde9-a807-4360-b8aa-9d14a8bc1e49"},{"name":"Delete certificate","id":"4e726ceb-76ad-4dd9-a040-078f9d67c04f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/certificates/6446b3bab2ee793516641de5","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","certificates","6446b3bab2ee793516641de5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a5ecc43a-f185-4c60-aa30-0ff663c13211","name":"Delete certificate","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/certificates/64467f1499b6b3d14a126f8e"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-kegj6X/o6gj5UzjdaY2C6QJl7rk\""},{"key":"Date","value":"Tue, 25 Apr 2023 02:47:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Certificate not found\",\n    \"status\": 404\n}"},{"id":"56c2f377-da38-404f-ae00-b1193ab3c429","name":"Delete certificate","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/certificates/6446b3bab2ee793516641de5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-6IoHKe6F3f/OkIETcx9tUl8GbxM\""},{"key":"Date","value":"Tue, 25 Apr 2023 02:47:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"4e726ceb-76ad-4dd9-a040-078f9d67c04f"}],"id":"2b0a0565-c2c6-421f-9589-44394dea0814","_postman_id":"2b0a0565-c2c6-421f-9589-44394dea0814","description":""},{"name":"Score","item":[{"name":"Get Score","id":"6c592516-d255-41ae-b036-5fd339f472b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/scores","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","scores"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79910fc2-fcda-4e48-a417-f29f82bd23c4","name":"Get Score","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/scores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"ETag","value":"W/\"74-47EmmSPl+o/HfUngF1giEGSQj4c\""},{"key":"Date","value":"Mon, 24 Apr 2023 12:15:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"targetScore\": 100,\n    \"currentScore\": 0,\n    \"studentId\": \"644637fb3af29023d58d7f4c\",\n    \"_id\": \"644672e5e77c69cc3b6c7bd9\",\n    \"__v\": 0\n}"},{"id":"a2a64a29-0967-4c69-b6f2-2874a72b1a86","name":"Get Score","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/scores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-HYQhgx533JX6bXxfw/H+fhTtCYw\""},{"key":"Date","value":"Mon, 24 Apr 2023 12:27:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"644672e5e77c69cc3b6c7bd9\",\n    \"targetScore\": 100,\n    \"currentScore\": 60,\n    \"studentId\": \"644637fb3af29023d58d7f4c\",\n    \"__v\": 0\n}"}],"_postman_id":"6c592516-d255-41ae-b036-5fd339f472b7"}],"id":"b9770c24-0eb9-4b07-932e-d4cd041e0f28","_postman_id":"b9770c24-0eb9-4b07-932e-d4cd041e0f28","description":""},{"name":"Notification","item":[{"name":"Get notification","id":"81086bd8-5cf2-41aa-85a5-00f1f4a4532f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/notifications","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","notifications"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb8fa6a0-af56-41ce-9c36-b73c670fc086","name":"Get notification","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/students/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"946"},{"key":"ETag","value":"W/\"3b2-7dDLoO0YMCUzWHhBv8wfr9Q6ujA\""},{"key":"Date","value":"Mon, 24 Apr 2023 12:53:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6446731ee77c69cc3b6c7be5\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced Mathematics marked by sreerag m\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"644673724a4bda52199a41a5\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced Mathematics marked by sreerag m\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"644673ad4a4bda52199a41a9\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced Mathematics marked by sreerag m\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"644674222827f1fb23abfb29\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced Mathematics marked by sreerag m\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6446743b2827f1fb23abfb30\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced Mathematics marked by sreerag m\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"644674452827f1fb23abfb34\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced Mathematics marked by sreerag m\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"644675acf7d727308c6fe378\",\n        \"studentId\": \"644637fb3af29023d58d7f4c\",\n        \"message\": \"Advanced programming marked by sreerag m\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"81086bd8-5cf2-41aa-85a5-00f1f4a4532f"},{"name":"Delete notification by id","id":"5f5a6a87-01a5-4a5e-afac-d0b28a09a3fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/notifications/644673724a4bda52199a41a5","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","notifications","644673724a4bda52199a41a5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"78235d93-92d8-4241-bf76-504480050e4d","name":"Delete notification by id","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/notifications/644673724a4bda52199a41a5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-ndxx1v6XJ/sSe/g/TU5fGiG2lbs\""},{"key":"Date","value":"Mon, 24 Apr 2023 12:56:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Notification removed\"\n}"}],"_postman_id":"5f5a6a87-01a5-4a5e-afac-d0b28a09a3fe"},{"name":"Remove all notification","id":"9701ad73-c001-425f-bc61-f568693d3171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/notifications","urlObject":{"protocol":"http","port":"5000","path":["api","v1","students","notifications"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e646240b-ca38-427d-8a22-183543ec46ac","name":"Remove all notification","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/students/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-rJ11VS/5y63uLLxmxrGaoN/ky4M\""},{"key":"Date","value":"Mon, 24 Apr 2023 12:57:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"All notifications removed\",\n    \"notification\": {\n        \"acknowledged\": true,\n        \"deletedCount\": 5\n    }\n}"}],"_postman_id":"9701ad73-c001-425f-bc61-f568693d3171"}],"id":"b07106e3-6310-47a5-9628-7c660236bee6","_postman_id":"b07106e3-6310-47a5-9628-7c660236bee6","description":""}],"id":"0edddf6d-bddb-4f78-97c6-c88c153027ab","_postman_id":"0edddf6d-bddb-4f78-97c6-c88c153027ab","description":""},{"name":"Teacher","item":[{"name":"Auth","item":[{"name":"oauth2","id":"422dd19e-22b8-4dab-b144-e032ef745618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/auth/teachers/google","urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","teachers","google"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"422dd19e-22b8-4dab-b144-e032ef745618"},{"name":"Get access token","id":"7723f0ee-e2ad-4471-8687-3b4f6c1b78d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"refreshTokenTeacher=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ4NWExZDVlMzAzYWJhMWZiMWZmOTcwIiwidXNlckxvZ2luIjp0cnVlLCJuYW1lIjoic3JlZXJhZyBtIn0sImlhdCI6MTY4Njk2ODIyMiwiZXhwIjoxNjg3MDA0MjIyfQ.ColjkCeluDk9BCYWmlMVTL1-iv5iBEa8XDrBHd2K0JM","type":"text"}],"url":"http://localhost:5000/api/v1/auth/teachers/get-access-token","urlObject":{"protocol":"http","port":"5000","path":["api","v1","auth","teachers","get-access-token"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"56fd46fb-70a0-46fa-b571-80566cf5f6f6","name":"Get access token","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"refreshTokenTeacher=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0MTE3YzA0NGEzYjkwZWQwMWYyMjYyIiwidXNlckxvZ2luIjp0cnVlfSwiaWF0IjoxNjgyMDY0MjQzLCJleHAiOjE2ODIxMDAyNDN9.9TP9PQ1D_csfZp8wJ9IbxLkgAJeG8OsSgroftpLxxwc","type":"text"}],"url":"http://localhost:5000/api/v1/auth/teachers/get-access-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-wY2C+2mvbH919E5054a0aSQIug0\""},{"key":"Date","value":"Fri, 21 Apr 2023 08:07:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessTokenTeacher\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0MTE3YzA0NGEzYjkwZWQwMWYyMjYyIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIwNjQ0MzIsImV4cCI6MTY4MjEwMDQzMn0.hwqjvpgnyxcCQIGKMof43Uzdzo4Q4iR-2lp0Qo2RLpk\",\n    \"userLogin\": true\n}"}],"_postman_id":"7723f0ee-e2ad-4471-8687-3b4f6c1b78d7"}],"id":"5232e399-2df2-4156-90e1-f3f618dfb8d3","_postman_id":"5232e399-2df2-4156-90e1-f3f618dfb8d3","description":""},{"name":"User","item":[{"name":"Get authenticated user","id":"35a9dcba-008e-4f0c-98bf-c88fcee9ae8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/teachers","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","teachers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12362932-eac8-463b-9052-7317cab60e71","name":"Get authenticated user","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/teachers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"ETag","value":"W/\"5d-N9wrdj+BVx93NCxckgFB9XL5Veo\""},{"key":"Date","value":"Sun, 23 Apr 2023 05:53:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6444c65e516fdc7509121358\",\n    \"name\": \"sreerag m\",\n    \"email\": \"sm048314916@gmail.com\",\n    \"__v\": 0\n}"}],"_postman_id":"35a9dcba-008e-4f0c-98bf-c88fcee9ae8e"}],"id":"540ea457-7731-4a46-ba4b-8863b4314f48","_postman_id":"540ea457-7731-4a46-ba4b-8863b4314f48","description":""},{"name":"Batches","item":[{"name":"Get batches","id":"c34a403a-2be8-43f4-859e-9d1b16a24807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/batches","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","batches"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f6f1a06f-76c9-496c-a3e2-ede3d2000398","name":"Get batches","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/batches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-BChcppHT17FDLLy5K/TgQQLiKdk\""},{"key":"Date","value":"Mon, 24 Apr 2023 06:14:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"2020-24\",\n    \"2022-26\"\n]"}],"_postman_id":"c34a403a-2be8-43f4-859e-9d1b16a24807"},{"name":"Get students by batch","id":"efb020e6-f3b1-47dd-a14a-56d7c580e3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/batches/2020-24","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","batches","2020-24"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"672e9daf-75e6-4735-a058-09a7d23c33f2","name":"Get students by batch","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/batches/2020-24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"248"},{"key":"ETag","value":"W/\"f8-3T0akIHcn/y3Ir3UuS0RfF9nMRo\""},{"key":"Date","value":"Mon, 24 Apr 2023 07:41:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64461e149f42b386d72fc238\",\n        \"name\": \"Alice\"\n    },\n    {\n        \"_id\": \"64461e149f42b386d72fc23b\",\n        \"name\": \"Dave\"\n    },\n    {\n        \"_id\": \"64461e149f42b386d72fc23c\",\n        \"name\": \"Eve\"\n    },\n    {\n        \"_id\": \"64461e149f42b386d72fc23a\",\n        \"name\": \"Charlie\"\n    },\n    {\n        \"_id\": \"64461e149f42b386d72fc239\",\n        \"name\": \"Bob\"\n    }\n]"}],"_postman_id":"efb020e6-f3b1-47dd-a14a-56d7c580e3ec"}],"id":"3ac461c4-23ae-43cd-970d-a4fb14d0c812","_postman_id":"3ac461c4-23ae-43cd-970d-a4fb14d0c812","description":""},{"name":"Certificate","item":[{"name":"Get certificate by student id","id":"7e316e70-e004-4498-ba48-04910489ae7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/certificates/students/6447f56e47a2319bc89ebd0c","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","certificates","students","6447f56e47a2319bc89ebd0c"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8eafd307-e43b-4c0d-9677-b5b08e8f7718","name":"Get certificate by student id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/certificates/students/644637fb3af29023d58d7f4c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8038"},{"key":"ETag","value":"W/\"1f66-yYHLRaTtrHAZm36KSJ4vkTFC1qo\""},{"key":"Date","value":"Mon, 24 Apr 2023 08:36:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"sreerag m\",\n    \"points\": {\n        \"First Year\": [],\n        \"Second Year\": [],\n        \"Third Year\": [\n            {\n                \"_id\": \"644638b53af29023d58d7f79\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:17.650Z\",\n                \"updatedAt\": \"2023-04-24T08:07:17.650Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638b43af29023d58d7f77\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:16.981Z\",\n                \"updatedAt\": \"2023-04-24T08:07:16.981Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638b43af29023d58d7f75\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:16.359Z\",\n                \"updatedAt\": \"2023-04-24T08:07:16.359Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638b33af29023d58d7f73\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:15.655Z\",\n                \"updatedAt\": \"2023-04-24T08:07:15.655Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638b23af29023d58d7f71\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:14.423Z\",\n                \"updatedAt\": \"2023-04-24T08:07:14.423Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638b13af29023d58d7f6f\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:13.477Z\",\n                \"updatedAt\": \"2023-04-24T08:07:13.477Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638b03af29023d58d7f6d\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:12.694Z\",\n                \"updatedAt\": \"2023-04-24T08:07:12.694Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638af3af29023d58d7f6b\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:11.850Z\",\n                \"updatedAt\": \"2023-04-24T08:07:11.850Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638ae3af29023d58d7f69\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:10.709Z\",\n                \"updatedAt\": \"2023-04-24T08:07:10.709Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638ad3af29023d58d7f67\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:09.458Z\",\n                \"updatedAt\": \"2023-04-24T08:07:09.458Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638ac3af29023d58d7f65\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:08.788Z\",\n                \"updatedAt\": \"2023-04-24T08:07:08.788Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638ab3af29023d58d7f63\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:07.900Z\",\n                \"updatedAt\": \"2023-04-24T08:07:07.900Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638ab3af29023d58d7f61\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:07.316Z\",\n                \"updatedAt\": \"2023-04-24T08:07:07.316Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638aa3af29023d58d7f5f\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:06.553Z\",\n                \"updatedAt\": \"2023-04-24T08:07:06.553Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a93af29023d58d7f5d\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:05.980Z\",\n                \"updatedAt\": \"2023-04-24T08:07:05.980Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a93af29023d58d7f5b\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:05.352Z\",\n                \"updatedAt\": \"2023-04-24T08:07:05.352Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a83af29023d58d7f59\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:04.753Z\",\n                \"updatedAt\": \"2023-04-24T08:07:04.753Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a73af29023d58d7f57\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:03.942Z\",\n                \"updatedAt\": \"2023-04-24T08:07:03.942Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a73af29023d58d7f55\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:03.268Z\",\n                \"updatedAt\": \"2023-04-24T08:07:03.268Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a63af29023d58d7f53\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:02.419Z\",\n                \"updatedAt\": \"2023-04-24T08:07:02.419Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a53af29023d58d7f51\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:01.497Z\",\n                \"updatedAt\": \"2023-04-24T08:07:01.497Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644638a43af29023d58d7f4f\",\n                \"certificateName\": \"Advanced Mathematics\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 3,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T08:07:00.165Z\",\n                \"updatedAt\": \"2023-04-24T08:07:00.165Z\",\n                \"category\": {\n                    \"_id\": \"6444bf98348e9446c4a3d615\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            }\n        ],\n        \"Fourth Year\": []\n    }\n}"},{"id":"4b4ba860-6acb-4a5f-9975-0881c17870f2","name":"Get certificate by student id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/certificates/students/64467e9b99b6b3d14a126f8b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2623"},{"key":"ETag","value":"W/\"a3f-xkjHkpV2vG0ts3+JmB1Y0vClkgU\""},{"key":"Date","value":"Mon, 24 Apr 2023 13:37:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"sreerag m\",\n    \"points\": {\n        \"First Year\": [],\n        \"Second Year\": [\n            {\n                \"_id\": \"644685ea5aa6596601ae9f95\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:42.678Z\",\n                \"updatedAt\": \"2023-04-24T13:36:42.678Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f93\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.972Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.972Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f91\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.258Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.258Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e85aa6596601ae9f8f\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:40.573Z\",\n                \"updatedAt\": \"2023-04-24T13:36:40.573Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8d\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.876Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.876Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8b\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.019Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.019Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e55aa6596601ae9f89\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:37.771Z\",\n                \"updatedAt\": \"2023-04-24T13:36:37.771Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            }\n        ],\n        \"Third Year\": [],\n        \"Fourth Year\": []\n    }\n}"},{"id":"8cef748f-61f2-4470-81d7-d181a2d63d6c","name":"Get certificate by student id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/certificates/students/64467e9b99b6b3d14a126f8b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2695"},{"key":"ETag","value":"W/\"a87-00Lev1e4pqrSJrrHpSDG1t7m/S4\""},{"key":"Date","value":"Mon, 24 Apr 2023 13:38:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"sreerag m\",\n    \"points\": {\n        \"First Year\": [],\n        \"Second Year\": [\n            {\n                \"_id\": \"644685ea5aa6596601ae9f95\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 3,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"approved\",\n                \"lastVerifiedBy\": {\n                    \"_id\": \"644684a1bf82a62743948d51\",\n                    \"name\": \"sreerag m\"\n                },\n                \"leadershipLevel\": 1,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:42.678Z\",\n                \"updatedAt\": \"2023-04-24T13:37:53.647Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f93\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.972Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.972Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e95aa6596601ae9f91\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:41.258Z\",\n                \"updatedAt\": \"2023-04-24T13:36:41.258Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e85aa6596601ae9f8f\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:40.573Z\",\n                \"updatedAt\": \"2023-04-24T13:36:40.573Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8d\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.876Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.876Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e75aa6596601ae9f8b\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:39.019Z\",\n                \"updatedAt\": \"2023-04-24T13:36:39.019Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            },\n            {\n                \"_id\": \"644685e55aa6596601ae9f89\",\n                \"certificateName\": \"Advanced programming\",\n                \"level\": 1,\n                \"duration\": 2,\n                \"year\": 2,\n                \"status\": \"pending\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"createdAt\": \"2023-04-24T13:36:37.771Z\",\n                \"updatedAt\": \"2023-04-24T13:36:37.771Z\",\n                \"category\": {\n                    \"_id\": \"644685a2c1c25987b5b78ff0\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                }\n            }\n        ],\n        \"Third Year\": [],\n        \"Fourth Year\": []\n    }\n}"}],"_postman_id":"7e316e70-e004-4498-ba48-04910489ae7d"},{"name":"Get certificate by certificate id","id":"eb947b25-b2bd-4313-8103-bf48bd0a7d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/certificates/6447f62347a2319bc89ebd10","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","certificates","6447f62347a2319bc89ebd10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"98b90e2b-2e8c-49b2-9bbc-96f0c63770a3","name":"Get certificate by certificate id","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/certificates/6447f62347a2319bc89ebd10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"582"},{"key":"ETag","value":"W/\"246-UkTUe/T2XXmrHIT3ePSIRZG0khw\""},{"key":"Date","value":"Wed, 26 Apr 2023 02:40:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6447fe3130368a312a353f20\",\n    \"certificateName\": \"Advanced Mathematics\",\n    \"studentId\": \"6447f56e47a2319bc89ebd0c\",\n    \"level\": 1,\n    \"duration\": 2,\n    \"year\": 1,\n    \"status\": \"approved\",\n    \"certificateUrl\": \"http://127.0.0.1:5000/api/v1/certificates/94e523c8-c4ae-4ec9-b716-45b80af78056:6447f56e47a2319bc89ebd0c\",\n    \"certificateDescription\": \"Certificate of Achievement 2\",\n    \"lastVerifiedBy\": {\n        \"_id\": \"6447f85111d6169210cc91ed\",\n        \"name\": \"sreerag m\"\n    },\n    \"participationDate\": \"2024-01-01T18:30:00.000Z\",\n    \"leadershipLevel\": 1,\n    \"isLeadership\": false,\n    \"createdAt\": \"2023-04-25T16:22:09.855Z\",\n    \"updatedAt\": \"2023-04-25T17:45:53.293Z\"\n}"}],"_postman_id":"eb947b25-b2bd-4313-8103-bf48bd0a7d24"},{"name":"Mark certficates","id":"3da01c31-8d9a-4f2c-88b8-16b4387e8e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"categoryId\": \"6447f546aa2c16fc9d4ba908\",\n  \"level\": 5,\n  \"leadershipLevel\": 0,\n  \"isLeadership\": false,\n  \"points\": 50,\n  \"status\": \"approved\",\n  \"year\":2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/teachers/certificates/64488dc733c8fdcb4225b785","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","certificates","64488dc733c8fdcb4225b785"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f8d2251-7e08-4e60-87eb-a66d5e2fc531","name":"Mark certficates","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"categoryId\": \"6447f546aa2c16fc9d4ba8e1\",\n  \"level\": 3,\n  \"leadershipLevel\": 1,\n  \"isLeadership\": false,\n  \"points\": 60,\n  \"status\": \"approved\",\n  \"year\":2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/teachers/certificates/6447f62347a2319bc89ebd10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32"},{"key":"ETag","value":"W/\"20-Z7XrLZJDRrbAUcTRmdWRtMv5TFE\""},{"key":"Date","value":"Tue, 25 Apr 2023 16:05:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Certificate marked\"\n}"},{"id":"ea99d6db-355f-4fa4-b036-4b48007a4f90","name":"Mark certficates Error message","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"categoryId\": \"6447f546aa2c16fc9d4ba8e1\",\n  \"level\": 3,\n  \"leadershipLevel\": 1,\n  \"isLeadership\": false,\n  \"points\": 65,\n  \"status\": \"approved\",\n  \"year\":2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/teachers/certificates/6447f62347a2319bc89ebd10"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-W/ntQh2cgwy4q4mM6//b07t5h/I\""},{"key":"Date","value":"Tue, 25 Apr 2023 16:05:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Points not valid\",\n    \"status\": 400\n}"}],"_postman_id":"3da01c31-8d9a-4f2c-88b8-16b4387e8e56"},{"name":"reject","id":"a6adc985-25fd-4d38-a62f-bd1ec142d8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"remarks\":\"not good enough do some fucking job\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/teachers/certificates/reject/6447f62347a2319bc89ebd10","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","certificates","reject","6447f62347a2319bc89ebd10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1dc20255-84e9-4a9d-9659-419f5d62906b","name":"reject","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"remarks\":\"not good enough do some fucking job\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/teachers/certificates/reject/6447f62347a2319bc89ebd10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-pBUyqZCvmdbFT6+O6U9m+Zn13K8\""},{"key":"Date","value":"Sat, 10 Jun 2023 15:29:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Certificate rejected\"\n}"}],"_postman_id":"a6adc985-25fd-4d38-a62f-bd1ec142d8a7"}],"id":"c66f1789-44a6-4523-ad19-10bc08d72fdc","_postman_id":"c66f1789-44a6-4523-ad19-10bc08d72fdc","description":""},{"name":"Report","item":[{"name":"Get Report batchwise","id":"b031ca0f-0b78-4cd4-af2e-2f50dc6387c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/reports/batches/2020-2024","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","reports","batches","2020-2024"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0924a26c-01d6-4500-9904-b1ca700b103a","name":"Get Report batchwise","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/reports/batches/2020-2024"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"256"},{"key":"ETag","value":"W/\"100-jAQmJTtCLMlsqCjLZhaH8+pJhJw\""},{"key":"Date","value":"Wed, 26 Apr 2023 06:18:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"student\": {\n            \"_id\": \"6447f56e47a2319bc89ebd0c\",\n            \"name\": \"sreerag m\",\n            \"batch\": \"2020-2024\",\n            \"ktuId\": \"kte20cs016\"\n        },\n        \"points\": {\n            \"First Year (2020 - 2021)\": 50,\n            \"Second Year (2021 - 2022)\": 100,\n            \"Third Year(2022 - 2023)\": 0,\n            \"Fourth Year(2023 - 2024)\": 0,\n            \"total score\": 150\n        }\n    }\n]"}],"_postman_id":"b031ca0f-0b78-4cd4-af2e-2f50dc6387c2"},{"name":"Student Report","id":"6dbdd853-ae5e-4c65-90e5-ea45373a47ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/reports/students/6447f56e47a2319bc89ebd0c","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","reports","students","6447f56e47a2319bc89ebd0c"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c8e8d88-83a4-41d4-9a7b-77b291b5ca01","name":"Student Report","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/teachers/reports/students/6447f56e47a2319bc89ebd0c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1754"},{"key":"ETag","value":"W/\"6da-tcnIhHsn5j09gZFBEHb8mp1TXGc\""},{"key":"Date","value":"Sat, 17 Jun 2023 07:06:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"student\": {\n        \"name\": \"Alvin Varghese\",\n        \"batch\": \"2020-24\",\n        \"ktuId\": \"KTE20CS008\",\n        \"admissionNumber\": \"20BR13364\",\n        \"currentScore\": 148,\n        \"targetScore\": 100\n    },\n    \"First Year\": {\n        \"Total Score\": 72,\n        \"Approved\": [\n            {\n                \"_id\": \"6487233c962943ecf800c3c7\",\n                \"categoryId\": {\n                    \"_id\": \"6485ae39659a0aa04eebc0c4\",\n                    \"activityHead\": \"Sports & Games Participation\",\n                    \"activity\": \"Games - Third Prize\"\n                },\n                \"certificateName\": \"abcf\",\n                \"level\": 4,\n                \"participationDate\": \"June 23, 2023\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"points\": 12\n            },\n            {\n                \"_id\": \"6489b6e36b76fd67e58573db\",\n                \"categoryId\": {\n                    \"_id\": \"6485ae39659a0aa04eebc0a9\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                },\n                \"certificateName\": \"Gh nnnnn\",\n                \"level\": 4,\n                \"participationDate\": \"June 16, 2023\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"points\": 60\n            }\n        ]\n    },\n    \"Second Year\": {\n        \"Total Score\": 68,\n        \"Approved\": [\n            {\n                \"_id\": \"6487ef71962943ecf800c748\",\n                \"categoryId\": {\n                    \"_id\": \"6485ae39659a0aa04eebc0b5\",\n                    \"activityHead\": \"Sports & Games Participation\",\n                    \"activity\": \"Sports - Second Prize\"\n                },\n                \"certificateName\": \"Fhbvgh\",\n                \"level\": 3,\n                \"participationDate\": \"June 15, 2023\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"points\": 8\n            },\n            {\n                \"_id\": \"6489b7466b76fd67e58573e9\",\n                \"categoryId\": {\n                    \"_id\": \"6485ae39659a0aa04eebc0a9\",\n                    \"activityHead\": \"National Initiatives Participation\",\n                    \"activity\": \"NCC\"\n                },\n                \"certificateName\": \"Hijjjj\",\n                \"level\": 2,\n                \"participationDate\": \"June 23, 2023\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"points\": 60\n            }\n        ]\n    },\n    \"Third Year\": {\n        \"Total Score\": 8,\n        \"Approved\": [\n            {\n                \"_id\": \"6489b7bd6b76fd67e58573f7\",\n                \"categoryId\": {\n                    \"_id\": \"6485ae39659a0aa04eebc0c7\",\n                    \"activityHead\": \"Cultural Activities Participation\",\n                    \"activity\": \"Music - Participation\"\n                },\n                \"certificateName\": \"Ghjnkkhhh\",\n                \"level\": 1,\n                \"participationDate\": \"June 23, 2023\",\n                \"leadershipLevel\": 0,\n                \"isLeadership\": false,\n                \"points\": 8\n            }\n        ]\n    },\n    \"Fourth Year\": {\n        \"Total Score\": 0,\n        \"Approved\": []\n    }\n}"}],"_postman_id":"6dbdd853-ae5e-4c65-90e5-ea45373a47ca"}],"id":"1911b94c-8d84-404a-9f90-2f052be693cf","_postman_id":"1911b94c-8d84-404a-9f90-2f052be693cf","description":""},{"name":"Student","item":[{"name":"Delete student","id":"738bbde0-95fc-4641-9f24-c8399b768c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/teachers/students/6447f56e47a2319bc89ebd0c","urlObject":{"protocol":"http","port":"5000","path":["api","v1","teachers","students","6447f56e47a2319bc89ebd0c"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d172a882-7385-441b-b6cf-55e4e8411a34","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/v1/teachers/students/648598629d7da98be853b5c9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-kWRu5r/DSmltOrXoRJYtRwftOUs\""},{"key":"Date","value":"Sat, 17 Jun 2023 02:25:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account successfully deleted\"\n}"}],"_postman_id":"738bbde0-95fc-4641-9f24-c8399b768c16"}],"id":"fe80512a-b947-4670-a038-a8f889624023","_postman_id":"fe80512a-b947-4670-a038-a8f889624023","description":""}],"id":"392873af-46e7-4ff4-adc2-ad79a22dd48c","_postman_id":"392873af-46e7-4ff4-adc2-ad79a22dd48c","description":""},{"name":"Index","item":[{"name":"Category","item":[{"name":"Get Category","id":"5289b798-1fff-4e32-a618-eafc28ea92c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category","urlObject":{"protocol":"http","port":"5000","path":["api","v1","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2a78a79-f9c7-4e3b-b8ee-25d8964b2f50","name":"Get Category","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19979"},{"key":"ETag","value":"W/\"4e0b-vNziIIdq1E3mQvtnWmSq1Wp1OP0\""},{"key":"Date","value":"Sun, 23 Apr 2023 05:26:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6444bf98348e9446c4a3d615\",\n        \"activityHead\": \"National Initiatives Participation\",\n        \"activity\": \"NCC\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 60,\n            \"level2\": 60,\n            \"level3\": 60,\n            \"level4\": 60,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d616\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d617\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 2,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d618\",\n        \"activityHead\": \"National Initiatives Participation\",\n        \"activity\": \"NSS\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 60,\n            \"level2\": 60,\n            \"level3\": 60,\n            \"level4\": 60,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d619\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d61a\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 2,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d624\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Sports - Third Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 5,\n            \"level2\": 5,\n            \"level3\": 5,\n            \"level4\": 12,\n            \"level5\": 12,\n            \"_id\": \"6444bf98348e9446c4a3d625\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d626\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d621\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Sports - Second Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 8,\n            \"level3\": 8,\n            \"level4\": 16,\n            \"level5\": 16,\n            \"_id\": \"6444bf98348e9446c4a3d622\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d623\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d627\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Games  - Participation\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 15,\n            \"level3\": 25,\n            \"level4\": 40,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d628\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d629\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d62a\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Games - First Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 10,\n            \"level3\": 10,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d62b\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d62c\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d62d\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Games - Second Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 8,\n            \"level3\": 8,\n            \"level4\": 16,\n            \"level5\": 16,\n            \"_id\": \"6444bf98348e9446c4a3d62e\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d62f\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d630\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Games - Third Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 5,\n            \"level2\": 5,\n            \"level3\": 5,\n            \"level4\": 12,\n            \"level5\": 12,\n            \"_id\": \"6444bf98348e9446c4a3d631\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d632\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d61b\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Sports  - Participation\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 15,\n            \"level3\": 25,\n            \"level4\": 40,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d61c\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d61d\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d636\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Music - First Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 10,\n            \"level3\": 10,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d637\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d638\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d639\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Music - Second Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 8,\n            \"level3\": 8,\n            \"level4\": 16,\n            \"level5\": 16,\n            \"_id\": \"6444bf98348e9446c4a3d63a\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d63b\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d63c\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Music - Third Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 5,\n            \"level2\": 5,\n            \"level3\": 5,\n            \"level4\": 12,\n            \"level5\": 12,\n            \"_id\": \"6444bf98348e9446c4a3d63d\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d63e\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d63f\",\n        \"activityHead\": \"Cultural Activities Participation\",\n        \"activity\": \"Performing arts - Participation\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 12,\n            \"level3\": 20,\n            \"level4\": 40,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d640\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d641\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d642\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Performing arts - First Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 10,\n            \"level3\": 10,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d643\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d644\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d648\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Performing arts - Third Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 5,\n            \"level2\": 5,\n            \"level3\": 5,\n            \"level4\": 12,\n            \"level5\": 12,\n            \"_id\": \"6444bf98348e9446c4a3d649\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d64a\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d645\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Performing arts - Second Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 8,\n            \"level3\": 8,\n            \"level4\": 16,\n            \"level5\": 16,\n            \"_id\": \"6444bf98348e9446c4a3d646\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d647\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d64b\",\n        \"activityHead\": \"Cultural Activities Participation\",\n        \"activity\": \"Literary arts - Participation\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 12,\n            \"level3\": 20,\n            \"level4\": 40,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d64c\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d64d\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d64e\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Literary arts - First Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 10,\n            \"level3\": 10,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d64f\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d650\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d651\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Literary arts - Second Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 8,\n            \"level3\": 8,\n            \"level4\": 16,\n            \"level5\": 16,\n            \"_id\": \"6444bf98348e9446c4a3d652\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d653\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d654\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Literary arts - Third Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 5,\n            \"level2\": 5,\n            \"level3\": 5,\n            \"level4\": 12,\n            \"level5\": 12,\n            \"_id\": \"6444bf98348e9446c4a3d655\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d656\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d657\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Tech Fest, Tech Quiz\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 20,\n            \"level3\": 30,\n            \"level4\": 40,\n            \"level5\": 50,\n            \"_id\": \"6444bf98348e9446c4a3d658\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d659\"\n        },\n        \"maxPoints\": 50,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d65a\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"MOOC with final assessment certificate\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 50,\n            \"level2\": 50,\n            \"level3\": 50,\n            \"level4\": 50,\n            \"level5\": 50,\n            \"_id\": \"6444bf98348e9446c4a3d65b\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d65c\"\n        },\n        \"maxPoints\": 50,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d61e\",\n        \"activityHead\": \"Sports & Games Participation\",\n        \"activity\": \"Sports - First Prize\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 10,\n            \"level3\": 10,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d61f\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d620\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d633\",\n        \"activityHead\": \"Cultural Activities Participation\",\n        \"activity\": \"Music - Participation\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 8,\n            \"level2\": 12,\n            \"level3\": 20,\n            \"level4\": 40,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d634\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d635\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d663\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Paper presentation/publication at IITs/NITs\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 30,\n            \"level2\": 30,\n            \"level3\": 30,\n            \"level4\": 30,\n            \"level5\": 30,\n            \"_id\": \"6444bf98348e9446c4a3d664\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d665\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d666\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Poster Presentation at IITs /NITs\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 20,\n            \"level2\": 20,\n            \"level3\": 20,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d667\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d668\"\n        },\n        \"maxPoints\": 30,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d669\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Industrial Training/Internship (atleast for 5 full days)\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 20,\n            \"level2\": 20,\n            \"level3\": 20,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d66a\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d66b\"\n        },\n        \"maxPoints\": 20,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d66c\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Industrial/Exhibition visits\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 5,\n            \"level2\": 5,\n            \"level3\": 5,\n            \"level4\": 5,\n            \"level5\": 5,\n            \"_id\": \"6444bf98348e9446c4a3d66d\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d66e\"\n        },\n        \"maxPoints\": 10,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d672\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Start-up Company - Registered legally\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 60,\n            \"level2\": 60,\n            \"level3\": 60,\n            \"level4\": 60,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d673\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d674\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d66f\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Foreign Language Skill (TOFEL/IELTS/BEC exams etc.)\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 50,\n            \"level2\": 50,\n            \"level3\": 50,\n            \"level4\": 50,\n            \"level5\": 50,\n            \"_id\": \"6444bf98348e9446c4a3d670\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d671\"\n        },\n        \"maxPoints\": 50,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d675\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Patent-Filed\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 30,\n            \"level2\": 30,\n            \"level3\": 30,\n            \"level4\": 30,\n            \"level5\": 30,\n            \"_id\": \"6444bf98348e9446c4a3d676\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d677\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d678\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Patent - Published\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 35,\n            \"level2\": 35,\n            \"level3\": 35,\n            \"level4\": 35,\n            \"level5\": 35,\n            \"_id\": \"6444bf98348e9446c4a3d679\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d67a\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d67b\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Patent- Approved\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 50,\n            \"level2\": 50,\n            \"level3\": 50,\n            \"level4\": 50,\n            \"level5\": 50,\n            \"_id\": \"6444bf98348e9446c4a3d67c\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d67d\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d67e\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Patent- Licensed\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 80,\n            \"level2\": 80,\n            \"level3\": 80,\n            \"level4\": 80,\n            \"level5\": 80,\n            \"_id\": \"6444bf98348e9446c4a3d67f\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d680\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d681\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Prototype developed and tested\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 60,\n            \"level2\": 60,\n            \"level3\": 60,\n            \"level4\": 60,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d682\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d683\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d684\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Awards for Products developed\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 60,\n            \"level2\": 60,\n            \"level3\": 60,\n            \"level4\": 60,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d685\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d686\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d687\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Innovative technologies developed and used by industries/users\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 60,\n            \"level2\": 60,\n            \"level3\": 60,\n            \"level4\": 60,\n            \"level5\": 60,\n            \"_id\": \"6444bf98348e9446c4a3d688\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d689\"\n        },\n        \"maxPoints\": 60,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d68a\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Got venture capital funding for innovative ideas/products.\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 80,\n            \"level2\": 80,\n            \"level3\": 80,\n            \"level4\": 80,\n            \"level5\": 80,\n            \"_id\": \"6444bf98348e9446c4a3d68b\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d68c\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d68d\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Startup Employment (Offering jobs to two persons less than Rs. 15000/- per month)\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 80,\n            \"level2\": 80,\n            \"level3\": 80,\n            \"level4\": 80,\n            \"level5\": 80,\n            \"_id\": \"6444bf98348e9446c4a3d68e\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d68f\"\n        },\n        \"maxPoints\": 80,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d690\",\n        \"activityHead\": \"Entrepreneurship and Innovation\",\n        \"activity\": \"Societal innovations\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 50,\n            \"level2\": 50,\n            \"level3\": 50,\n            \"level4\": 50,\n            \"level5\": 50,\n            \"_id\": \"6444bf98348e9446c4a3d691\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d692\"\n        },\n        \"maxPoints\": 50,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d693\",\n        \"activityHead\": \"Leadership & Management\",\n        \"activity\": \"Student Professional Societies (IEEE,IET, ASME, SAE,NASA etc.)\",\n        \"isLeadership\": true,\n        \"activityPoints\": {\n            \"level1\": null,\n            \"level2\": null,\n            \"level3\": null,\n            \"level4\": null,\n            \"level5\": null,\n            \"_id\": \"6444bf98348e9446c4a3d694\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": 15,\n            \"subCoordinator\": 10,\n            \"volunteer\": 5,\n            \"_id\": \"6444bf98348e9446c4a3d695\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d696\",\n        \"activityHead\": \"Leadership & Management\",\n        \"activity\": \"College Association Chapters (Mechanical, Civil, Electrical etc.)\",\n        \"isLeadership\": true,\n        \"activityPoints\": {\n            \"level1\": null,\n            \"level2\": null,\n            \"level3\": null,\n            \"level4\": null,\n            \"level5\": null,\n            \"_id\": \"6444bf98348e9446c4a3d697\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": 15,\n            \"subCoordinator\": 10,\n            \"volunteer\": 5,\n            \"_id\": \"6444bf98348e9446c4a3d698\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d699\",\n        \"activityHead\": \"Leadership & Management\",\n        \"activity\": \"Festival & Technical Events(College approved)\",\n        \"isLeadership\": true,\n        \"activityPoints\": {\n            \"level1\": null,\n            \"level2\": null,\n            \"level3\": null,\n            \"level4\": null,\n            \"level5\": null,\n            \"_id\": \"6444bf98348e9446c4a3d69a\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": 15,\n            \"subCoordinator\": 10,\n            \"volunteer\": 5,\n            \"_id\": \"6444bf98348e9446c4a3d69b\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d69c\",\n        \"activityHead\": \"Leadership & Management\",\n        \"activity\": \"Hobby Clubs\",\n        \"isLeadership\": true,\n        \"activityPoints\": {\n            \"level1\": null,\n            \"level2\": null,\n            \"level3\": null,\n            \"level4\": null,\n            \"level5\": null,\n            \"_id\": \"6444bf98348e9446c4a3d69d\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": 15,\n            \"subCoordinator\": 10,\n            \"volunteer\": 5,\n            \"_id\": \"6444bf98348e9446c4a3d69e\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d69f\",\n        \"activityHead\": \"Leadership & Management\",\n        \"activity\": \"Special Initiatives (Approval from College and University is mandatory)\",\n        \"isLeadership\": true,\n        \"activityPoints\": {\n            \"level1\": null,\n            \"level2\": null,\n            \"level3\": null,\n            \"level4\": null,\n            \"level5\": null,\n            \"_id\": \"6444bf98348e9446c4a3d6a0\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": 15,\n            \"subCoordinator\": 10,\n            \"volunteer\": 5,\n            \"_id\": \"6444bf98348e9446c4a3d6a1\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d6a2\",\n        \"activityHead\": \"Leadership & Management\",\n        \"activity\": \"Elected student representatives\",\n        \"isLeadership\": true,\n        \"activityPoints\": {\n            \"level1\": null,\n            \"level2\": null,\n            \"level3\": null,\n            \"level4\": null,\n            \"level5\": null,\n            \"_id\": \"6444bf98348e9446c4a3d6a3\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": 30,\n            \"subCoordinator\": 25,\n            \"volunteer\": 15,\n            \"_id\": \"6444bf98348e9446c4a3d6a4\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d65d\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Competitions conducted by Professional Societies - (IEEE,IET, ASME, SAE,NASA etc.)\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 10,\n            \"level2\": 15,\n            \"level3\": 20,\n            \"level4\": 30,\n            \"level5\": 40,\n            \"_id\": \"6444bf98348e9446c4a3d65e\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d65f\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6444bf98348e9446c4a3d660\",\n        \"activityHead\": \"Professional Self Initiatives\",\n        \"activity\": \"Attending Full time Conference/Seminars/Exhibitions/Workshop/STTP conducted at IITs/NITs\",\n        \"isLeadership\": false,\n        \"activityPoints\": {\n            \"level1\": 20,\n            \"level2\": 20,\n            \"level3\": 20,\n            \"level4\": 20,\n            \"level5\": 20,\n            \"_id\": \"6444bf98348e9446c4a3d661\"\n        },\n        \"leadershipPoints\": {\n            \"coreCoordinator\": null,\n            \"subCoordinator\": null,\n            \"volunteer\": null,\n            \"_id\": \"6444bf98348e9446c4a3d662\"\n        },\n        \"maxPoints\": 40,\n        \"minDuration\": 1,\n        \"__v\": 0\n    }\n]"}],"_postman_id":"5289b798-1fff-4e32-a618-eafc28ea92c4"},{"name":"Get activity head","id":"8bc0cd84-fd1c-4085-8d9c-ae994a030a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category/activity-heads","urlObject":{"protocol":"http","port":"5000","path":["api","v1","category","activity-heads"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35c71df3-1b3f-47bd-a212-d0afb6baeefe","name":"head","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category/activity-heads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-tXdoE09AaHiK5DyI5hoF6t5NTRI\""},{"key":"Date","value":"Thu, 15 Jun 2023 13:38:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"Cultural Activities Participation\",\n    \"Entrepreneurship and Innovation\",\n    \"Leadership & Management\",\n    \"National Initiatives Participation\",\n    \"Professional Self Initiatives\",\n    \"Sports & Games Participation\"\n]"}],"_postman_id":"8bc0cd84-fd1c-4085-8d9c-ae994a030a86"},{"name":"Get activity","id":"21e1aa62-94c1-4584-ae48-98fd7e322915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category/activity-heads/activity?name=Sports %26 Games Participation","urlObject":{"protocol":"http","port":"5000","path":["api","v1","category","activity-heads","activity"],"host":["localhost"],"query":[{"disabled":true,"key":" Management","value":""},{"key":"name","value":"Sports & Games Participation"}],"variable":[]}},"response":[{"id":"8d428114-968f-43c6-b300-5f8a57d17354","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/activity-heads/activity?name=Cultural Activities Participation","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","activity-heads","activity"],"query":[{"key":"name","value":"Cultural Activities Participation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"346"},{"key":"ETag","value":"W/\"15a-p8rlnjHTdnahvBOHwTY0J96v4w8\""},{"key":"Date","value":"Thu, 15 Jun 2023 14:10:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"Music - Participation\",\n    \"Music - Second Prize\",\n    \"Performing arts - Participation\",\n    \"Performing arts - First Prize\",\n    \"Performing arts - Second Prize\",\n    \"Performing arts - Third Prize\",\n    \"Literary arts - Participation\",\n    \"Literary arts - First Prize\",\n    \"Literary arts - Second Prize\",\n    \"Literary arts - Third Prize\",\n    \"Music - First Prize\",\n    \"Music - Third Prize\"\n]"},{"id":"d5fb6ac5-56bf-4b5e-a8a4-36db3d15837e","name":"Get activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/activity-heads/activity?name=Leadership %26 Management","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","activity-heads","activity"],"query":[{"key":" Management","value":null,"disabled":true},{"key":"name","value":"Leadership & Management"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"304"},{"key":"ETag","value":"W/\"130-wpP68mjTnq36hqZT1El0K1f2IEo\""},{"key":"Date","value":"Thu, 15 Jun 2023 14:27:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"Student Professional Societies (IEEE,IET, ASME, SAE,NASA etc.)\",\n    \"College Association Chapters (Mechanical, Civil, Electrical etc.)\",\n    \"Festival & Technical Events(College approved)\",\n    \"Hobby Clubs\",\n    \"Special Initiatives (Approval from College and University is mandatory)\",\n    \"Elected student representatives\"\n]"},{"id":"e0e88895-5c03-4faf-a1df-f37270447563","name":"Get activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/activity-heads/activity?name=Leadership %26 Management","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","activity-heads","activity"],"query":[{"key":" Management","value":null,"disabled":true},{"key":"name","value":"Leadership & Management"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"304"},{"key":"ETag","value":"W/\"130-wpP68mjTnq36hqZT1El0K1f2IEo\""},{"key":"Date","value":"Thu, 15 Jun 2023 14:27:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"Student Professional Societies (IEEE,IET, ASME, SAE,NASA etc.)\",\n    \"College Association Chapters (Mechanical, Civil, Electrical etc.)\",\n    \"Festival & Technical Events(College approved)\",\n    \"Hobby Clubs\",\n    \"Special Initiatives (Approval from College and University is mandatory)\",\n    \"Elected student representatives\"\n]"},{"id":"6ce15c6f-75e2-4ff5-a34d-6a01ebf0b7f2","name":"Get activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/activity-heads/activity?name=National Initiatives Participation","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","activity-heads","activity"],"query":[{"key":" Management","value":"","disabled":true},{"key":"name","value":"National Initiatives Participation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-S57lGp9tQnZlanMnb3ZWS35BdEU\""},{"key":"Date","value":"Thu, 15 Jun 2023 14:30:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"NCC\",\n    \"NSS\"\n]"},{"id":"8939db38-9e65-4d70-8c90-3838787b1ca0","name":"Get activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/activity-heads/activity?name=Sports %26 Games Participation","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","activity-heads","activity"],"query":[{"key":" Management","value":"","disabled":true},{"key":"name","value":"Sports & Games Participation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-1j+PapzeLx54YFh0n11fiDnFazI\""},{"key":"Date","value":"Thu, 15 Jun 2023 14:33:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"Sports - Second Prize\",\n    \"Sports - Third Prize\",\n    \"Games  - Participation\",\n    \"Games - First Prize\",\n    \"Games - Second Prize\",\n    \"Games - Third Prize\",\n    \"Sports - First Prize\",\n    \"Sports  - Participation\"\n]"}],"_postman_id":"21e1aa62-94c1-4584-ae48-98fd7e322915"},{"name":"Get level","id":"1b18e93a-0709-4b5c-823f-0abfdbab6d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category/levels?activity=Hobby Clubs","urlObject":{"protocol":"http","port":"5000","path":["api","v1","category","levels"],"host":["localhost"],"query":[{"key":"activity","value":"Hobby Clubs"}],"variable":[]}},"response":[{"id":"ff2671d5-9499-4b36-af4a-6acf812c383d","name":"Get level","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/levels?activity=NCC","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","levels"],"query":[{"key":"activity","value":"NCC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"ETag","value":"W/\"3e-LRS6GWOvcg0+9xHb2VnbklHX+Z0\""},{"key":"Date","value":"Fri, 16 Jun 2023 06:54:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLeadership\": false,\n    \"categoryId\": \"6485983ffd1471669490fab8\"\n}"},{"id":"bc75a8c1-8547-4e03-9651-5ff9b812db8e","name":"Get level","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/levels?activity=Student Professional Societies (IEEE,IET, ASME, SAE,NASA etc.)","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","levels"],"query":[{"key":"activity","value":"Student Professional Societies (IEEE,IET, ASME, SAE,NASA etc.)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-+8QLzn8vw0Wz2h6C1PmLyM8XYg8\""},{"key":"Date","value":"Fri, 16 Jun 2023 06:55:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLeadership\": true,\n    \"categoryId\": \"6485983ffd1471669490fb36\"\n}"},{"id":"7e0e2452-4a30-4f10-8bc7-b222a5018e6b","name":"Get level","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/levels?activity=Hobby Clubs","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","levels"],"query":[{"key":"activity","value":"Hobby Clubs"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-QHwXoKjLjdXhPBhA8pLIxXT9190\""},{"key":"Date","value":"Fri, 16 Jun 2023 06:55:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLeadership\": true,\n    \"categoryId\": \"6485983ffd1471669490fb3f\"\n}"}],"_postman_id":"1b18e93a-0709-4b5c-823f-0abfdbab6d22"},{"name":"Get points","id":"d1c3048d-3e92-4034-bb84-fcc3ec04f7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/category/points?activity=NCC&leadership-level=1&level=1&is-leadership=false","urlObject":{"protocol":"http","port":"5000","path":["api","v1","category","points"],"host":["localhost"],"query":[{"key":"activity","value":"NCC"},{"key":"leadership-level","value":"1"},{"key":"level","value":"1"},{"key":"is-leadership","value":"false"}],"variable":[]}},"response":[{"id":"5c76b9fe-7940-4ee9-8d5f-4d50ab97050a","name":"New Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/points?activity=Hobby Clubs&leadership-level=1&level=1&is-leadership=true","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","points"],"query":[{"key":"activity","value":"Hobby Clubs"},{"key":"leadership-level","value":"1"},{"key":"level","value":"1"},{"key":"is-leadership","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-WGeolsJn7HV1A4jYKY2mQDOUess\""},{"key":"Date","value":"Thu, 15 Jun 2023 15:13:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"point\": 15\n}"},{"id":"26891a3c-9f44-47e9-91e3-3a28da04e577","name":"Get points","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/points?activity=NCC&leadership-level=1&level=1&is-leadership=false","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","points"],"query":[{"key":"activity","value":"NCC"},{"key":"leadership-level","value":"1"},{"key":"level","value":"1"},{"key":"is-leadership","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-TRKZVkpwU86VZdgX0cT7/lrPxwk\""},{"key":"Date","value":"Thu, 15 Jun 2023 15:18:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"point\": 60\n}"},{"id":"15b94abb-9f83-4327-83f1-ae79bc61705e","name":"Get points error","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/v1/category/points?leadership-level=1&level=1&is-leadership=false","protocol":"http","host":["localhost"],"port":"5000","path":["api","v1","category","points"],"query":[{"key":"activity","value":"NCC","disabled":true},{"key":"leadership-level","value":"1"},{"key":"level","value":"1"},{"key":"is-leadership","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-i1ieYvAe1ERaR7XSrJzV+R3PeTM\""},{"key":"Date","value":"Fri, 16 Jun 2023 07:08:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"\\\"activity\\\" is required\",\n    \"status\": 400\n}"}],"_postman_id":"d1c3048d-3e92-4034-bb84-fcc3ec04f7f1"}],"id":"597170f2-5b26-427b-884d-3c17b476f566","_postman_id":"597170f2-5b26-427b-884d-3c17b476f566","description":""},{"name":"certificates","item":[{"name":"get cert","id":"7f3316c2-11cc-42f2-bc8b-3885a65fea2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/certificates/8b296871-8be2-47c2-8afc-57bbaec955f2:6444c2ee0ea5ead5cc47edef?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMzMyMDksImV4cCI6MTY4MjI2OTIwOX0.TXmm-UI_MlSsCdccORXcxpN6qEew7RuvIHopr8e-h8I","urlObject":{"protocol":"http","port":"5000","path":["api","v1","certificates","8b296871-8be2-47c2-8afc-57bbaec955f2:6444c2ee0ea5ead5cc47edef"],"host":["127","0","0","1"],"query":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMzMyMDksImV4cCI6MTY4MjI2OTIwOX0.TXmm-UI_MlSsCdccORXcxpN6qEew7RuvIHopr8e-h8I"}],"variable":[]}},"response":[],"_postman_id":"7f3316c2-11cc-42f2-bc8b-3885a65fea2e"},{"name":"http://127.0.0.1:5000/api/v1/certificates/14d015c5-c157-488b-9015-595620cd437f:64467e9b99b6b3d14a126f8b?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NjdlOWI5OWI2YjNkMTRhMTI2ZjhiIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODI0MDE3Nzks","id":"9697604c-3afb-4a9a-a02f-9537b83e7838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/certificates/14d015c5-c157-488b-9015-595620cd437f:64467e9b99b6b3d14a126f8b?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NjdlOWI5OWI2YjNkMTRhMTI2ZjhiIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODI0MDE3NzksImV4cCI6MTY4MjQzNzc3OX0.ndqHZcOXl0QHErvNAv9lx48Qa_2fpEZxUYxOjTaGgo4","urlObject":{"protocol":"http","port":"5000","path":["api","v1","certificates","14d015c5-c157-488b-9015-595620cd437f:64467e9b99b6b3d14a126f8b"],"host":["127","0","0","1"],"query":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NjdlOWI5OWI2YjNkMTRhMTI2ZjhiIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODI0MDE3NzksImV4cCI6MTY4MjQzNzc3OX0.ndqHZcOXl0QHErvNAv9lx48Qa_2fpEZxUYxOjTaGgo4"}],"variable":[]}},"response":[],"_postman_id":"9697604c-3afb-4a9a-a02f-9537b83e7838"},{"name":"http://127.0.0.1:5000/api/v1/certificates/14d015c5-c157-488b-9015-595620cd437f:64467e9b99b6b3d14a126f8b?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0Njg0YTFiZjgyYTYyNzQzOTQ4ZDUxIiwiYWNjZXNzVG9rZW4iOnRydWUsIm5hbWUiOiJzcmVlcmFnIG0i","id":"ee46ec5e-3c4b-4d1b-8852-b2e42262e4b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/certificates/14d015c5-c157-488b-9015-595620cd437f:64467e9b99b6b3d14a126f8b?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0Njg0YTFiZjgyYTYyNzQzOTQ4ZDUxIiwiYWNjZXNzVG9rZW4iOnRydWUsIm5hbWUiOiJzcmVlcmFnIG0ifSwiaWF0IjoxNjgyNDAxOTQzLCJleHAiOjE2ODI0Mzc5NDN9.unaCQ7T69yXoRNDLva6RcOPn0TszqxhnJqRtZOZ69yg","urlObject":{"protocol":"http","port":"5000","path":["api","v1","certificates","14d015c5-c157-488b-9015-595620cd437f:64467e9b99b6b3d14a126f8b"],"host":["127","0","0","1"],"query":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0Njg0YTFiZjgyYTYyNzQzOTQ4ZDUxIiwiYWNjZXNzVG9rZW4iOnRydWUsIm5hbWUiOiJzcmVlcmFnIG0ifSwiaWF0IjoxNjgyNDAxOTQzLCJleHAiOjE2ODI0Mzc5NDN9.unaCQ7T69yXoRNDLva6RcOPn0TszqxhnJqRtZOZ69yg"}],"variable":[]}},"response":[],"_postman_id":"ee46ec5e-3c4b-4d1b-8852-b2e42262e4b7"},{"name":"get cert","id":"4eb1abd2-269d-4f9c-8184-b63f873d2c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5000/api/v1/certificates/c7d3515e-86ed-4098-9c97-eb0230ef6a97:64467e9b99b6b3d14a126f8b?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0Njg0YTFiZjgyYTYyNzQzOTQ4ZDUxIiwiYWNjZXNzVG9rZW4iOnRydWUsIm5hbWUiOiJzcmVlcmFnIG0ifSwiaWF0IjoxNjgyNDAxOTQzLCJleHAiOjE2ODI0Mzc5NDN9.unaCQ7T69yXoRNDLva6RcOPn0TszqxhnJqRtZOZ69yg","urlObject":{"protocol":"http","port":"5000","path":["api","v1","certificates","c7d3515e-86ed-4098-9c97-eb0230ef6a97:64467e9b99b6b3d14a126f8b"],"host":["127","0","0","1"],"query":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0Njg0YTFiZjgyYTYyNzQzOTQ4ZDUxIiwiYWNjZXNzVG9rZW4iOnRydWUsIm5hbWUiOiJzcmVlcmFnIG0ifSwiaWF0IjoxNjgyNDAxOTQzLCJleHAiOjE2ODI0Mzc5NDN9.unaCQ7T69yXoRNDLva6RcOPn0TszqxhnJqRtZOZ69yg"}],"variable":[]}},"response":[],"_postman_id":"4eb1abd2-269d-4f9c-8184-b63f873d2c6b"}],"id":"36f0fbbe-48eb-4531-b597-2db980ba0ce3","_postman_id":"36f0fbbe-48eb-4531-b597-2db980ba0ce3","description":""}],"id":"94832866-04bc-4327-87c9-e60837bfea32","_postman_id":"94832866-04bc-4327-87c9-e60837bfea32","description":""}],"variable":[{"key":"accessToken","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0MTJmMDMxNGQ1MTkyZTRmOGZkMDZjIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIwNjMxODIsImV4cCI6MTY4MjA5OTE4Mn0.bnM8VAPTarsR_0UUhGaCeY99I5nJh6G9w9b7Ts-kyBo"},{"key":"accessTokenStudent","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGMyZWUwZWE1ZWFkNWNjNDdlZGVmIiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjgwMTMsImV4cCI6MTY4MjI2NDAxM30.Oin3ihAwXPQxYzyAHcwdmBhPyOHCv54DYUFmbigxf94"},{"key":"accessTokenTeacher","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjQ0NGM2NWU1MTZmZGM3NTA5MTIxMzU4IiwiYWNjZXNzVG9rZW4iOnRydWV9LCJpYXQiOjE2ODIyMjg4NzMsImV4cCI6MTY4MjI2NDg3M30.ZE6KDOucAAqGkATBapORU1Do6Mu68UlM6FBOCrT8jfM"},{"key":"certificateId","value":"6447f62347a2319bc89ebd10"},{"key":"studentId","value":"6447f56e47a2319bc89ebd0c"}]}