{"info":{"_postman_id":"e9d44f72-fd92-47c3-aa1b-eae6ae75dd5d","name":"Tessarus-Production","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15506921","collectionId":"e9d44f72-fd92-47c3-aa1b-eae6ae75dd5d","publishedId":"2s8ZDczzci","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-26T05:34:29.000Z"},"item":[{"name":"User","item":[{"name":"User Signup","id":"76e49486-7c46-4139-a9e0-d92cd9a71201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"John doe\",\n    \"email\": \"example@gmail.com\",\n    \"phone\": \"6290376534\",\n    \"password\": \"test\",\n    \"gender\": \"Male\",\n    \"dateOfBirth\": \"2002-01-10\",\n    \"college\": \"Kalyani Government Engineering College\",\n    \"degree\": \"B.Tech\",\n    \"year\":\"3\",\n    \"stream\":\"CSE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in//api/users/signup","urlObject":{"protocol":"https","path":["","api","users","signup"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"76e49486-7c46-4139-a9e0-d92cd9a71201"},{"name":"User Update","id":"c750e089-d80f-4c07-a2f0-9ecb004abf65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Doe\",\n    \"gender\": \"Male\",\n    \"dateOfBirth\": \"2000-12-18\",\n    \"college\": \"Kalyani Government Engineering College\",\n    \"degree\": \"B.Tech\",\n    \"year\":\"3\",\n    \"stream\":\"CSE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/update","urlObject":{"protocol":"https","path":["api","users","update"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"c750e089-d80f-4c07-a2f0-9ecb004abf65"},{"name":"User login","id":"dc749610-9fd7-4413-8a96-662203b9a4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example@gmail.com\",\n    \"password\": \"pass\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/login","urlObject":{"protocol":"https","path":["api","users","login"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc749610-9fd7-4413-8a96-662203b9a4d7"},{"name":"Send OTP to verify User","id":"29e43592-917d-4578-988a-5c74a258ce51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/sendotp","urlObject":{"protocol":"https","path":["api","users","sendotp"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"29e43592-917d-4578-988a-5c74a258ce51"},{"name":"Send OTP to reset password","id":"01fe6f6d-522b-4c80-9c94-2b9ba98c1224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/sendotpreset","urlObject":{"protocol":"https","path":["api","users","sendotpreset"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"01fe6f6d-522b-4c80-9c94-2b9ba98c1224"},{"name":"Verify User","id":"59966b6a-bd3e-4306-8700-b5992325caa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/verifytoken","urlObject":{"protocol":"https","path":["api","users","verifytoken"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"59966b6a-bd3e-4306-8700-b5992325caa8"},{"name":"Verify OTP for user verification","id":"88352174-458b-449e-88f9-df73f9407a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\":\"0000\",\n    \"otp_token\":\"e59bcd16-eeff-4c25-91ba-6891d6ef24e4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/verifyotpforuser","urlObject":{"protocol":"https","path":["api","users","verifyotpforuser"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"88352174-458b-449e-88f9-df73f9407a54"},{"name":"Verify OTP for reset password","id":"90057a97-d6e0-4891-b695-b3ddad096b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\":\"0000\",\n    \"otp_token\":\"869be5df-bd0c-4c04-a8e7-782a4a36f775\",\n    \"password\":\"pass\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/verifyotpforreset","urlObject":{"protocol":"https","path":["api","users","verifyotpforreset"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"90057a97-d6e0-4891-b695-b3ddad096b2c"},{"name":"Update Profile Picture","id":"4fa7b620-4880-4e14-8652-fe6da8d1f2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/soumyajitpc/Downloads/3fcb2b34d2d0d24fc888be5d6f6a4e84.png"}]},"url":"https://tessarus.gdsckgec.in/api/users/updateprofilepic","urlObject":{"protocol":"https","path":["api","users","updateprofilepic"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa7b620-4880-4e14-8652-fe6da8d1f2dd"},{"name":"Get User Profile","id":"0af2b434-9565-44d5-b577-62886a8c595b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/profile","urlObject":{"protocol":"https","path":["api","users","profile"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"0af2b434-9565-44d5-b577-62886a8c595b"},{"name":"Get User details from Espektro Id Copy","id":"fc2fdea3-f6e6-43d6-822e-015e3db8d144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/users/verifyespektroid/[espektro_id]","urlObject":{"protocol":"https","path":["api","users","verifyespektroid","[espektro_id]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc2fdea3-f6e6-43d6-822e-015e3db8d144"},{"name":"Add Prize to User","id":"83ba9f19-192a-4906-a655-58eb4552933c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [voluteer_token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"63d28c33ee361b0883b41364\",\n    \"eventId\": \"63d6eae9b08c41494e0f4ef6\",\n    \"position\":1,\n    \"prize\":\"Rs. 3000\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/users/addprizetouser","urlObject":{"protocol":"http","port":"3003","path":["api","users","addprizetouser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83ba9f19-192a-4906-a655-58eb4552933c"},{"name":"Invite user","id":"56b517a4-1a72-4f18-ba25-d1e794ae2d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [user_token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"soumyajitdatta123@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/users/inviteuser","urlObject":{"protocol":"http","port":"3003","path":["api","users","inviteuser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"56b517a4-1a72-4f18-ba25-d1e794ae2d9c"}],"id":"2fc655a6-3a15-4450-b657-dd3c05422ee5","_postman_id":"2fc655a6-3a15-4450-b657-dd3c05422ee5","description":""},{"name":"Volunteer","item":[{"name":"Add Volunteer. (AccessLevel: 4)","id":"0efe7b22-ef7b-4c71-8c7a-0d7d0e29b39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Soumyajit 2\",\n    \"email\": \"soumyajit@hello.in\",\n    \"phone\": \"237849324\",\n    \"accessLevel\":3\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/add","urlObject":{"protocol":"https","path":["api","volunteers","add"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"0efe7b22-ef7b-4c71-8c7a-0d7d0e29b39c"},{"name":"Volunter login","id":"e4227ed7-32ca-4c76-b189-41450956dccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@gmail.com\",\n    \"password\": \"test123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus-prod.espektro.in/api/volunteers/login","urlObject":{"protocol":"https","path":["api","volunteers","login"],"host":["tessarus-prod","espektro","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4227ed7-32ca-4c76-b189-41450956dccc"},{"name":"Get all volunteers (AccessLevel: 3)","id":"872dcf94-8daa-4efe-9b38-1bec89976f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/all","urlObject":{"protocol":"https","path":["api","volunteers","all"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"872dcf94-8daa-4efe-9b38-1bec89976f92"},{"name":"Get all users (AccessLevel: 4)","id":"52584932-7ec2-4644-9333-35afa07787b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/allusers","urlObject":{"protocol":"https","path":["api","volunteers","allusers"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"52584932-7ec2-4644-9333-35afa07787b5"},{"name":"Get all logs (AccessLevel: 4)","id":"a29fc7c1-c112-4c1b-a8de-1be6efb876c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/alllogs?logType=EVENT_CREATED&page=1&dpp=3","urlObject":{"protocol":"https","path":["api","volunteers","alllogs"],"host":["tessarus","gdsckgec","in"],"query":[{"key":"logType","value":"EVENT_CREATED"},{"key":"page","value":"1"},{"key":"dpp","value":"3"}],"variable":[]}},"response":[],"_postman_id":"a29fc7c1-c112-4c1b-a8de-1be6efb876c9"},{"name":"Get all Payment logs (AccessLevel: 4) Copy","id":"53856627-5797-4ca1-9b8b-8672c996e7db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/allpaymentlogs","urlObject":{"protocol":"https","path":["api","volunteers","allpaymentlogs"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"53856627-5797-4ca1-9b8b-8672c996e7db"},{"name":"Get single volunteer (AccessLevel:3)","id":"5b0bcd4d-70e5-4b42-b3e1-bc5864f80d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/63d6750da1856c1ead71b70b","urlObject":{"protocol":"https","path":["api","volunteers","63d6750da1856c1ead71b70b"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b0bcd4d-70e5-4b42-b3e1-bc5864f80d73"},{"name":"User QR Scan","id":"cc15c7f3-774e-4671-aa02-af35137a6ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qrText\":\"[qr-text]\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/userqrscan","urlObject":{"protocol":"https","path":["api","volunteers","userqrscan"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc15c7f3-774e-4671-aa02-af35137a6ec3"},{"name":"Add Coins to User (AccessLevel: 2)","id":"bfa68950-bedd-464a-b5ca-529cfa383fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"userId\":\"63d28c33ee361b0883b41264\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/addcoins","urlObject":{"protocol":"https","path":["api","volunteers","addcoins"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfa68950-bedd-464a-b5ca-529cfa383fb3"},{"name":"Remove single volunteer (AccessLevel:4)","id":"ce03a8ae-12f4-43a9-be6e-accb44463ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/63d68010996741890401c7cd","urlObject":{"protocol":"https","path":["api","volunteers","63d68010996741890401c7cd"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce03a8ae-12f4-43a9-be6e-accb44463ccf"},{"name":"Edit single volunteer (AccessLevel:4)","id":"f17ed321-b8b2-43c4-9de3-c6ad1020eb1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Something\",\n    \"events\":[\n        \"[event_id]\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/volunteers/[volunteer_id]","urlObject":{"protocol":"https","path":["api","volunteers","[volunteer_id]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"f17ed321-b8b2-43c4-9de3-c6ad1020eb1d"},{"name":"Resend Credentials(AccessLevel:4) Copy","id":"2e7b2d63-71f0-48d6-93df-f397f1910501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [auth_token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/volunteers/resend/63d6750da1856c1ead71b70b","urlObject":{"protocol":"http","port":"3003","path":["api","volunteers","resend","63d6750da1856c1ead71b70b"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e7b2d63-71f0-48d6-93df-f397f1910501"}],"id":"21562ba7-b700-4724-9063-0f935d0dbbce","_postman_id":"21562ba7-b700-4724-9063-0f935d0dbbce","description":""},{"name":"Event","item":[{"name":"Add Event. (AccessLevel: 3)","id":"631cda13-c97a-4115-ac35-1b1450c185e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Cicada 3301- Test\",\n    \"description\": \"lorem ipsum kdsndjfjs ds;jfsd osf sodfiosd\",\n    \"rules\":\"dfdf\",\n    \"prizes\":\"sdhs\",\n    \"tagLine\": \"Checkmate\",\n    \"startTime\": \"2022-03-01 10:00:00\",\n    \"endTime\": \"2022-03-01 11:00:00\",\n    \"eventVenue\": \"Administrative Building\",\n    \"eventType\": \"group\",\n    \"eventMinParticipants\": 2,\n    \"eventMaxParticipants\": 4,\n    \"eventPrice\": 50,\n    \"eventPriceForKGEC\":0,\n    \"eventOrganiserClub\": {\n        \"name\": \"GDSC-KGEC\",\n        \"image\": \"http\"\n    },\n    \"eventCoordinators\":[\n        {\n            \"name\": \"Anurag Chakraborty\",\n            \"phone\": \"9876543210\"\n        }\n    ],\n    \"sponsors\":[\n        {\n            \"name\":\"sponsor name\",\n            \"image\":\"https://tessarus.s3.ap-south-1.amazonaws.com/d4cf800a7e6d55b5d75afc42ba1270d5\",\n            \"type\":\"Title Sponsor\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/add","urlObject":{"protocol":"https","path":["api","events","add"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[{"id":"8a18d8aa-0645-478e-bcb2-187570e7792b","name":"Add Event (Single) (AccessLevel: 3)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Reverse Coding\",\n    \"description\": \"lorem ipsum kdsndjfjs ds;jfsd osf sodfiosd\",\n    \"tagLine\": \"Iski topi uski sir\",\n    \"startTime\": \"2022-03-01 11:00:00\",\n    \"endTime\": \"2022-03-01 12:00:00\",\n    \"eventVenue\": \"Masir Dokan\",\n    \"eventType\": \"solo\",\n    \"eventPrice\": 50,\n    \"eventOrganiserClub\": {\n        \"name\": \"GDSC-KGEC\",\n        \"image\": \"http\"\n    },\n    \"eventCoordinators\":[\n        {\n            \"name\": \"Sudip AMiti\",\n            \"phone\": \"9876543210\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"675"},{"key":"ETag","value":"W/\"2a3-BlvY684AiGRrLiPsxwitoVxioho\""},{"key":"Date","value":"Tue, 31 Jan 2023 07:50:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": {\n        \"title\": \"Reverse Coding\",\n        \"description\": \"lorem ipsum kdsndjfjs ds;jfsd osf sodfiosd\",\n        \"tagLine\": \"Iski topi uski sir\",\n        \"startTime\": \"2022-03-01T05:30:00.000Z\",\n        \"endTime\": \"2022-03-01T06:30:00.000Z\",\n        \"eventVenue\": \"Masir Dokan\",\n        \"eventType\": \"solo\",\n        \"eventPrice\": 50,\n        \"eventOrganiserClub\": {\n            \"name\": \"GDSC-KGEC\",\n            \"image\": \"http\"\n        },\n        \"eventCoordinators\": [\n            {\n                \"name\": \"Sudip AMiti\",\n                \"phone\": \"9876543210\",\n                \"_id\": \"63d8c853ea3282d72f9a8129\"\n            }\n        ],\n        \"createdBy\": \"63d6750da1856c1ead71b70b\",\n        \"_id\": \"63d8c853ea3282d72f9a8128\",\n        \"eventImages\": [],\n        \"createdAt\": \"2023-01-31T07:50:43.561Z\",\n        \"updatedAt\": \"2023-01-31T07:50:43.561Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Event added successfully\",\n    \"statusCode\": 201,\n    \"statusMessage\": \"Created\"\n}"},{"id":"0d86d8ae-a213-4b2d-a4b0-ff2ec6debb79","name":"Add Event (Group) (AccessLevel: 3)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Cicada 3301- Test 2\",\n    \"description\": \"lorem ipsum kdsndjfjs ds;jfsd osf sodfiosd\",\n    \"tagLine\": \"Checkmate\",\n    \"startTime\": \"2022-03-01 10:00:00\",\n    \"endTime\": \"2022-03-01 11:00:00\",\n    \"eventVenue\": \"Administrative Building\",\n    \"eventType\": \"group\",\n    \"eventMinParticipants\": 2,\n    \"eventMaxParticipants\": 4,\n    \"eventPrice\": 50,\n    \"eventOrganiserClub\": {\n        \"name\": \"GDSC-KGEC\",\n        \"image\": \"http\"\n    },\n    \"eventCoordinators\":[\n        {\n            \"name\": \"Anurag Chakraborty\",\n            \"phone\": \"9876543210\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"741"},{"key":"ETag","value":"W/\"2e5-DECLO+LCQcUaYvhANO3NXPlCZCY\""},{"key":"Date","value":"Tue, 31 Jan 2023 07:52:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": {\n        \"title\": \"Cicada 3301- Test 2\",\n        \"description\": \"lorem ipsum kdsndjfjs ds;jfsd osf sodfiosd\",\n        \"tagLine\": \"Checkmate\",\n        \"startTime\": \"2022-03-01T04:30:00.000Z\",\n        \"endTime\": \"2022-03-01T05:30:00.000Z\",\n        \"eventVenue\": \"Administrative Building\",\n        \"eventType\": \"group\",\n        \"eventMinParticipants\": 2,\n        \"eventMaxParticipants\": 4,\n        \"eventPrice\": 50,\n        \"eventOrganiserClub\": {\n            \"name\": \"GDSC-KGEC\",\n            \"image\": \"http\"\n        },\n        \"eventCoordinators\": [\n            {\n                \"name\": \"Anurag Chakraborty\",\n                \"phone\": \"9876543210\",\n                \"_id\": \"63d8c8a2dac7854fa98c0877\"\n            }\n        ],\n        \"createdBy\": \"63d6750da1856c1ead71b70b\",\n        \"_id\": \"63d8c8a2dac7854fa98c0876\",\n        \"eventImages\": [],\n        \"createdAt\": \"2023-01-31T07:52:02.979Z\",\n        \"updatedAt\": \"2023-01-31T07:52:02.979Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Event added successfully\",\n    \"statusCode\": 201,\n    \"statusMessage\": \"Created\"\n}"}],"_postman_id":"631cda13-c97a-4115-ac35-1b1450c185e5"},{"name":"Update Event. (AccessLevel: 3)","id":"5317071c-1a61-44fd-9420-331ba4728aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Cicada 3301- Test\",\n    \"description\": \"lorem ipsum kdsndjfjs ds;jfsd osf sodfiosd\",\n    \"tagLine\": \"Checkmate\",\n    \"startTime\": \"2022-03-01 10:00:00\",\n    \"endTime\": \"2022-03-01 11:00:00\",\n    \"eventVenue\": \"Administrative Building\",\n    \"eventType\": \"group\",\n    \"eventMinParticipants\": 2,\n    \"eventMaxParticipants\": 4,\n    \"eventPrice\": 50,\n    \"eventOrganiserClub\": {\n        \"name\": \"GDSC-KGEC\",\n        \"image\": \"http\"\n    },\n    \"eventCoordinators\":[\n        {\n            \"name\": \"Anurag Chakraborty\",\n            \"phone\": \"9876543210\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/[event_id]","urlObject":{"protocol":"https","path":["api","events","[event_id]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"5317071c-1a61-44fd-9420-331ba4728aac"},{"name":"Add Event Images (AccessLevel: 3)","id":"3d695236-c208-408e-bc7e-d38af59ee753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://tessarus.gdsckgec.in/api/events/images/[event_id]","urlObject":{"protocol":"https","path":["api","events","images","[event_id]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d695236-c208-408e-bc7e-d38af59ee753"},{"name":"Delete Event Images (AccessLevel: 3)","id":"d9fdc3e8-73d6-4d88-b773-34210487bddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"images\":[\"[event_id]\", \"[event_id]\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/images/[event_id]","urlObject":{"protocol":"https","path":["api","events","images","[event_id]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9fdc3e8-73d6-4d88-b773-34210487bddc"},{"name":"Get all events","id":"5d1b128b-7d82-4c00-9664-b7b9467f25f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/all?eventOrganiserClub.name=ELYSIUM","urlObject":{"protocol":"https","path":["api","events","all"],"host":["tessarus","gdsckgec","in"],"query":[{"key":"eventOrganiserClub.name","value":"ELYSIUM"}],"variable":[]}},"response":[],"_postman_id":"5d1b128b-7d82-4c00-9664-b7b9467f25f7"},{"name":"Get single event","id":"74bbe927-eb46-46ef-b18d-54cf5fb29fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/63d6d95b93d22e61214c6db1","urlObject":{"protocol":"https","path":["api","events","63d6d95b93d22e61214c6db1"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"74bbe927-eb46-46ef-b18d-54cf5fb29fe2"},{"name":"Delete Single Event","id":"9710dbb9-6113-4832-9d29-c76b653434ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/[event_id]","urlObject":{"protocol":"https","path":["api","events","[event_id]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"9710dbb9-6113-4832-9d29-c76b653434ea"},{"name":"Event Register (User)","id":"a0e9a393-869f-48b5-8396-a354181d66aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"[event_id]\",\n    \"team\":{\n        \"name\":\"The Gladiators\",\n        \"members\":[\n            {\n                \"espektroId\":\"[espektroId]\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/register","urlObject":{"protocol":"http","port":"3003","path":["api","events","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc4864e9-d751-485e-91ee-1209e3f5be66","name":"Event Register (User) (Group)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"[event_id]\",\n    \"team\":{\n        \"name\":\"The Gladiators\",\n        \"members\":[\n            {\n                \"espektroId\":\"[espektroId]\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"573"},{"key":"ETag","value":"W/\"23d-jq+54kFWTO1NJYdNKtTIpMoUJKo\""},{"key":"Date","value":"Tue, 31 Jan 2023 09:55:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"eventId\": \"63d6eae9b08c41494e0f4ef6\",\n        \"userId\": \"63d28c33ee361b0883b41364\",\n        \"checkedIn\": false,\n        \"team\": {\n            \"name\": \"The Gladiators\",\n            \"members\": [\n                {\n                    \"name\": \"Soumyajit Datta\",\n                    \"designation\": \"Team Leader\",\n                    \"espektroId\": \"E1ZWWK0M167\",\n                    \"_id\": \"63d8e594c4c4fffe8c6d5b0d\"\n                },\n                {\n                    \"name\": \"Sahil Barua\",\n                    \"designation\": \"Team Member\",\n                    \"espektroId\": \"E5P9202ID1U\",\n                    \"_id\": \"63d8e594c4c4fffe8c6d5b0e\"\n                }\n            ]\n        },\n        \"_id\": \"63d8e594c4c4fffe8c6d5b0c\",\n        \"createdAt\": \"2023-01-31T09:55:32.170Z\",\n        \"updatedAt\": \"2023-01-31T09:55:32.170Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Event registered successfully\",\n    \"statusCode\": 200,\n    \"statusMessage\": \"OK\"\n}"},{"id":"604e6b5a-6272-40f4-9f4e-cb598d40aab1","name":"Event Register (User) (Solo)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"63d6eae9b08c41494e0f4ef6\",\n    \"team\":{\n        \"name\":\"The Gladiators\",\n        \"members\":[\n            {\n                \"espektroId\":\"E5P9202ID1U\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"324"},{"key":"ETag","value":"W/\"144-AyerV3LYdMlXsmNCcykBhY5SBko\""},{"key":"Date","value":"Tue, 31 Jan 2023 09:56:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"eventId\": \"63d8c853ea3282d72f9a8128\",\n        \"userId\": \"63d28c33ee361b0883b41364\",\n        \"checkedIn\": false,\n        \"team\": {\n            \"members\": []\n        },\n        \"_id\": \"63d8e5c4c4c4fffe8c6d5b18\",\n        \"createdAt\": \"2023-01-31T09:56:20.042Z\",\n        \"updatedAt\": \"2023-01-31T09:56:20.042Z\",\n        \"__v\": 0\n    },\n    \"message\": \"Event registered successfully\",\n    \"statusCode\": 200,\n    \"statusMessage\": \"OK\"\n}"}],"_postman_id":"a0e9a393-869f-48b5-8396-a354181d66aa"},{"name":"CheckIn for Individual Events","id":"69273248-0d83-4485-85d7-cb58984b8d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\":\"\",\n    \"espektroId\":\"\",\n    \"password\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/checkin/","urlObject":{"protocol":"http","port":"3003","path":["api","events","checkin",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69273248-0d83-4485-85d7-cb58984b8d39"},{"name":"Search Events","id":"e0185995-7e74-4428-855c-4b0e9d36020a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/events/search?q=cicada","urlObject":{"protocol":"https","path":["api","events","search"],"host":["tessarus","gdsckgec","in"],"query":[{"key":"q","value":"cicada"}],"variable":[]}},"response":[],"_postman_id":"e0185995-7e74-4428-855c-4b0e9d36020a"},{"name":"Get participants for single event Copy","id":"00b7064b-2f65-4a7c-93dd-bd4ba2b67e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [volunteer_token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/events/getparticipants/6406045f27d471ad8cd3fdd3","urlObject":{"protocol":"http","port":"3003","path":["api","events","getparticipants","6406045f27d471ad8cd3fdd3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00b7064b-2f65-4a7c-93dd-bd4ba2b67e73"}],"id":"366bb318-00ba-478e-a93a-19bb32591538","_postman_id":"366bb318-00ba-478e-a93a-19bb32591538","description":""},{"name":"Ticket","item":[{"name":"Fetch Ticket","id":"4378a5f9-1725-4321-9b94-be86fde94054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/tickets/63d8e55f6db0a48662af2c80","urlObject":{"protocol":"https","path":["api","tickets","63d8e55f6db0a48662af2c80"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"4378a5f9-1725-4321-9b94-be86fde94054"},{"name":"Fetch All Tickets for user","id":"3f78fe81-225b-4c1d-a5ff-699c5c0835b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/tickets/allforusers","urlObject":{"protocol":"https","path":["api","tickets","allforusers"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f78fe81-225b-4c1d-a5ff-699c5c0835b5"},{"name":"CheckIn for Events (Volunteer)","id":"1701e96b-f98d-4b8e-8815-a062a217226a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/tickets/checkin/63d8e55f6db0a48662af2c80","urlObject":{"protocol":"https","path":["api","tickets","checkin","63d8e55f6db0a48662af2c80"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"1701e96b-f98d-4b8e-8815-a062a217226a"},{"name":"Fetch All Tickets for user (Volunteer) Copy","id":"9d01d2f9-dc7e-4f07-af45-4c36ae3e807e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [volunteer_token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://tessarus.gdsckgec.in/api/tickets/allforusers/[userID]","urlObject":{"protocol":"https","path":["api","tickets","allforusers","[userID]"],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d01d2f9-dc7e-4f07-af45-4c36ae3e807e"}],"id":"e63cf633-b2f5-45a9-9bcd-f6021afac991","_postman_id":"e63cf633-b2f5-45a9-9bcd-f6021afac991","description":""},{"name":"Utils","item":[{"name":"Upload Images","id":"fbd1f297-a3a8-4aee-bf43-84dd91f067a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"UTILS-API-KEY","value":"[your scret]","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"images","type":"file","src":"/Users/soumyajitpc/Downloads/3fcb2b34d2d0d24fc888be5d6f6a4e84.png"}]},"url":"https://tessarus-prod.espektro.in/api/utils/uploadimages","urlObject":{"protocol":"https","path":["api","utils","uploadimages"],"host":["tessarus-prod","espektro","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbd1f297-a3a8-4aee-bf43-84dd91f067a9"}],"id":"d94f7a2b-075f-475b-bfec-554a4871f99c","_postman_id":"d94f7a2b-075f-475b-bfec-554a4871f99c","description":""},{"name":"Transactions","item":[{"name":"Create Transaction","id":"d61cd5a4-0351-4a80-8299-24a29fb53be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer [bearer]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"100\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/users/transaction","urlObject":{"protocol":"http","port":"3003","path":["api","users","transaction"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d61cd5a4-0351-4a80-8299-24a29fb53be3"},{"name":"Update Transaction","id":"09d89683-7dc0-4f0b-895a-49caffbd4a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer [bearer]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"6412285c3d8667a4cea938c3\",\n    \"paymentId\":\"djkbfskjbfks\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/users/transaction","urlObject":{"protocol":"http","port":"3003","path":["api","users","transaction"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"09d89683-7dc0-4f0b-895a-49caffbd4a95"},{"name":"Refresh Transcation","id":"4f2ab1ef-5a6e-416a-ad6d-d64135163209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"6412285c3d8667a4cea938c3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/users/transaction","urlObject":{"protocol":"http","port":"3003","path":["api","users","transaction"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f2ab1ef-5a6e-416a-ad6d-d64135163209"}],"id":"812d64b5-1d80-4f5f-b666-517be65bff46","_postman_id":"812d64b5-1d80-4f5f-b666-517be65bff46","description":""},{"name":"Analytics","item":[{"name":"Get club names","id":"1c5f84d3-af8b-40d8-bb26-301dbe7d0bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/analytics/clubs","urlObject":{"protocol":"http","port":"3003","path":["api","analytics","clubs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c5f84d3-af8b-40d8-bb26-301dbe7d0bc7"},{"name":"Get Log Details","id":"66b3c157-3a74-42c3-b0c7-60a57c1d61bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/analytics/log","urlObject":{"protocol":"http","port":"3003","path":["api","analytics","log"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"66b3c157-3a74-42c3-b0c7-60a57c1d61bf"},{"name":"Get User Details","id":"a2aa36fd-eb96-43bd-95c7-e38a984ad832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/analytics/user?year=4&gender=male","urlObject":{"protocol":"http","port":"3003","path":["api","analytics","user"],"host":["localhost"],"query":[{"key":"year","value":"4"},{"key":"gender","value":"male"}],"variable":[]}},"response":[],"_postman_id":"a2aa36fd-eb96-43bd-95c7-e38a984ad832"},{"name":"Get Event Details","id":"5b66c3a8-fdc0-473e-9019-450a4f070599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [token]","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/api/analytics/event","urlObject":{"protocol":"http","port":"3003","path":["api","analytics","event"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b66c3a8-fdc0-473e-9019-450a4f070599"}],"id":"ac384123-baae-4d05-b223-72e09a2f98a3","_postman_id":"ac384123-baae-4d05-b223-72e09a2f98a3","description":""},{"name":"Test","id":"f4b1f7b3-2453-4742-9496-4f64174694c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://tessarus.gdsckgec.in/","urlObject":{"protocol":"https","path":[""],"host":["tessarus","gdsckgec","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4b1f7b3-2453-4742-9496-4f64174694c2"}]}