{"info":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","description":"<html><head></head><body><p>A comprehensive collection &amp; documentation of all API route requests and responses for ACM UCSD's Membership Portal API. If you encounter any unexpected errors or notice any inconsistencies, feel free to send us a message!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12949536","collectionId":"317e893a-b41e-4dad-9710-23764295e651","publishedId":"TVRedVwQ","public":true,"customColor":{"top-bar":"202020","right-sidebar":"303030","highlight":"00D5FF"},"publishDate":"2020-10-02T06:13:49.000Z"},"item":[{"name":"Event","item":[{"name":"Get All Events","id":"c8576f6d-54e5-45a5-a612-ccd831360c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event","description":"<p>Gets all lifetime events, sorted by start date, ascending.</p>\n<p>Can provide optional event search params (<code>committee</code>, <code>reversed</code>, <code>offset</code>, <code>limit</code>, <code>from</code> and <code>to</code>) to</p>\n<ul>\n<li><p>filter by committee</p>\n</li>\n<li><p>reverse the sort order</p>\n</li>\n<li><p>offset by a number of events</p>\n</li>\n<li><p>and paginate, respectively.</p>\n</li>\n</ul>\n","urlObject":{"path":["event"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"e7b92515-7bf1-4b07-ab64-041f1f5671c1","name":"Get All Events","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event"},"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":"1398"},{"key":"ETag","value":"W/\"576-60lSFHyTRG9B/YkpW7GxvGGyq8g\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:23:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"events\": [\n        {\n            \"uuid\": \"f9de28ca-80cc-4aeb-b8ed-ee9a92954e24\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"Bit-Byte Allocation\",\n            \"description\": \"The big reveal is here!\",\n            \"location\": \"Qualcomm Room\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-01T03:00:00.000Z\",\n            \"end\": \"2020-10-01T04:00:00.000Z\",\n            \"pointValue\": 20,\n            \"requiresStaff\": false,\n            \"staffPointBonus\": 0\n        },\n        {\n            \"uuid\": \"67f5223d-f721-402f-a536-2998101d7cd0\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"Hack School - NodeJS\",\n            \"description\": \"Learn Node.\",\n            \"location\": \"PC ERC Room\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-02T02:00:00.000Z\",\n            \"end\": \"2020-10-02T04:00:00.000Z\",\n            \"pointValue\": 30,\n            \"requiresStaff\": true,\n            \"staffPointBonus\": 5\n        },\n        {\n            \"uuid\": \"bb95dea5-e9d4-4b65-8606-0286dbff4c05\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"ACM Eats: Taco Stand\",\n            \"description\": \"Taco Tuesday.\",\n            \"location\": \"PC Loop\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-02T02:00:00.000Z\",\n            \"end\": \"2020-10-02T04:00:00.000Z\",\n            \"pointValue\": 15,\n            \"requiresStaff\": false,\n            \"staffPointBonus\": 0\n        },\n        {\n            \"uuid\": \"c00b5de1-fffb-42a9-bf06-94a4022d016d\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"Pool and Ping Pong\",\n            \"description\": \"Game night.\",\n            \"location\": \"PC Game Room\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-03T02:00:00.000Z\",\n            \"end\": \"2020-10-03T03:00:00.000Z\",\n            \"pointValue\": 10,\n            \"requiresStaff\": false,\n            \"staffPointBonus\": 0\n        }\n    ]\n}"}],"_postman_id":"c8576f6d-54e5-45a5-a612-ccd831360c21"},{"name":"Get Past Events","id":"f54c66b2-4ee0-475b-905f-8d2ffe1f9ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event/past","description":"<p>Gets all past events, sorted by start date, descending (starting with the most recent event).</p>\n<p>Can provide optional event search params (<code>committee</code>, <code>reversed</code>, <code>offset</code>, <code>limit</code>, <code>from</code> and <code>to</code>) to</p>\n<ul>\n<li>filter by committee</li>\n<li>reverse the sort order</li>\n<li>offset by a number of events</li>\n<li>and paginate, respectively.</li>\n</ul>\n","urlObject":{"path":["event","past"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"2cd3cdea-eaa1-4a75-89b4-57182c51bffd","name":"Get Past Events","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event/past"},"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":"1058"},{"key":"ETag","value":"W/\"422-fXf/vRzj9W0VZnTCG5H+aUfQEPo\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:24:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"events\": [\n        {\n            \"uuid\": \"f9de28ca-80cc-4aeb-b8ed-ee9a92954e24\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"Bit-Byte Allocation\",\n            \"description\": \"The big reveal is here!\",\n            \"location\": \"Qualcomm Room\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-01T03:00:00.000Z\",\n            \"end\": \"2020-10-01T04:00:00.000Z\",\n            \"pointValue\": 20,\n            \"requiresStaff\": false,\n            \"staffPointBonus\": 0\n        },\n        {\n            \"uuid\": \"67f5223d-f721-402f-a536-2998101d7cd0\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"Hack School - NodeJS\",\n            \"description\": \"Learn Node.\",\n            \"location\": \"PC ERC Room\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-02T02:00:00.000Z\",\n            \"end\": \"2020-10-02T04:00:00.000Z\",\n            \"pointValue\": 30,\n            \"requiresStaff\": true,\n            \"staffPointBonus\": 5\n        },\n        {\n            \"uuid\": \"bb95dea5-e9d4-4b65-8606-0286dbff4c05\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"ACM Eats: Taco Stand\",\n            \"description\": \"Taco Tuesday.\",\n            \"location\": \"PC Loop\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-02T02:00:00.000Z\",\n            \"end\": \"2020-10-02T04:00:00.000Z\",\n            \"pointValue\": 15,\n            \"requiresStaff\": false,\n            \"staffPointBonus\": 0\n        }\n    ]\n}"}],"_postman_id":"f54c66b2-4ee0-475b-905f-8d2ffe1f9ad5"},{"name":"Get Future Events","id":"49f7088f-8b19-450f-955c-8a44013213ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event/future","description":"<p>Gets all future events, sorted by start date, ascending (starting with the next upcoming event).</p>\n<p>Can provide optional event search params (<code>committee</code>, <code>reversed</code>, <code>offset</code>, <code>limit</code>, <code>from</code> and <code>to</code>) to</p>\n<ul>\n<li><p>filter by committee</p>\n</li>\n<li><p>reverse the sort order</p>\n</li>\n<li><p>offset by a number of events</p>\n</li>\n<li><p>and paginate, respectively.</p>\n</li>\n</ul>\n","urlObject":{"path":["event","future"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"62597742-66a8-4e31-87d3-ee9636436981","name":"Get Future Events","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event/future"},"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":"365"},{"key":"ETag","value":"W/\"16d-bdGW4m1WMi7ZGe2EiWY2yks3zHA\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:24:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"events\": [\n        {\n            \"uuid\": \"c00b5de1-fffb-42a9-bf06-94a4022d016d\",\n            \"organization\": \"ACM\",\n            \"committee\": \"\",\n            \"thumbnail\": null,\n            \"cover\": null,\n            \"title\": \"Pool and Ping Pong\",\n            \"description\": \"Game night.\",\n            \"location\": \"PC Game Room\",\n            \"eventLink\": null,\n            \"start\": \"2020-10-03T02:00:00.000Z\",\n            \"end\": \"2020-10-03T03:00:00.000Z\",\n            \"pointValue\": 10,\n            \"requiresStaff\": false,\n            \"staffPointBonus\": 0\n        }\n    ]\n}"}],"_postman_id":"49f7088f-8b19-450f-955c-8a44013213ae"},{"name":"Get Event","id":"c043471a-dca4-47f4-a280-c7be4bebb324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event/ef7fb0a1-48fb-41f3-b88c-82428774e2a1","description":"<p>Gets a single event, specified by the UUID provided in the URL parameter.</p>\n","urlObject":{"path":["event","ef7fb0a1-48fb-41f3-b88c-82428774e2a1"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"767da21a-b075-4c09-bfd8-1c2f34541ccc","name":"Get Event","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/event/ef7fb0a1-48fb-41f3-b88c-82428774e2a1"},"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":"386"},{"key":"ETag","value":"W/\"182-JX72dEq84aHX+BpakZ0wbC/zOLE\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:25:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"event\": {\n        \"uuid\": \"67f5223d-f721-402f-a536-2998101d7cd0\",\n        \"organization\": \"ACM\",\n        \"committee\": \"\",\n        \"thumbnail\": null,\n        \"cover\": null,\n        \"title\": \"Hack School - NodeJS\",\n        \"description\": \"Learn Node.\",\n        \"location\": \"PC ERC Room\",\n        \"eventLink\": null,\n        \"start\": \"2020-10-02T02:00:00.000Z\",\n        \"end\": \"2020-10-02T04:00:00.000Z\",\n        \"pointValue\": 30,\n        \"requiresStaff\": true,\n        \"staffPointBonus\": 5,\n        \"attendanceCode\": \"n0d3\"\n    }\n}"}],"_postman_id":"c043471a-dca4-47f4-a280-c7be4bebb324"},{"name":"Create Event","event":[{"listen":"test","script":{"id":"d0fc45a5-61cf-47da-b48b-fedd5922cf88","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set('created_event_uuid', body.event.uuid)"],"type":"text/javascript","packages":{}}}],"id":"e7e8dc29-a035-4b74-bc34-df5bdf478899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event\": {\n        \"cover\": \"https://www.google.com\",\n        \"title\": \"Overlapping 2\",\n        \"description\": \"Indoor Pool Party\",\n        \"location\": \"RIMAC\",\n        \"committee\": \"ACM\",\n        \"start\": \"2024-10-19T05:00:00.000Z\",\n        \"end\": \"2024-10-20T07:00:00.000Z\",\n        \"attendanceCode\": \"code5\",\n        \"pointValue\": 10,\n        \"discordEvent\": \"58a47f23-3cce-424e-a940-e73617f8f592\",\n        \"googleCalendarEvent\": \"1236042408224100535\"\n    }\n}"},"url":"http://localhost:3000/api/v2/event","description":"<p>Creates an event.</p>\n","urlObject":{"path":["event"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"081d1b6d-4db5-427e-8352-385bc821628a","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": {\n        \"cover\": \"https://www.google.com\",\n        \"title\": \"ACM Party @ RIMAC\",\n        \"description\": \"Indoor Pool Party\",\n        \"location\": \"RIMAC\",\n        \"committee\": \"ACM\",\n        \"start\": \"2020-08-20T12:00:00.000Z\",\n        \"end\": \"2020-08-20T14:00:00.000Z\",\n        \"attendanceCode\": \"p4rty\",\n        \"pointValue\": 10\n    }\n}"},"url":"http://localhost:3000/api/v2/event"},"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":"383"},{"key":"ETag","value":"W/\"17f-MpMMLpkNqBbJBZNrnKxIGdAWST0\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:32:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"event\": {\n        \"uuid\": \"36699a50-eeda-4020-aa94-7a71feb472f2\",\n        \"organization\": \"ACM\",\n        \"committee\": \"ACM\",\n        \"thumbnail\": null,\n        \"cover\": \"https://www.google.com\",\n        \"title\": \"ACM Party @ RIMAC\",\n        \"description\": \"Indoor Pool Party\",\n        \"location\": \"RIMAC\",\n        \"eventLink\": null,\n        \"start\": \"2020-08-20T12:00:00.000Z\",\n        \"end\": \"2020-08-20T14:00:00.000Z\",\n        \"pointValue\": 10,\n        \"requiresStaff\": false,\n        \"staffPointBonus\": 0\n    }\n}"}],"_postman_id":"e7e8dc29-a035-4b74-bc34-df5bdf478899"},{"name":"Upload Event Cover","id":"501a1a23-09df-4a35-b2a1-0f93e6a90c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/caoga/OneDrive - UC San Diego/Pictures/TrollPics/PixelAlex.png"],"src":"postman-cloud:///1ef0fd02-472c-4410-b991-6d98975b69a8"}]},"url":"http://localhost:3000/api/v2/event/picture/33bf1b2c-9ae8-43b7-8eb4-bc490549aaec","description":"<p>Uploads an event cover image to the specified event in the URL parameter.</p>\n","urlObject":{"path":["event","picture","33bf1b2c-9ae8-43b7-8eb4-bc490549aaec"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"5ae01a72-c36e-42a8-b9a2-8cb11325b7ec","name":"Upload Event Cover","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/home/shrav/Pictures/TUNAK.png"}]},"url":"http://localhost:3000/api/v2/event/picture/33bf1b2c-9ae8-43b7-8eb4-bc490549aaec"},"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":"501"},{"key":"ETag","value":"W/\"1f5-z9us7bctw1dUv/2Y2CGV21nZv6E\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:32:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"event\": {\n        \"uuid\": \"36699a50-eeda-4020-aa94-7a71feb472f2\",\n        \"organization\": \"ACM\",\n        \"committee\": \"ACM\",\n        \"thumbnail\": null,\n        \"cover\": \"https://acmucsd-membership-portal.s3.us-west-1.amazonaws.com/portal/events/36699a50-eeda-4020-aa94-7a71feb472f2.png\",\n        \"title\": \"ACM Party @ RIMAC\",\n        \"description\": \"Indoor Pool Party\",\n        \"location\": \"RIMAC\",\n        \"eventLink\": null,\n        \"start\": \"2020-08-20T12:00:00.000Z\",\n        \"end\": \"2020-08-20T14:00:00.000Z\",\n        \"pointValue\": 10,\n        \"requiresStaff\": false,\n        \"staffPointBonus\": 0,\n        \"attendanceCode\": \"p4rty\"\n    }\n}"}],"_postman_id":"501a1a23-09df-4a35-b2a1-0f93e6a90c56"},{"name":"Update Event","id":"f7b96fd9-959f-49bf-87cf-6880f1bf546a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": {\n        \"title\": \"ACM Leetcoding Session @ RIMAC\",\n        \"description\": \"Just kidding, it's a surprise leetcode session!\"\n    }\n}"},"url":"http://localhost:3000/api/v2/event/33bf1b2c-9ae8-43b7-8eb4-bc490549aaec","description":"<p>Updates an event specified in the URL parameter.</p>\n","urlObject":{"path":["event","33bf1b2c-9ae8-43b7-8eb4-bc490549aaec"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"c65c5381-43d3-4813-96b4-069a3debff82","name":"Update Event","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": {\n        \"title\": \"ACM Leetcoding Session @ RIMAC\",\n        \"description\": \"Just kidding, it's a surprise leetcode session!\"\n    }\n}"},"url":"http://localhost:3000/api/v2/event/33bf1b2c-9ae8-43b7-8eb4-bc490549aaec"},"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":"544"},{"key":"ETag","value":"W/\"220-Hc5pKDqXNHHr2LxLRASilR7o5pY\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:33:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"event\": {\n        \"uuid\": \"36699a50-eeda-4020-aa94-7a71feb472f2\",\n        \"organization\": \"ACM\",\n        \"committee\": \"ACM\",\n        \"thumbnail\": null,\n        \"cover\": \"https://acmucsd-membership-portal.s3.us-west-1.amazonaws.com/portal/events/36699a50-eeda-4020-aa94-7a71feb472f2.png\",\n        \"title\": \"ACM Leetcoding Session @ RIMAC\",\n        \"description\": \"Just kidding, it's a surprise leetcode session!\",\n        \"location\": \"RIMAC\",\n        \"eventLink\": null,\n        \"start\": \"2020-08-20T12:00:00.000Z\",\n        \"end\": \"2020-08-20T14:00:00.000Z\",\n        \"pointValue\": 10,\n        \"requiresStaff\": false,\n        \"staffPointBonus\": 0,\n        \"attendanceCode\": \"p4rty\"\n    }\n}"}],"_postman_id":"f7b96fd9-959f-49bf-87cf-6880f1bf546a"},{"name":"Delete Event","id":"f2c1b499-bbbd-42dd-819a-102f1b1d7bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/event/ef7fb0a1-48fb-41f3-b88c-82428774e2a1","description":"<p>Deletes an event specified in the URL parameter. Since this is a <code>DELETE</code> request, there is no response body.</p>\n","urlObject":{"path":["event","ef7fb0a1-48fb-41f3-b88c-82428774e2a1"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"a9ecece8-cb41-4b68-9b20-049ae9f1ce2d","name":"Delete Event","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"url":"http://localhost:3000/api/v2/event/33bf1b2c-9ae8-43b7-8eb4-bc490549aaec"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:33:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"f2c1b499-bbbd-42dd-819a-102f1b1d7bfa"},{"name":"Add Event Feedback","id":"2f4ba73d-f7f7-4b5a-b92f-16b236ca3494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"feedback\": [\"Fun\", \"Interactive\", \"Engaging\"]\n}"},"url":"http://localhost:3000/api/v2/event/ef7fb0a1-48fb-41f3-b88c-82428774e2a1/feedback","urlObject":{"path":["event","ef7fb0a1-48fb-41f3-b88c-82428774e2a1","feedback"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"ee1788ff-369d-426e-bb9f-bafe3d7ad295","name":"Add Event Feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"feedback\": [\"Fun\", \"Interactive\", \"Engaging\"]\n}"},"url":"http://localhost:3000/api/v2/feedback/event/ef7fb0a1-48fb-41f3-b88c-82428774e2a1"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Sat, 24 Oct 2020 05:25:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"2f4ba73d-f7f7-4b5a-b92f-16b236ca3494"}],"id":"00ed6877-79b3-4734-8323-911e1790988c","description":"<p>All API routes related to Events.</p>\n","_postman_id":"00ed6877-79b3-4734-8323-911e1790988c","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"User","item":[{"name":"Get Current User Profile","id":"cd1d1fce-78cf-49e1-9419-a3c505aece6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user","urlObject":{"path":["user"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b08510a3-9eb9-4ec7-a7c3-43b3de967d4a","name":"Get Current User Profile","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Mar 2023 22:47:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"162-JEVIqN7Sfknk8eI8LKUkdZZOq+U\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"91a65089-09a3-40cd-ac7f-0883b1674418\",\n        \"handle\": \"shravan-hariharan-f0df2e\",\n        \"email\": \"smhariha@ucsd.edu\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"profilePicture\": null,\n        \"accessType\": \"STAFF\",\n        \"state\": \"ACTIVE\",\n        \"graduationYear\": 2029,\n        \"major\": \"Mathematics\",\n        \"bio\": null,\n        \"points\": 65,\n        \"credits\": 6500,\n        \"resumes\": [],\n        \"userSocialMedia\": []\n    }\n}"}],"_postman_id":"cd1d1fce-78cf-49e1-9419-a3c505aece6a"},{"name":"Get Public User Profile by UUID","id":"bc992bd6-8d13-4a2c-9943-768afc0f18f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/0c146678-89ff-45eb-96db-1f11a6fc5168","urlObject":{"path":["user","0c146678-89ff-45eb-96db-1f11a6fc5168"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"8a36cf47-510f-4b6f-be2e-7e97949b4a3b","name":"Get Public User Profile","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/f2d07fee-3425-4abb-a1a7-61138e890424"},"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":"199"},{"key":"ETag","value":"W/\"c7-n83iDC76RV1hiWSRVa2NSpgfVSA\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:14:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"e0880a3b-f845-4f15-a9f9-c3315ccb0d77\",\n        \"firstName\": \"Stanley\",\n        \"lastName\": \"Lee\",\n        \"profilePicture\": null,\n        \"graduationYear\": 2022,\n        \"major\": \"Data Science\",\n        \"bio\": null,\n        \"points\": 105,\n        \"credits\": 10500,\n        \"resumes\": [],\n        \"userSocialMedia\": []\n    }\n}"}],"_postman_id":"bc992bd6-8d13-4a2c-9943-768afc0f18f5"},{"name":"Get Public User Profile by Handle","id":"274af7eb-0565-436c-8961-80a3b236d0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/handle/shaniya-pacocha-36eafb","urlObject":{"path":["user","handle","shaniya-pacocha-36eafb"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"808e2be7-3015-43e9-a869-e9837466c101","name":"Get Public User Profile by Handle","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/handle/tracydibbertF3474b"},"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":"330"},{"key":"ETag","value":"W/\"14a-bY7dsop5wsPRwU1wpe1c1BKNeds\""},{"key":"Date","value":"Fri, 17 Feb 2023 05:58:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"5a3c7e8c-1b50-4d92-b1f7-05ed8acdbab3\",\n        \"handle\": \"tracydibbertF3474b\",\n        \"email\": \"smhariha@ucsd.edu\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"profilePicture\": null,\n        \"accessType\": \"STAFF\",\n        \"state\": \"ACTIVE\",\n        \"graduationYear\": 2024,\n        \"major\": \"Bioinformatics\",\n        \"bio\": null,\n        \"points\": 50,\n        \"credits\": 5000,\n        \"resumes\": []\n    }\n}"}],"_postman_id":"274af7eb-0565-436c-8961-80a3b236d0bb"},{"name":"Get Current User Activity","id":"f7987060-2f08-4e3d-bc92-fb3c894af1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/activity","urlObject":{"path":["user","activity"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b2de5082-7656-4f5b-b1ee-eae5b7928249","name":"Get Current User Activity","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/activity"},"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":"500"},{"key":"ETag","value":"W/\"1f4-CAReJRcHuFdQF7JqBAOwXSkaKE0\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:15:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"activity\": [\n        {\n            \"type\": \"MILESTONE\",\n            \"description\": \"ACM 1 Year Anniversary\",\n            \"pointsEarned\": 50,\n            \"timestamp\": \"2020-10-02T03:09:28.560Z\"\n        },\n        {\n            \"type\": \"BONUS_POINTS\",\n            \"description\": \"For (almost) winning Bit-Byte assassins\",\n            \"pointsEarned\": 100,\n            \"timestamp\": \"2020-10-02T03:10:28.110Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT_AS_STAFF\",\n            \"description\": null,\n            \"pointsEarned\": 30,\n            \"timestamp\": \"2020-10-02T03:17:20.360Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT_AS_STAFF\",\n            \"description\": null,\n            \"pointsEarned\": 30,\n            \"timestamp\": \"2020-10-02T03:19:17.036Z\"\n        }\n    ]\n}"}],"_postman_id":"f7987060-2f08-4e3d-bc92-fb3c894af1b5"},{"name":"Get Public User Activity","id":"ce5d90fd-4ff9-4b14-9894-7e9902dbbf71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/f2d07fee-3425-4abb-a1a7-61138e890424/activity","urlObject":{"path":["user","f2d07fee-3425-4abb-a1a7-61138e890424","activity"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"d0857a9e-7505-426f-a578-6255090b4451","name":"Get Public User Activity","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/user/f2d07fee-3425-4abb-a1a7-61138e890424/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:40:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"766"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2fe-8KROVn5ynP8t1bLhuajTFn9IyzA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"activity\": [\n        {\n            \"type\": \"ACCOUNT_CREATE\",\n            \"scope\": \"PUBLIC\",\n            \"description\": null,\n            \"pointsEarned\": 0,\n            \"timestamp\": \"2023-01-11T15:00:23.386Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT_AS_STAFF\",\n            \"scope\": \"PUBLIC\",\n            \"description\": null,\n            \"pointsEarned\": 20,\n            \"timestamp\": \"2023-02-05T12:39:17.464Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT_AS_STAFF\",\n            \"scope\": \"PUBLIC\",\n            \"description\": null,\n            \"pointsEarned\": 15,\n            \"timestamp\": \"2023-02-06T12:08:58.476Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT_AS_STAFF\",\n            \"scope\": \"PUBLIC\",\n            \"description\": null,\n            \"pointsEarned\": 20,\n            \"timestamp\": \"2023-02-08T12:09:53.458Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT_AS_STAFF\",\n            \"scope\": \"PUBLIC\",\n            \"description\": null,\n            \"pointsEarned\": 25,\n            \"timestamp\": \"2023-02-10T12:43:52.614Z\"\n        },\n        {\n            \"type\": \"ATTEND_EVENT\",\n            \"scope\": \"PUBLIC\",\n            \"description\": null,\n            \"pointsEarned\": 20,\n            \"timestamp\": \"2023-02-11T15:51:57.033Z\"\n        }\n    ]\n}"}],"_postman_id":"ce5d90fd-4ff9-4b14-9894-7e9902dbbf71"},{"name":"Upload Profile Picture","id":"ce4bac6b-6850-4fcb-90b8-d1541e173a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/maxwn/OneDrive/Pictures/smallish.jpg"}]},"url":"http://localhost:3000/api/v2/user/picture","urlObject":{"path":["user","picture"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b7b2ab09-ac3d-4eb0-9bde-b31967be051c","name":"Upload Profile Picture","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/home/shrav/Pictures/TUNAK.png"}]},"url":"http://localhost:3000/api/v2/user/picture"},"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":"402"},{"key":"ETag","value":"W/\"192-uxSHlYneOW4LZ+3aHwCQdPYX+FY\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:16:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"7dc03709-4a52-4ff1-b886-982a56d3d0de\",\n        \"email\": \"smhariha@ucsd.edu\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"profilePicture\": \"https://acmucsd-membership-portal.s3.us-west-1.amazonaws.com/portal/profiles/7dc03709-4a52-4ff1-b886-982a56d3d0de.png\",\n        \"accessType\": \"ADMIN\",\n        \"state\": \"ACTIVE\",\n        \"graduationYear\": 2023,\n        \"major\": \"Computer Science\",\n        \"bio\": null,\n        \"points\": 900,\n        \"credits\": 0\n    }\n}"}],"_postman_id":"ce4bac6b-6850-4fcb-90b8-d1541e173a0e"},{"name":"Update User Profile","id":"c2771f49-84e2-4800-a607-d1e3b1ca1cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": {\r\n        \"major\": \"Computer Engineering\",\r\n        \"bio\": \"My name is Shravan\",\r\n        \"handle\": \"shravya\",\r\n        \"isAttendancePublic\": false,\r\n        \"onboardingSeen\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/user","urlObject":{"path":["user"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"5d02a75d-5058-4c86-96f1-1538cb086b52","name":"Update User Profile","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": {\r\n        \"major\": \"Computer Engineering\",\r\n        \"bio\": \"My name is Shravan\",\r\n        \"handle\": \"shravan123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"331"},{"key":"ETag","value":"W/\"14b-JBInIFbtcxmDUVrUjBPT8Y01sAE\""},{"key":"Date","value":"Fri, 17 Feb 2023 05:59:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"5a3c7e8c-1b50-4d92-b1f7-05ed8acdbab3\",\n        \"handle\": \"shravy\",\n        \"email\": \"smhariha@ucsd.edu\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"profilePicture\": null,\n        \"accessType\": \"STAFF\",\n        \"state\": \"ACTIVE\",\n        \"graduationYear\": 2024,\n        \"major\": \"Computer Engineering\",\n        \"bio\": \"My name is Shravan\",\n        \"points\": 50,\n        \"credits\": 5000\n    }\n}"}],"_postman_id":"c2771f49-84e2-4800-a607-d1e3b1ca1cc4"},{"name":"Collect Onboarding Reward","id":"72d98d4e-2b4a-455f-83e3-da27d1bc8d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"PATCH","header":[],"url":"http://localhost:3000/api/v2/user/onboarding/collect","urlObject":{"path":["user","onboarding","collect"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"222ab90d-2d35-4c88-a1d2-d17af9930227","name":"Collect Onboarding Reward","originalRequest":{"method":"PATCH","header":[],"url":"http://localhost:3000/api/v2/user/onboarding/collect"},"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":"614"},{"key":"ETag","value":"W/\"266-lcNVWvnL+EAuIzzhWbPoug0uib0\""},{"key":"Date","value":"Sun, 20 Oct 2024 04:30:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"664238c0-516a-4da9-8f10-da2e9128912d\",\n        \"handle\": \"shravya\",\n        \"email\": \"acm_standard@ucsd.edu\",\n        \"firstName\": \"Tyson\",\n        \"lastName\": \"Waters\",\n        \"hash\": \"$2b$10$WNZRaGHvj3blWAtosHrSDeH4wuSkpwmEVq4obpKr4nujs4XavIgmG\",\n        \"profilePicture\": \"https://acmucsd-local.s3.us-west-1.amazonaws.com/nikhil-bestdev//portal/profiles/664238c0-516a-4da9-8f10-da2e9128912d.jpg\",\n        \"accessType\": \"STANDARD\",\n        \"state\": \"ACTIVE\",\n        \"accessCode\": null,\n        \"graduationYear\": 2024,\n        \"major\": \"Computer Engineering\",\n        \"bio\": \"My name is Shravan\",\n        \"isAttendancePublic\": false,\n        \"points\": 60,\n        \"credits\": 6000,\n        \"onboardingSeen\": false,\n        \"onboardingCollected\": true\n    }\n}"}],"_postman_id":"72d98d4e-2b4a-455f-83e3-da27d1bc8d53"}],"id":"f408287b-1a88-4a02-8094-fb5af6661b48","_postman_id":"f408287b-1a88-4a02-8094-fb5af6661b48","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Auth","item":[{"name":"Register Account","event":[{"listen":"test","script":{"id":"27deeb35-1b40-4b81-8dfb-1a9eb8e38723","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"registration_email\", body.user.email);"],"type":"text/javascript"}}],"id":"49dd6308-e236-43d5-8d90-9fb28a61911d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"email\": \"shravan@acmucsd.org\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"password\": \"goodpassword\",\n        \"graduationYear\": 2023,\n        \"major\": \"Computer Science\"\n    }\n}"},"url":"http://localhost:3000/api/v2/auth/registration","urlObject":{"path":["auth","registration"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b4e956bb-f2bb-4b70-9b69-4017fa002d3f","name":"Register Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"user\": {\n        \"email\": \"shravan@acmucsd.org\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"password\": \"goodpassword\",\n        \"graduationYear\": 2023,\n        \"major\": \"Computer Science\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/auth/registration"},"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":"291"},{"key":"ETag","value":"W/\"123-UZzXyeVUvPm6p5E+FzIwo5/bJdE\""},{"key":"Date","value":"Fri, 02 Oct 2020 02:11:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"user\": {\n        \"uuid\": \"69b8f382-268d-4437-bf6b-a5fc2a6eac22\",\n        \"email\": \"shravan@acmucsd.org\",\n        \"firstName\": \"Shravan\",\n        \"lastName\": \"Hariharan\",\n        \"profilePicture\": null,\n        \"accessType\": \"STANDARD\",\n        \"state\": \"PENDING\",\n        \"graduationYear\": 2023,\n        \"major\": \"Computer Science\",\n        \"bio\": null,\n        \"points\": 0,\n        \"credits\": 0\n    }\n}"}],"_postman_id":"49dd6308-e236-43d5-8d90-9fb28a61911d"},{"name":"Login (Standard)","event":[{"listen":"test","script":{"id":"7c03570c-e4ac-467f-90a2-9a01177b1968","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"standard_auth_token\", body.token);"],"type":"text/javascript","packages":{}}}],"id":"8c876ef4-0574-4061-9b10-47045e7ec6f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm_standard@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"f88f7a3d-e913-4711-b1f8-c10d38eb63e4","name":"Login (Standard)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"smhariha@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:37:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"e9-GNK4p2CAsb7+yeASj1zKmW9y/JI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiY2Y5MmRhNTgtNmQ1MC00ZGVmLWI0YzktZjQxYTNhYzMxYjRlIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzYxNTg2NzEsImV4cCI6MTY3NzM2ODI3MX0.MLkUbq5F7PPQecUH7e08rvjBdQegQLEqGLY1edF9xK4\"\n}"}],"_postman_id":"8c876ef4-0574-4061-9b10-47045e7ec6f6"},{"name":"Login (Staff)","event":[{"listen":"test","script":{"id":"7c03570c-e4ac-467f-90a2-9a01177b1968","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"staff_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"fd72ab40-4947-497d-84ac-cd63c80975a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"tkwan@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"2420ebe3-164c-4953-8ccd-09ee3d724261","name":"Login (Standard)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"smhariha@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:37:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"e9-GNK4p2CAsb7+yeASj1zKmW9y/JI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiY2Y5MmRhNTgtNmQ1MC00ZGVmLWI0YzktZjQxYTNhYzMxYjRlIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzYxNTg2NzEsImV4cCI6MTY3NzM2ODI3MX0.MLkUbq5F7PPQecUH7e08rvjBdQegQLEqGLY1edF9xK4\"\n}"}],"_postman_id":"fd72ab40-4947-497d-84ac-cd63c80975a2"},{"name":"Login (Admin)","event":[{"listen":"test","script":{"id":"69df07b7-9427-4a23-8ac9-2e2dacaf7287","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"admin_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"087150dd-c3d6-43dc-a81c-2f5c3e42ba2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"d1eb279d-f4b7-4e71-b7d7-a7cfa6e88919","name":"Login (Admin)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"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":"232"},{"key":"ETag","value":"W/\"e8-2lFYPVEBbpGSknT8bHx73T06g2M\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:36:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWFhNjU3MDYtNzdiZS00NGZmLWE5YTYtY2Y4YWI2MDY5NGIxIiwiYWRtaW4iOnRydWUsImlhdCI6MTYwNDcyNzQwMSwiZXhwIjoxNjA1OTM3MDAxfQ.8gzoVA_CZs4atBggAZc9bBOuG4r6Ye7t2coOCAlO1eo\"\n}"}],"_postman_id":"087150dd-c3d6-43dc-a81c-2f5c3e42ba2e"},{"name":"Login (Marketing)","event":[{"listen":"test","script":{"id":"69df07b7-9427-4a23-8ac9-2e2dacaf7287","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"marketing_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"6b407db9-59f0-4cf5-8ee4-b246c982ba9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm_marketing@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"2670f78d-2cdf-4a4e-b47f-aeb787c9ddbe","name":"Login (Admin)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"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":"232"},{"key":"ETag","value":"W/\"e8-2lFYPVEBbpGSknT8bHx73T06g2M\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:36:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWFhNjU3MDYtNzdiZS00NGZmLWE5YTYtY2Y4YWI2MDY5NGIxIiwiYWRtaW4iOnRydWUsImlhdCI6MTYwNDcyNzQwMSwiZXhwIjoxNjA1OTM3MDAxfQ.8gzoVA_CZs4atBggAZc9bBOuG4r6Ye7t2coOCAlO1eo\"\n}"}],"_postman_id":"6b407db9-59f0-4cf5-8ee4-b246c982ba9d"},{"name":"Login (Store Manager)","event":[{"listen":"test","script":{"id":"69df07b7-9427-4a23-8ac9-2e2dacaf7287","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"store_manager_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"29262207-fe7b-4f5f-903e-e54fdf17c5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm_store_manager@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"fbd39bac-abc1-4c32-997d-6ba530824e8e","name":"Login (Admin)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"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":"232"},{"key":"ETag","value":"W/\"e8-2lFYPVEBbpGSknT8bHx73T06g2M\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:36:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWFhNjU3MDYtNzdiZS00NGZmLWE5YTYtY2Y4YWI2MDY5NGIxIiwiYWRtaW4iOnRydWUsImlhdCI6MTYwNDcyNzQwMSwiZXhwIjoxNjA1OTM3MDAxfQ.8gzoVA_CZs4atBggAZc9bBOuG4r6Ye7t2coOCAlO1eo\"\n}"}],"_postman_id":"29262207-fe7b-4f5f-903e-e54fdf17c5d8"},{"name":"Login (Store Distributor)","event":[{"listen":"test","script":{"id":"69df07b7-9427-4a23-8ac9-2e2dacaf7287","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"store_distributor_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"c0149779-c7b8-4a13-810c-3b719d7038cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm_store_distributor@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"7b42c53b-b5c9-4401-9320-8ae9705c4f78","name":"Login (Admin)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"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":"232"},{"key":"ETag","value":"W/\"e8-2lFYPVEBbpGSknT8bHx73T06g2M\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:36:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWFhNjU3MDYtNzdiZS00NGZmLWE5YTYtY2Y4YWI2MDY5NGIxIiwiYWRtaW4iOnRydWUsImlhdCI6MTYwNDcyNzQwMSwiZXhwIjoxNjA1OTM3MDAxfQ.8gzoVA_CZs4atBggAZc9bBOuG4r6Ye7t2coOCAlO1eo\"\n}"}],"_postman_id":"c0149779-c7b8-4a13-810c-3b719d7038cf"},{"name":"Login (Sponsorship Manager)","event":[{"listen":"test","script":{"id":"69df07b7-9427-4a23-8ac9-2e2dacaf7287","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"sponsorship_manager_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"a298b25e-1039-448f-8f63-d6f712307a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm_sponsorship_manager@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"52cbc66c-c0e3-4d30-ac68-8de531860eee","name":"Login (Admin)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"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":"232"},{"key":"ETag","value":"W/\"e8-2lFYPVEBbpGSknT8bHx73T06g2M\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:36:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWFhNjU3MDYtNzdiZS00NGZmLWE5YTYtY2Y4YWI2MDY5NGIxIiwiYWRtaW4iOnRydWUsImlhdCI6MTYwNDcyNzQwMSwiZXhwIjoxNjA1OTM3MDAxfQ.8gzoVA_CZs4atBggAZc9bBOuG4r6Ye7t2coOCAlO1eo\"\n}"}],"_postman_id":"a298b25e-1039-448f-8f63-d6f712307a91"},{"name":"Login (Restricted)","event":[{"listen":"test","script":{"id":"69df07b7-9427-4a23-8ac9-2e2dacaf7287","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"restricted_auth_token\", body.token);"],"type":"text/javascript"}}],"id":"10bdc430-4b49-480a-aa31-ec7a1efaa2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm_restricted@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"238921ef-d238-44b2-9636-08d2e33d31ce","name":"Login (Admin)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"acm@ucsd.edu\",\n\t\"password\": \"password\"\n}"},"url":"http://localhost:3000/api/v2/auth/login"},"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":"232"},{"key":"ETag","value":"W/\"e8-2lFYPVEBbpGSknT8bHx73T06g2M\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:36:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiZWFhNjU3MDYtNzdiZS00NGZmLWE5YTYtY2Y4YWI2MDY5NGIxIiwiYWRtaW4iOnRydWUsImlhdCI6MTYwNDcyNzQwMSwiZXhwIjoxNjA1OTM3MDAxfQ.8gzoVA_CZs4atBggAZc9bBOuG4r6Ye7t2coOCAlO1eo\"\n}"}],"_postman_id":"10bdc430-4b49-480a-aa31-ec7a1efaa2d8"},{"name":"Verify Email","id":"c03cdb46-48d2-412c-9e95-f5a297693c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/api/v2/auth/emailVerification/964252acde80a6049278d9a14561e285","urlObject":{"path":["auth","emailVerification","964252acde80a6049278d9a14561e285"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"9bdc43c3-f529-4ece-a3e0-5116de7d812f","name":"Verify Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/api/v2/auth/emailVerification/964252acde80a6049278d9a14561e285"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 02:27:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"c03cdb46-48d2-412c-9e95-f5a297693c80"},{"name":"Resend Email Verification","id":"995af58b-5099-4d6a-b5d0-5110d4c753f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/auth/emailVerification/shravan@acmucsd.org","urlObject":{"path":["auth","emailVerification","shravan@acmucsd.org"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"6b6c7a94-7ef9-430c-bb0c-ed85fa1e11e2","name":"Resend Email Verification","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"http://localhost:3000/api/v2/auth/emailVerification/shravan@acmucsd.org"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:27:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"995af58b-5099-4d6a-b5d0-5110d4c753f5"},{"name":"Send Password Reset Email","id":"a050221a-658f-4a4f-b7f5-109be836dd27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/auth/passwordReset/shravan@acmucsd.org","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}},"urlObject":{"path":["auth","passwordReset","shravan@acmucsd.org"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"25d74918-d30a-4c7e-ab7f-2596b9b67b59","name":"Send Password Reset Email","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/auth/passwordReset/shravan@acmucsd.org"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:33:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"a050221a-658f-4a4f-b7f5-109be836dd27"}],"id":"e654b793-2821-424e-9766-d7c52aafb598","_postman_id":"e654b793-2821-424e-9766-d7c52aafb598","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Admin","item":[{"name":"Create Milestone","id":"a70b8744-1edd-40aa-84fa-c59b38d31de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"milestone\": {\n        \"name\": \"ACM 1 Year Anniversary\",\n        \"points\": 50\n    }\n}"},"url":"http://localhost:3000/api/v2/admin/milestone","urlObject":{"path":["admin","milestone"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"c425a2da-b86b-436d-b8d6-0f789e78b9b1","name":"Create Milestone","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"milestone\": {\n        \"name\": \"ACM 1 Year Anniversary\",\n        \"points\": 50\n    }\n}"},"url":"http://localhost:3000/api/v2/admin/milestone"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 03:09:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"a70b8744-1edd-40aa-84fa-c59b38d31de5"},{"name":"Create Bonus","id":"feadaadd-e8db-4282-b5dd-c0d1791adc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bonus\": {\n        \"users\": [\n            \"smhariha@ucsd.edu\",\n            \"s3bansal@ucsd.edu\"\n        ],\n        \"description\": \"For (almost) winning Bit-Byte assassins\",\n        \"points\": 100\n    }\n}"},"url":"http://localhost:3000/api/v2/admin/bonus","urlObject":{"path":["admin","bonus"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"8f6716c6-c687-4444-bdf3-fd4f12dc0906","name":"Create Bonus","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"bonus\": {\n        \"users\": [\n            \"smhariha@ucsd.edu\",\n            \"jpan@ucsd.edu\",\n            \"s3bansal@ucsd.edu\"\n        ],\n        \"description\": \"For (almost) winning Bit-Byte assassins\",\n        \"points\": 100\n    }\n}"},"url":"http://localhost:3000/api/v2/admin/bonus"},"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":"81"},{"key":"ETag","value":"W/\"51-PscbVpOFnot9C7L7qHAvdc6JXmw\""},{"key":"Date","value":"Fri, 02 Oct 2020 03:10:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"emails\": [\n        \"smhariha@ucsd.edu\",\n        \"jpan@ucsd.edu\",\n        \"s3bansal@ucsd.edu\"\n    ]\n}"}],"_postman_id":"feadaadd-e8db-4282-b5dd-c0d1791adc7b"},{"name":"Get All User Emails","id":"574221ac-a0bd-42f3-a45d-9d909eabe170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/admin/email","urlObject":{"path":["admin","email"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"3fb334b3-eaf9-43ad-abd9-70bd27cc651d","name":"Get All User Emails","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/admin/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:41:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5192"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1448-S4AbPAlJVLk1L3QuSa1yQpeUihk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"emails\": [\n        \"acm@ucsd.edu\",\n        \"tkwan@ucsd.edu\",\n        \"stl005@ucsd.edu\",\n        \"smhariha@ucsd.edu\",\n        \"sisteine@ucsd.edu\",\n        \"r1truong@ucsd.edu\",\n        \"rzsun@ucsd.edu\",\n        \"s3bansal@ucsd.edu\",\n        \"acm_store@ucsd.edu\",\n        \"acm_restricted@ucsd.edu\",\n        \"acm_standard@ucsd.edu\",\n        \"acm_staff@ucsd.edu\",\n        \"acm_admin@ucsd.edu\",\n        \"acm_marketing@ucsd.edu\",\n        \"acm_store_manager@ucsd.edu\",\n        \"acm_store_distributor@ucsd.edu\",\n        \"enos35@ucsd.edu\",\n        \"keara_ebert40@ucsd.edu\",\n        \"santina.schulist@ucsd.edu\",\n        \"alexie44@ucsd.edu\",\n        \"kolby.okuneva21@ucsd.edu\",\n        \"raven.bogan@ucsd.edu\",\n        \"lonny96@ucsd.edu\",\n        \"elenora24@ucsd.edu\",\n        \"jovan_ruecker48@ucsd.edu\",\n        \"kaylee.flatley@ucsd.edu\",\n        \"ava_streich@ucsd.edu\",\n        \"monroe75@ucsd.edu\",\n        \"arnaldo9@ucsd.edu\",\n        \"jacynthe_lueilwitz@ucsd.edu\",\n        \"montana_swaniawski17@ucsd.edu\",\n        \"drake_lang@ucsd.edu\",\n        \"matt.abernathy@ucsd.edu\",\n        \"kaylee_bartell31@ucsd.edu\",\n        \"dalton_kulas56@ucsd.edu\",\n        \"daphnee.rosenbaum@ucsd.edu\",\n        \"kendra.grady@ucsd.edu\",\n        \"katherine.beer11@ucsd.edu\",\n        \"cathrine_connelly@ucsd.edu\",\n        \"terrell.kuphal64@ucsd.edu\",\n        \"tyra.conn@ucsd.edu\",\n        \"jabari22@ucsd.edu\",\n        \"chadd8@ucsd.edu\",\n        \"gardner.bins@ucsd.edu\",\n        \"kaci.bayer@ucsd.edu\",\n        \"parker.williamson@ucsd.edu\",\n        \"laurie57@ucsd.edu\",\n        \"garrett63@ucsd.edu\",\n        \"noemi_pagac46@ucsd.edu\",\n        \"alessandra82@ucsd.edu\",\n        \"margarette40@ucsd.edu\",\n        \"providenci.torphy93@ucsd.edu\",\n        \"theresa25@ucsd.edu\",\n        \"alyson_cartwright22@ucsd.edu\",\n        \"nathaniel9@ucsd.edu\",\n        \"roman.borer13@ucsd.edu\",\n        \"isidro21@ucsd.edu\",\n        \"lindsay_schaden@ucsd.edu\",\n        \"maye77@ucsd.edu\",\n        \"mariah.schmidt@ucsd.edu\",\n        \"kale_tillman@ucsd.edu\",\n        \"brooklyn.ebert@ucsd.edu\",\n        \"lula_jakubowski@ucsd.edu\",\n        \"frances37@ucsd.edu\",\n        \"elmo.christiansen@ucsd.edu\",\n        \"nola_heathcote81@ucsd.edu\",\n        \"antonio.collins46@ucsd.edu\",\n        \"lauren55@ucsd.edu\",\n        \"johnpaul3@ucsd.edu\",\n        \"kristy_yundt25@ucsd.edu\",\n        \"ismael_koepp23@ucsd.edu\",\n        \"regan.von@ucsd.edu\",\n        \"fleta.wolf@ucsd.edu\",\n        \"otho.zulauf@ucsd.edu\",\n        \"garret_mante@ucsd.edu\",\n        \"kallie36@ucsd.edu\",\n        \"zelda_wolf89@ucsd.edu\",\n        \"luis.brakus65@ucsd.edu\",\n        \"nickolas.morissette85@ucsd.edu\",\n        \"richie_kiehn83@ucsd.edu\",\n        \"garland_rice42@ucsd.edu\",\n        \"andreanne71@ucsd.edu\",\n        \"abe12@ucsd.edu\",\n        \"maynard.bernier33@ucsd.edu\",\n        \"audreanne83@ucsd.edu\",\n        \"quinn.koepp@ucsd.edu\",\n        \"frances.wiegand@ucsd.edu\",\n        \"marilyne_johnson@ucsd.edu\",\n        \"breanna55@ucsd.edu\",\n        \"lenore_hettinger64@ucsd.edu\",\n        \"vito1@ucsd.edu\",\n        \"victor.heathcote72@ucsd.edu\",\n        \"baby_bergstrom15@ucsd.edu\",\n        \"ramon.gusikowski98@ucsd.edu\",\n        \"roosevelt.gibson8@ucsd.edu\",\n        \"alysha.purdy@ucsd.edu\",\n        \"cathy.buckridge@ucsd.edu\",\n        \"dante77@ucsd.edu\",\n        \"adolf_kautzer@ucsd.edu\",\n        \"destany39@ucsd.edu\",\n        \"lyric54@ucsd.edu\",\n        \"arnoldo.reinger@ucsd.edu\",\n        \"elinor_bailey@ucsd.edu\",\n        \"caroline_quigley73@ucsd.edu\",\n        \"carlos.farrell@ucsd.edu\",\n        \"jace78@ucsd.edu\",\n        \"stephany.kutch30@ucsd.edu\",\n        \"ocie.willms@ucsd.edu\",\n        \"alessia_donnelly36@ucsd.edu\",\n        \"gage.willms@ucsd.edu\",\n        \"brock27@ucsd.edu\",\n        \"alberta22@ucsd.edu\",\n        \"nestor_morar@ucsd.edu\",\n        \"ally46@ucsd.edu\",\n        \"jayce.heaney28@ucsd.edu\",\n        \"durward.conroy81@ucsd.edu\",\n        \"jackie.carroll82@ucsd.edu\",\n        \"riley_schmeler11@ucsd.edu\",\n        \"stanford.lebsack83@ucsd.edu\",\n        \"colten.cummings@ucsd.edu\",\n        \"name43@ucsd.edu\",\n        \"joe95@ucsd.edu\",\n        \"fermin19@ucsd.edu\",\n        \"freeda.brakus@ucsd.edu\",\n        \"kameron.bruen66@ucsd.edu\",\n        \"deborah_kuhlman@ucsd.edu\",\n        \"maynard.schoen67@ucsd.edu\",\n        \"hilbert62@ucsd.edu\",\n        \"michael_armstrong50@ucsd.edu\",\n        \"ansel_ziemann58@ucsd.edu\",\n        \"arden_halvorson@ucsd.edu\",\n        \"giovanna_hane@ucsd.edu\",\n        \"norris86@ucsd.edu\",\n        \"brain49@ucsd.edu\",\n        \"lizeth32@ucsd.edu\",\n        \"kyler_keeling83@ucsd.edu\",\n        \"brain74@ucsd.edu\",\n        \"dillon_erdman@ucsd.edu\",\n        \"breana68@ucsd.edu\",\n        \"icie_gislason@ucsd.edu\",\n        \"jerrell4@ucsd.edu\",\n        \"herminio.corkery@ucsd.edu\",\n        \"brandy54@ucsd.edu\",\n        \"hester_smith96@ucsd.edu\",\n        \"marta_fahey@ucsd.edu\",\n        \"sabryna79@ucsd.edu\",\n        \"adrianna_funk72@ucsd.edu\",\n        \"dangelo45@ucsd.edu\",\n        \"linnea.crist32@ucsd.edu\",\n        \"maynard2@ucsd.edu\",\n        \"hassie44@ucsd.edu\",\n        \"tyler18@ucsd.edu\",\n        \"iliana_mueller@ucsd.edu\",\n        \"roderick_thompson90@ucsd.edu\",\n        \"alvis53@ucsd.edu\",\n        \"paula14@ucsd.edu\",\n        \"georgiana39@ucsd.edu\",\n        \"evan.kerluke@ucsd.edu\",\n        \"ernest_rutherford51@ucsd.edu\",\n        \"dariana16@ucsd.edu\",\n        \"bernie74@ucsd.edu\",\n        \"sibyl_bins@ucsd.edu\",\n        \"anibal79@ucsd.edu\",\n        \"bernita_west@ucsd.edu\",\n        \"nia.wiegand@ucsd.edu\",\n        \"keyshawn37@ucsd.edu\",\n        \"priscilla.parisian@ucsd.edu\",\n        \"kaley_hauck99@ucsd.edu\",\n        \"tanner_thompson27@ucsd.edu\",\n        \"casimir26@ucsd.edu\",\n        \"leilani.osinski2@ucsd.edu\",\n        \"olin39@ucsd.edu\",\n        \"viola25@ucsd.edu\",\n        \"skylar.hodkiewicz52@ucsd.edu\",\n        \"jettie19@ucsd.edu\",\n        \"alfredo_rohan7@ucsd.edu\",\n        \"xander.runte76@ucsd.edu\",\n        \"krista3@ucsd.edu\",\n        \"jensen.schneider@ucsd.edu\",\n        \"jamal.lindgren@ucsd.edu\",\n        \"roselyn57@ucsd.edu\",\n        \"ahmad.borer@ucsd.edu\",\n        \"manley_moore@ucsd.edu\",\n        \"nicholaus.bergstrom@ucsd.edu\",\n        \"antonio.christiansen@ucsd.edu\",\n        \"gina.wilderman@ucsd.edu\",\n        \"israel33@ucsd.edu\",\n        \"eldridge_lakin@ucsd.edu\",\n        \"shawna.emmerich@ucsd.edu\",\n        \"garry.abbott@ucsd.edu\",\n        \"bella80@ucsd.edu\",\n        \"damian_hintz@ucsd.edu\",\n        \"jammie98@ucsd.edu\",\n        \"emely_reynolds@ucsd.edu\",\n        \"charity56@ucsd.edu\",\n        \"daija75@ucsd.edu\",\n        \"deborah.wuckert35@ucsd.edu\",\n        \"citlalli.fahey43@ucsd.edu\",\n        \"camila50@ucsd.edu\",\n        \"nathanial80@ucsd.edu\",\n        \"sydney_bechtelar3@ucsd.edu\",\n        \"dameon_turner35@ucsd.edu\",\n        \"ottilie.mohr13@ucsd.edu\",\n        \"sunny_ferry@ucsd.edu\",\n        \"izaiah92@ucsd.edu\",\n        \"rosa.jerde@ucsd.edu\",\n        \"jamil24@ucsd.edu\",\n        \"lane.king20@ucsd.edu\",\n        \"piper_stamm36@ucsd.edu\",\n        \"pablo.heller@ucsd.edu\",\n        \"phoebe42@ucsd.edu\",\n        \"mayra.towne48@ucsd.edu\",\n        \"elliott73@ucsd.edu\",\n        \"barbara15@ucsd.edu\",\n        \"letitia_wolf@ucsd.edu\",\n        \"dalton22@ucsd.edu\"\n    ]\n}"}],"_postman_id":"574221ac-a0bd-42f3-a45d-9d909eabe170"},{"name":"Submit Attendance For User","id":"637663f1-32d7-4e44-860c-32a60b7683a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\"smhariha@ucsd.edu\", \"stl005@ucsd.edu\", \"s3bansal@ucsd.edu\"],\r\n    \"event\": \"ef7fb0a1-48fb-41f3-b88c-82428774e2a1\"\r\n}"},"url":"http://localhost:3000/api/v2/admin/attendance","urlObject":{"path":["admin","attendance"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"a906d2c6-0d69-4d0c-95ae-9ea3a2c4bc2f","name":"Submit Attendance For User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\"smhariha@ucsd.edu\", \"stl005@ucsd.edu\", \"s3bansal@ucsd.edu\"],\r\n    \"event\": \"ef7fb0a1-48fb-41f3-b88c-82428774e2a1\"\r\n}"},"url":"http://localhost:3000/api/v2/admin/attendance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:42:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4202"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"106a-Bfq3JuVvJ3EO/KUfvOkAqFtqY8I\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"attendances\": [\n        {\n            \"asStaff\": false,\n            \"user\": {\n                \"uuid\": \"315a819e-6f2e-45a2-a72e-ae86eb83aa10\",\n                \"email\": \"stl005@ucsd.edu\",\n                \"firstName\": \"Stanley\",\n                \"lastName\": \"Lee\",\n                \"hash\": \"$2b$10$WNZRaGHvj3blWAtosHrSDeH4wuSkpwmEVq4obpKr4nujs4XavIgmG\",\n                \"profilePicture\": null,\n                \"accessType\": \"STAFF\",\n                \"state\": \"ACTIVE\",\n                \"accessCode\": null,\n                \"graduationYear\": 2028,\n                \"major\": \"Electrical Engineering\",\n                \"bio\": null,\n                \"points\": 75,\n                \"credits\": 7500,\n                \"lastLogin\": \"2023-02-11T15:00:23.419Z\"\n            },\n            \"event\": {\n                \"uuid\": \"ef7fb0a1-48fb-41f3-b88c-82428774e2a1\",\n                \"organization\": \"Innovate\",\n                \"committee\": \"Hack\",\n                \"thumbnail\": null,\n                \"cover\": null,\n                \"title\": \"Hack: Intro to Smart Contracts\",\n                \"description\": \"A smart contract is a computer program or a transaction protocol\\n    which is intended to automatically execute, control or document legally relevant\\n    events and actions according to the terms of a contract or an agreement. The\\n    objectives of smart contracts are the reduction of need in trusted intermediators,\\n    arbitrations and enforcement costs, fraud losses, as well as the reduction of\\n    malicious and accidental exceptions.\",\n                \"location\": \"Hack Discord, channel #smart-contracts\",\n                \"eventLink\": null,\n                \"start\": \"2023-02-11T14:30:00.000Z\",\n                \"end\": \"2023-02-11T16:00:00.000Z\",\n                \"attendanceCode\": \"d3fi\",\n                \"pointValue\": 10,\n                \"deleted\": false,\n                \"requiresStaff\": true,\n                \"staffPointBonus\": 5\n            },\n            \"feedback\": null,\n            \"uuid\": \"6c969b15-40f0-4508-932a-34c48847c751\",\n            \"timestamp\": \"2023-02-11T23:42:00.512Z\"\n        },\n        {\n            \"asStaff\": false,\n            \"user\": {\n                \"uuid\": \"cf92da58-6d50-4def-b4c9-f41a3ac31b4e\",\n                \"email\": \"smhariha@ucsd.edu\",\n                \"firstName\": \"Shravan\",\n                \"lastName\": \"Hariharan\",\n                \"hash\": \"$2b$10$WNZRaGHvj3blWAtosHrSDeH4wuSkpwmEVq4obpKr4nujs4XavIgmG\",\n                \"profilePicture\": null,\n                \"accessType\": \"STAFF\",\n                \"state\": \"ACTIVE\",\n                \"accessCode\": null,\n                \"graduationYear\": 2028,\n                \"major\": \"Electrical Engineering\",\n                \"bio\": null,\n                \"points\": 75,\n                \"credits\": 7500,\n                \"lastLogin\": \"2023-02-11T15:00:23.419Z\"\n            },\n            \"event\": {\n                \"uuid\": \"ef7fb0a1-48fb-41f3-b88c-82428774e2a1\",\n                \"organization\": \"Innovate\",\n                \"committee\": \"Hack\",\n                \"thumbnail\": null,\n                \"cover\": null,\n                \"title\": \"Hack: Intro to Smart Contracts\",\n                \"description\": \"A smart contract is a computer program or a transaction protocol\\n    which is intended to automatically execute, control or document legally relevant\\n    events and actions according to the terms of a contract or an agreement. The\\n    objectives of smart contracts are the reduction of need in trusted intermediators,\\n    arbitrations and enforcement costs, fraud losses, as well as the reduction of\\n    malicious and accidental exceptions.\",\n                \"location\": \"Hack Discord, channel #smart-contracts\",\n                \"eventLink\": null,\n                \"start\": \"2023-02-11T14:30:00.000Z\",\n                \"end\": \"2023-02-11T16:00:00.000Z\",\n                \"attendanceCode\": \"d3fi\",\n                \"pointValue\": 10,\n                \"deleted\": false,\n                \"requiresStaff\": true,\n                \"staffPointBonus\": 5\n            },\n            \"feedback\": null,\n            \"uuid\": \"62ab55c1-1032-43d7-8259-acfe574249b3\",\n            \"timestamp\": \"2023-02-11T23:42:00.512Z\"\n        },\n        {\n            \"asStaff\": false,\n            \"user\": {\n                \"uuid\": \"50cbc482-7d2a-4634-89d8-513ce58f5cf0\",\n                \"email\": \"s3bansal@ucsd.edu\",\n                \"firstName\": \"Sumeet\",\n                \"lastName\": \"O'Keefe\",\n                \"hash\": \"$2b$10$WNZRaGHvj3blWAtosHrSDeH4wuSkpwmEVq4obpKr4nujs4XavIgmG\",\n                \"profilePicture\": null,\n                \"accessType\": \"STANDARD\",\n                \"state\": \"ACTIVE\",\n                \"accessCode\": null,\n                \"graduationYear\": 2023,\n                \"major\": \"Cognitive Science\",\n                \"bio\": null,\n                \"points\": 40,\n                \"credits\": 2575,\n                \"lastLogin\": \"2023-02-11T15:00:23.419Z\"\n            },\n            \"event\": {\n                \"uuid\": \"ef7fb0a1-48fb-41f3-b88c-82428774e2a1\",\n                \"organization\": \"Innovate\",\n                \"committee\": \"Hack\",\n                \"thumbnail\": null,\n                \"cover\": null,\n                \"title\": \"Hack: Intro to Smart Contracts\",\n                \"description\": \"A smart contract is a computer program or a transaction protocol\\n    which is intended to automatically execute, control or document legally relevant\\n    events and actions according to the terms of a contract or an agreement. The\\n    objectives of smart contracts are the reduction of need in trusted intermediators,\\n    arbitrations and enforcement costs, fraud losses, as well as the reduction of\\n    malicious and accidental exceptions.\",\n                \"location\": \"Hack Discord, channel #smart-contracts\",\n                \"eventLink\": null,\n                \"start\": \"2023-02-11T14:30:00.000Z\",\n                \"end\": \"2023-02-11T16:00:00.000Z\",\n                \"attendanceCode\": \"d3fi\",\n                \"pointValue\": 10,\n                \"deleted\": false,\n                \"requiresStaff\": true,\n                \"staffPointBonus\": 5\n            },\n            \"feedback\": null,\n            \"uuid\": \"b44c43bc-6f5e-4804-89ba-7cead68ebf0c\",\n            \"timestamp\": \"2023-02-11T23:42:00.512Z\"\n        }\n    ]\n}"}],"_postman_id":"637663f1-32d7-4e44-860c-32a60b7683a2"},{"name":"Update User Access Level","id":"65656a13-9df9-475e-84ce-d17f3e6a1e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"accessUpdates\": [\n    { \"user\": \"tkwan@ucsd.edu\",  \"accessType\": \"RESTRICTED\" }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/admin/access","description":"<p>Updates user access types. Can update multiple users simultaneously.</p>\n","urlObject":{"path":["admin","access"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"3f65b60c-c5aa-45ec-9161-73e17e1f0d84","name":"Update User Access Level","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"accessUpdates\": [\n    { \"user\": \"smhariha@ucsd.edu\",  \"accessType\": \"STAFF\"},\n    { \"user\": \"sisteine@ucsd.edu\",  \"accessType\": \"MERCH_STORE_MANAGER\"}\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/admin/access"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"65656a13-9df9-475e-84ce-d17f3e6a1e27"},{"name":"Get All User Access Levels","id":"dd17e41a-3e02-4c3f-918d-e66cb5ddf2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/admin/access","description":"<p>Retrieves all users with user access type.</p>\n","urlObject":{"path":["admin","access"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"6dc8c047-5b98-4a6d-96eb-42b191311f9b","name":"Get All User Emails","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/admin/email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:41:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5192"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1448-S4AbPAlJVLk1L3QuSa1yQpeUihk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"emails\": [\n        \"acm@ucsd.edu\",\n        \"tkwan@ucsd.edu\",\n        \"stl005@ucsd.edu\",\n        \"smhariha@ucsd.edu\",\n        \"sisteine@ucsd.edu\",\n        \"r1truong@ucsd.edu\",\n        \"rzsun@ucsd.edu\",\n        \"s3bansal@ucsd.edu\",\n        \"acm_store@ucsd.edu\",\n        \"acm_restricted@ucsd.edu\",\n        \"acm_standard@ucsd.edu\",\n        \"acm_staff@ucsd.edu\",\n        \"acm_admin@ucsd.edu\",\n        \"acm_marketing@ucsd.edu\",\n        \"acm_store_manager@ucsd.edu\",\n        \"acm_store_distributor@ucsd.edu\",\n        \"enos35@ucsd.edu\",\n        \"keara_ebert40@ucsd.edu\",\n        \"santina.schulist@ucsd.edu\",\n        \"alexie44@ucsd.edu\",\n        \"kolby.okuneva21@ucsd.edu\",\n        \"raven.bogan@ucsd.edu\",\n        \"lonny96@ucsd.edu\",\n        \"elenora24@ucsd.edu\",\n        \"jovan_ruecker48@ucsd.edu\",\n        \"kaylee.flatley@ucsd.edu\",\n        \"ava_streich@ucsd.edu\",\n        \"monroe75@ucsd.edu\",\n        \"arnaldo9@ucsd.edu\",\n        \"jacynthe_lueilwitz@ucsd.edu\",\n        \"montana_swaniawski17@ucsd.edu\",\n        \"drake_lang@ucsd.edu\",\n        \"matt.abernathy@ucsd.edu\",\n        \"kaylee_bartell31@ucsd.edu\",\n        \"dalton_kulas56@ucsd.edu\",\n        \"daphnee.rosenbaum@ucsd.edu\",\n        \"kendra.grady@ucsd.edu\",\n        \"katherine.beer11@ucsd.edu\",\n        \"cathrine_connelly@ucsd.edu\",\n        \"terrell.kuphal64@ucsd.edu\",\n        \"tyra.conn@ucsd.edu\",\n        \"jabari22@ucsd.edu\",\n        \"chadd8@ucsd.edu\",\n        \"gardner.bins@ucsd.edu\",\n        \"kaci.bayer@ucsd.edu\",\n        \"parker.williamson@ucsd.edu\",\n        \"laurie57@ucsd.edu\",\n        \"garrett63@ucsd.edu\",\n        \"noemi_pagac46@ucsd.edu\",\n        \"alessandra82@ucsd.edu\",\n        \"margarette40@ucsd.edu\",\n        \"providenci.torphy93@ucsd.edu\",\n        \"theresa25@ucsd.edu\",\n        \"alyson_cartwright22@ucsd.edu\",\n        \"nathaniel9@ucsd.edu\",\n        \"roman.borer13@ucsd.edu\",\n        \"isidro21@ucsd.edu\",\n        \"lindsay_schaden@ucsd.edu\",\n        \"maye77@ucsd.edu\",\n        \"mariah.schmidt@ucsd.edu\",\n        \"kale_tillman@ucsd.edu\",\n        \"brooklyn.ebert@ucsd.edu\",\n        \"lula_jakubowski@ucsd.edu\",\n        \"frances37@ucsd.edu\",\n        \"elmo.christiansen@ucsd.edu\",\n        \"nola_heathcote81@ucsd.edu\",\n        \"antonio.collins46@ucsd.edu\",\n        \"lauren55@ucsd.edu\",\n        \"johnpaul3@ucsd.edu\",\n        \"kristy_yundt25@ucsd.edu\",\n        \"ismael_koepp23@ucsd.edu\",\n        \"regan.von@ucsd.edu\",\n        \"fleta.wolf@ucsd.edu\",\n        \"otho.zulauf@ucsd.edu\",\n        \"garret_mante@ucsd.edu\",\n        \"kallie36@ucsd.edu\",\n        \"zelda_wolf89@ucsd.edu\",\n        \"luis.brakus65@ucsd.edu\",\n        \"nickolas.morissette85@ucsd.edu\",\n        \"richie_kiehn83@ucsd.edu\",\n        \"garland_rice42@ucsd.edu\",\n        \"andreanne71@ucsd.edu\",\n        \"abe12@ucsd.edu\",\n        \"maynard.bernier33@ucsd.edu\",\n        \"audreanne83@ucsd.edu\",\n        \"quinn.koepp@ucsd.edu\",\n        \"frances.wiegand@ucsd.edu\",\n        \"marilyne_johnson@ucsd.edu\",\n        \"breanna55@ucsd.edu\",\n        \"lenore_hettinger64@ucsd.edu\",\n        \"vito1@ucsd.edu\",\n        \"victor.heathcote72@ucsd.edu\",\n        \"baby_bergstrom15@ucsd.edu\",\n        \"ramon.gusikowski98@ucsd.edu\",\n        \"roosevelt.gibson8@ucsd.edu\",\n        \"alysha.purdy@ucsd.edu\",\n        \"cathy.buckridge@ucsd.edu\",\n        \"dante77@ucsd.edu\",\n        \"adolf_kautzer@ucsd.edu\",\n        \"destany39@ucsd.edu\",\n        \"lyric54@ucsd.edu\",\n        \"arnoldo.reinger@ucsd.edu\",\n        \"elinor_bailey@ucsd.edu\",\n        \"caroline_quigley73@ucsd.edu\",\n        \"carlos.farrell@ucsd.edu\",\n        \"jace78@ucsd.edu\",\n        \"stephany.kutch30@ucsd.edu\",\n        \"ocie.willms@ucsd.edu\",\n        \"alessia_donnelly36@ucsd.edu\",\n        \"gage.willms@ucsd.edu\",\n        \"brock27@ucsd.edu\",\n        \"alberta22@ucsd.edu\",\n        \"nestor_morar@ucsd.edu\",\n        \"ally46@ucsd.edu\",\n        \"jayce.heaney28@ucsd.edu\",\n        \"durward.conroy81@ucsd.edu\",\n        \"jackie.carroll82@ucsd.edu\",\n        \"riley_schmeler11@ucsd.edu\",\n        \"stanford.lebsack83@ucsd.edu\",\n        \"colten.cummings@ucsd.edu\",\n        \"name43@ucsd.edu\",\n        \"joe95@ucsd.edu\",\n        \"fermin19@ucsd.edu\",\n        \"freeda.brakus@ucsd.edu\",\n        \"kameron.bruen66@ucsd.edu\",\n        \"deborah_kuhlman@ucsd.edu\",\n        \"maynard.schoen67@ucsd.edu\",\n        \"hilbert62@ucsd.edu\",\n        \"michael_armstrong50@ucsd.edu\",\n        \"ansel_ziemann58@ucsd.edu\",\n        \"arden_halvorson@ucsd.edu\",\n        \"giovanna_hane@ucsd.edu\",\n        \"norris86@ucsd.edu\",\n        \"brain49@ucsd.edu\",\n        \"lizeth32@ucsd.edu\",\n        \"kyler_keeling83@ucsd.edu\",\n        \"brain74@ucsd.edu\",\n        \"dillon_erdman@ucsd.edu\",\n        \"breana68@ucsd.edu\",\n        \"icie_gislason@ucsd.edu\",\n        \"jerrell4@ucsd.edu\",\n        \"herminio.corkery@ucsd.edu\",\n        \"brandy54@ucsd.edu\",\n        \"hester_smith96@ucsd.edu\",\n        \"marta_fahey@ucsd.edu\",\n        \"sabryna79@ucsd.edu\",\n        \"adrianna_funk72@ucsd.edu\",\n        \"dangelo45@ucsd.edu\",\n        \"linnea.crist32@ucsd.edu\",\n        \"maynard2@ucsd.edu\",\n        \"hassie44@ucsd.edu\",\n        \"tyler18@ucsd.edu\",\n        \"iliana_mueller@ucsd.edu\",\n        \"roderick_thompson90@ucsd.edu\",\n        \"alvis53@ucsd.edu\",\n        \"paula14@ucsd.edu\",\n        \"georgiana39@ucsd.edu\",\n        \"evan.kerluke@ucsd.edu\",\n        \"ernest_rutherford51@ucsd.edu\",\n        \"dariana16@ucsd.edu\",\n        \"bernie74@ucsd.edu\",\n        \"sibyl_bins@ucsd.edu\",\n        \"anibal79@ucsd.edu\",\n        \"bernita_west@ucsd.edu\",\n        \"nia.wiegand@ucsd.edu\",\n        \"keyshawn37@ucsd.edu\",\n        \"priscilla.parisian@ucsd.edu\",\n        \"kaley_hauck99@ucsd.edu\",\n        \"tanner_thompson27@ucsd.edu\",\n        \"casimir26@ucsd.edu\",\n        \"leilani.osinski2@ucsd.edu\",\n        \"olin39@ucsd.edu\",\n        \"viola25@ucsd.edu\",\n        \"skylar.hodkiewicz52@ucsd.edu\",\n        \"jettie19@ucsd.edu\",\n        \"alfredo_rohan7@ucsd.edu\",\n        \"xander.runte76@ucsd.edu\",\n        \"krista3@ucsd.edu\",\n        \"jensen.schneider@ucsd.edu\",\n        \"jamal.lindgren@ucsd.edu\",\n        \"roselyn57@ucsd.edu\",\n        \"ahmad.borer@ucsd.edu\",\n        \"manley_moore@ucsd.edu\",\n        \"nicholaus.bergstrom@ucsd.edu\",\n        \"antonio.christiansen@ucsd.edu\",\n        \"gina.wilderman@ucsd.edu\",\n        \"israel33@ucsd.edu\",\n        \"eldridge_lakin@ucsd.edu\",\n        \"shawna.emmerich@ucsd.edu\",\n        \"garry.abbott@ucsd.edu\",\n        \"bella80@ucsd.edu\",\n        \"damian_hintz@ucsd.edu\",\n        \"jammie98@ucsd.edu\",\n        \"emely_reynolds@ucsd.edu\",\n        \"charity56@ucsd.edu\",\n        \"daija75@ucsd.edu\",\n        \"deborah.wuckert35@ucsd.edu\",\n        \"citlalli.fahey43@ucsd.edu\",\n        \"camila50@ucsd.edu\",\n        \"nathanial80@ucsd.edu\",\n        \"sydney_bechtelar3@ucsd.edu\",\n        \"dameon_turner35@ucsd.edu\",\n        \"ottilie.mohr13@ucsd.edu\",\n        \"sunny_ferry@ucsd.edu\",\n        \"izaiah92@ucsd.edu\",\n        \"rosa.jerde@ucsd.edu\",\n        \"jamil24@ucsd.edu\",\n        \"lane.king20@ucsd.edu\",\n        \"piper_stamm36@ucsd.edu\",\n        \"pablo.heller@ucsd.edu\",\n        \"phoebe42@ucsd.edu\",\n        \"mayra.towne48@ucsd.edu\",\n        \"elliott73@ucsd.edu\",\n        \"barbara15@ucsd.edu\",\n        \"letitia_wolf@ucsd.edu\",\n        \"dalton22@ucsd.edu\"\n    ]\n}"}],"_postman_id":"dd17e41a-3e02-4c3f-918d-e66cb5ddf2d8"}],"id":"6192c856-103f-471c-abe7-07dce6affcbd","_postman_id":"6192c856-103f-471c-abe7-07dce6affcbd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Attendance","item":[{"name":"Attend Event","id":"431267a9-de62-41c9-a59f-e5ae273c5a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"attendanceCode\": \"code5\",\n    \"isStaff\": false\n}"},"url":"http://localhost:3000/api/v2/attendance","description":"<p>Attend an event with the given attendance code. Returns the event on success.</p>\n","urlObject":{"path":["attendance"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"c788a2d7-e12d-44a6-8344-c36713f2560d","name":"Attend Event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attendanceCode\": \"n0d3\",\n    \"isStaff\": false\n}"},"url":"http://localhost:3000/api/v2/attendance"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 03:19:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"431267a9-de62-41c9-a59f-e5ae273c5a54"},{"name":"Attend via. Express Checkin","id":"fc60a70e-abd0-4b43-94d1-c7efdf75c54a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attendanceCode\": \"k0be\",\n    \"email\": \"shravan@acmucsd.org\"\n}"},"url":"http://localhost:3000/api/v2/attendance/expressCheckin","description":"<p>Attends an event with an unregistered email to speed up the checkin process and delays registration until later.</p>\n","urlObject":{"path":["attendance","expressCheckin"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"f839ce4b-9a43-4988-a0b2-92d1a62cdd74","name":"Attend via. Express Checkin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attendanceCode\": \"k0be\",\n    \"email\": \"shravan@acmucsd.org\"\n}"},"url":"http://localhost:3000/api/v2/attendance/expressCheckin"},"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":"810"},{"key":"ETag","value":"W/\"32a-4pewOIrN5JQOCwaa3UKPC2MrqhA\""},{"key":"Date","value":"Fri, 07 Apr 2023 03:08:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"event\": {\n        \"uuid\": \"4dae7454-ba83-408b-89c7-e7fc878242c2\",\n        \"organization\": \"AI\",\n        \"committee\": \"ACM\",\n        \"thumbnail\": null,\n        \"cover\": null,\n        \"title\": \"ACM Pickup Tournament\",\n        \"description\": \"The original American Basketball Association (ABA) was a men's\\n    professional basketball league, from 1967 to 1976. The ABA distinguished itself\\n    from the NBA with a more wide-open, flashy style of offensive play. According\\n    to one of the owners, its goal was to force a merger with the more established\\n    league. Potential investors were told that they could get an ABA team for half\\n    of what it cost to get an NBA expansion team at the time.\",\n        \"location\": \"RIMAC\",\n        \"eventLink\": null,\n        \"start\": \"2023-04-07T02:30:00.000Z\",\n        \"end\": \"2023-04-07T04:30:00.000Z\",\n        \"pointValue\": 15,\n        \"requiresStaff\": false,\n        \"staffPointBonus\": 0\n    }\n}"}],"_postman_id":"fc60a70e-abd0-4b43-94d1-c7efdf75c54a"},{"name":"Get Attendances for Event","id":"da4b5b69-e608-428d-8371-fcb31e5b309c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/attendance/ef7fb0a1-48fb-41f3-b88c-82428774e2a1","description":"<p>Gets all attendances for a given event uuid.</p>\n","urlObject":{"path":["attendance","ef7fb0a1-48fb-41f3-b88c-82428774e2a1"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"cfd10df0-3e8c-460c-ba69-613d3f599d4a","name":"Get Attendances for Event","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/attendance/ef7fb0a1-48fb-41f3-b88c-82428774e2a1"},"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":"326"},{"key":"ETag","value":"W/\"146-PTbfvevM+LPqUOXjE9kW7IxcO/A\""},{"key":"Date","value":"Sat, 24 Oct 2020 05:25:57 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"attendances\": [\n        {\n            \"user\": {\n                \"uuid\": \"7dc03709-4a52-4ff1-b886-982a56d3d0de\",\n                \"firstName\": \"Shravan\",\n                \"lastName\": \"Hariharan\",\n                \"profilePicture\": null,\n                \"graduationYear\": 2023,\n                \"major\": \"Computer Science\",\n                \"bio\": null,\n                \"points\": 780\n            },\n            \"timestamp\": \"2020-10-24T05:17:45.719Z\",\n            \"asStaff\": false,\n            \"feedback\": [\n                \"Fun\",\n                \"Interactive\",\n                \"Engaging\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"da4b5b69-e608-428d-8371-fcb31e5b309c"},{"name":"Get Attendances for Current User","id":"b57b381a-5acf-4643-b611-e64478dc1e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/attendance","description":"<p>Gets all attendances for the user sending the request.</p>\n","urlObject":{"path":["attendance"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"e341ae22-96e1-412e-aa68-5d41f1de7cad","name":"Get Attendances for Current User","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/attendance"},"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":"479"},{"key":"ETag","value":"W/\"1df-5Ml8Gw1Wm8U5kluVYmyNpNaGuoI\""},{"key":"Date","value":"Sat, 24 Oct 2020 05:27:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"attendances\": [\n        {\n            \"event\": {\n                \"uuid\": \"67f5223d-f721-402f-a536-2998101d7cd0\",\n                \"organization\": \"ACM\",\n                \"committee\": \"\",\n                \"thumbnail\": null,\n                \"cover\": null,\n                \"title\": \"Hack School - NodeJS\",\n                \"description\": \"Learn Node.\",\n                \"location\": \"PC ERC Room\",\n                \"eventLink\": null,\n                \"start\": \"2020-10-24T04:00:00.000Z\",\n                \"end\": \"2020-10-24T06:00:00.000Z\",\n                \"pointValue\": 30,\n                \"requiresStaff\": true,\n                \"staffPointBonus\": 5\n            },\n            \"timestamp\": \"2020-10-24T05:17:45.719Z\",\n            \"asStaff\": false,\n            \"feedback\": [\n                \"Fun\",\n                \"Interactive\",\n                \"Engaging\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"b57b381a-5acf-4643-b611-e64478dc1e65"},{"name":"Get Attendances for User by UUID","id":"ca1755f0-995e-42af-979b-25498a0cadcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/attendance/user/8a7958e3-fe56-41a6-b2a7-684e4d149104","description":"<p>Gets all attendances of a specific user given their uuid.</p>\n","urlObject":{"path":["attendance","user","8a7958e3-fe56-41a6-b2a7-684e4d149104"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b04c9d95-218c-4b9b-99b9-0a0a02cab24e","name":"Get Attendances for User by Uuid","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/attendance/user/38e56dc3-d187-4886-9692-a22eaf8d18e5"},"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":"1117"},{"key":"ETag","value":"W/\"45d-KiFpzjr/ojEC9Cy7y332OwpGGhg\""},{"key":"Date","value":"Sun, 23 Jul 2023 02:11:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"attendances\": [\n        {\n            \"user\": {\n                \"uuid\": \"38e56dc3-d187-4886-9692-a22eaf8d18e5\",\n                \"handle\": \"susan-reinger-0c2d6b\",\n                \"firstName\": \"ACM\",\n                \"lastName\": \"Admin\",\n                \"profilePicture\": null,\n                \"graduationYear\": 2029,\n                \"major\": \"Computer Science\",\n                \"bio\": null,\n                \"points\": 15\n            },\n            \"event\": {\n                \"uuid\": \"90acd291-b054-4bdf-a3c3-89dbfa63a2f5\",\n                \"organization\": \"AI\",\n                \"committee\": \"ACM\",\n                \"thumbnail\": null,\n                \"cover\": null,\n                \"title\": \"ACM Pickup Tournament\",\n                \"description\": \"The original American Basketball Association (ABA) was a men's\\n    professional basketball league, from 1967 to 1976. The ABA distinguished itself\\n    from the NBA with a more wide-open, flashy style of offensive play. According\\n    to one of the owners, its goal was to force a merger with the more established\\n    league. Potential investors were told that they could get an ABA team for half\\n    of what it cost to get an NBA expansion team at the time.\",\n                \"location\": \"RIMAC\",\n                \"eventLink\": null,\n                \"start\": \"2023-07-23T01:30:00.000Z\",\n                \"end\": \"2023-07-23T03:30:00.000Z\",\n                \"pointValue\": 15,\n                \"requiresStaff\": false,\n                \"staffPointBonus\": 0\n            },\n            \"timestamp\": \"2023-07-23T02:10:59.229Z\",\n            \"asStaff\": false,\n            \"feedback\": null\n        }\n    ]\n}"}],"_postman_id":"ca1755f0-995e-42af-979b-25498a0cadcf"}],"id":"cbee9a7d-cf98-49ef-a9e3-695796bb3860","_postman_id":"cbee9a7d-cf98-49ef-a9e3-695796bb3860","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Merch","item":[{"name":"Get All Merch Collections","id":"49be8091-8b45-45b9-a6ef-aaee040ca749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/collection","urlObject":{"path":["merch","collection"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"12889a62-709e-457b-92e9-36a617497583","name":"Get All Merch Collections","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/collection"},"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":"3277"},{"key":"ETag","value":"W/\"ccd-dcMWm80DQ9h7it6ohk8LxZvS3gs\""},{"key":"Date","value":"Tue, 23 Nov 2021 02:08:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"collections\": [\n        {\n            \"uuid\": \"f9416cf5-7ca4-4af0-9edb-e95bcef1174a\",\n            \"title\": \"The Hack School Collection\",\n            \"themeColorHex\": \"#EB8C34\",\n            \"description\": \"Do you like to code? Tell the world with this Hack School inspired collection.\",\n            \"items\": [\n                {\n                    \"uuid\": \"45ade2f8-114d-4dec-b9fa-117a0566b1f8\",\n                    \"itemName\": \"Unisex Hack School Anorak\",\n                    \"picture\": \"\",\n                    \"description\": \"San Diego has an average annual precipitation less than 12 inches,but that doesn't mean you don't need one of these.\",\n                    \"options\": [\n                        {\n                            \"uuid\": \"199be914-857e-4cef-8b71-f8359074ac0b\",\n                            \"price\": 22500,\n                            \"discountPercentage\": 20,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"XS\",\n                                \"position\": 0\n                            }\n                        },\n                        {\n                            \"uuid\": \"b13dc353-60cf-4724-bf26-a35bcaca1262\",\n                            \"price\": 22500,\n                            \"discountPercentage\": 0,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"S\",\n                                \"position\": 1\n                            }\n                        },\n                        {\n                            \"uuid\": \"66a712d7-d8f4-4c2c-8ee7-129d99575bcd\",\n                            \"price\": 22500,\n                            \"discountPercentage\": 0,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"M\",\n                                \"position\": 2\n                            }\n                        },\n                        {\n                            \"uuid\": \"b7f22e25-5b40-40d1-9bf4-0624246c97dd\",\n                            \"price\": 22500,\n                            \"discountPercentage\": 10,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"L\",\n                                \"position\": 3\n                            }\n                        },\n                        {\n                            \"uuid\": \"6545df21-6b4e-46ca-916a-b35799879a54\",\n                            \"price\": 22500,\n                            \"discountPercentage\": 0,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"XL\",\n                                \"position\": 4\n                            }\n                        }\n                    ],\n                    \"monthlyLimit\": 1,\n                    \"lifetimeLimit\": 1,\n                    \"hasVariantsEnabled\": true\n                },\n                {\n                    \"uuid\": \"39c006ab-cc6b-4b90-99ff-f71f1f228527\",\n                    \"itemName\": \"Hack School Sticker Pack (4) - Cyan\",\n                    \"picture\": \"\",\n                    \"description\": \"Make space on your laptop cover for these Cyan stickers. Pack of 4, size in inches.\",\n                    \"options\": [\n                        {\n                            \"uuid\": \"917f98e0-a3a0-4c14-be70-911e6f658920\",\n                            \"price\": 1500,\n                            \"discountPercentage\": 15,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"2x2\",\n                                \"position\": 0\n                            }\n                        },\n                        {\n                            \"uuid\": \"a90bc24d-0d37-4920-8256-d50c81095913\",\n                            \"price\": 1500,\n                            \"discountPercentage\": 5,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"3x3\",\n                                \"position\": 1\n                            }\n                        },\n                        {\n                            \"uuid\": \"577d531d-843f-4db0-b603-f81cd4a7d73a\",\n                            \"price\": 1500,\n                            \"discountPercentage\": 55,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"4x4\",\n                                \"position\": 2\n                            }\n                        }\n                    ],\n                    \"monthlyLimit\": 5,\n                    \"lifetimeLimit\": 25,\n                    \"hasVariantsEnabled\": true\n                }\n            ]\n        },\n        {\n            \"uuid\": \"1ffc2d27-55e1-4e84-b617-a9d529540534\",\n            \"title\": \"Fall 2001\",\n            \"themeColorHex\": \"#23515b\",\n            \"description\": \"Celebrate the opening of Sixth College in style, featuring raccoon print jackets.\",\n            \"items\": [\n                {\n                    \"uuid\": \"36c91eab-c765-4b55-815b-78bb292142c6\",\n                    \"itemName\": \"Camp Snoopy Snapback\",\n                    \"picture\": \"\",\n                    \"description\": \"Guaranteed 2x return on Grailed.\",\n                    \"options\": [\n                        {\n                            \"uuid\": \"55cec0a2-ad49-4efb-8dd6-7c78d4ddfc68\",\n                            \"price\": 8000,\n                            \"discountPercentage\": 5,\n                            \"metadata\": null\n                        }\n                    ],\n                    \"monthlyLimit\": 2,\n                    \"lifetimeLimit\": 5,\n                    \"hasVariantsEnabled\": false\n                },\n                {\n                    \"uuid\": \"3b7b3ca5-e6a4-4151-b1cb-acf49a702f00\",\n                    \"itemName\": \"Salt & Pepper (Canyon) Shakers\",\n                    \"picture\": \"\",\n                    \"description\": \"Salt and pepper not included.\",\n                    \"options\": [\n                        {\n                            \"uuid\": \"582e3f86-0451-4a24-8fa9-da0a4aab572f\",\n                            \"price\": 2000,\n                            \"discountPercentage\": 20,\n                            \"metadata\": null\n                        }\n                    ],\n                    \"monthlyLimit\": 3,\n                    \"lifetimeLimit\": 10,\n                    \"hasVariantsEnabled\": false\n                },\n                {\n                    \"uuid\": \"8438bbf6-9a41-4103-b3a7-fe837b64f93c\",\n                    \"itemName\": \"Unisex Raccoon Print Shell Jacket\",\n                    \"picture\": \"\",\n                    \"description\": \"Self-explanatory.\",\n                    \"options\": [\n                        {\n                            \"uuid\": \"ff5351f9-4f0f-45ef-be30-f3b7f553e138\",\n                            \"price\": 19500,\n                            \"discountPercentage\": 0,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"M\",\n                                \"position\": 1\n                            }\n                        },\n                        {\n                            \"uuid\": \"65a45fa8-efb4-41fa-8eee-79704864b9c3\",\n                            \"price\": 20500,\n                            \"discountPercentage\": 0,\n                            \"metadata\": {\n                                \"type\": \"SIZE\",\n                                \"value\": \"L\",\n                                \"position\": 2\n                            }\n                        }\n                    ],\n                    \"monthlyLimit\": 1,\n                    \"lifetimeLimit\": 2,\n                    \"hasVariantsEnabled\": true\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"49be8091-8b45-45b9-a6ef-aaee040ca749"},{"name":"Get Merch Collection","id":"53ce5fe1-e705-4c71-a4c5-20fdadf54f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/collection/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c","urlObject":{"path":["merch","collection","dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"316b7c80-c930-4228-a88f-beb3de99ad3f","name":"Get Merch Collection","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/collection/0de9ad9d-fb30-4b27-8321-05cae445a66b"},"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":"1392"},{"key":"ETag","value":"W/\"570-qs8J+kKf0a+X+JBPfD1exDFMsoc\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:43:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"collection\": {\n        \"id\": 1,\n        \"uuid\": \"0de9ad9d-fb30-4b27-8321-05cae445a66b\",\n        \"title\": \"The Hack School Collection\",\n        \"description\": \"Do you like to code? Tell the world with this Hack School inspired collection.\",\n        \"archived\": false,\n        \"items\": [\n            {\n                \"id\": 2,\n                \"uuid\": \"6b65bec1-4bff-4334-bf64-792b83ed426a\",\n                \"itemName\": \"Hack School Sticker Pack (4)\",\n                \"picture\": \"\",\n                \"description\": \"Make space on your laptop cover for these stickers. Pack of 4, size in inches.\",\n                \"monthlyLimit\": 5,\n                \"lifetimeLimit\": 25,\n                \"hidden\": false,\n                \"options\": [\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"fdcc9e16-4d19-4436-84e7-b46ef9666b50\",\n                        \"quantity\": 35,\n                        \"price\": 1500,\n                        \"discountPercentage\": 15,\n                        \"metadata\": {\n                            \"color\": \"CYAN\",\n                            \"size\": \"4x4\"\n                        }\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"a506894a-078b-46c5-8a46-d869c0bbaa87\",\n                        \"quantity\": 20,\n                        \"price\": 1500,\n                        \"discountPercentage\": 5,\n                        \"metadata\": {\n                            \"color\": \"LIGHT PINK\",\n                            \"size\": \"2x2\"\n                        }\n                    },\n                    {\n                        \"id\": 4,\n                        \"uuid\": \"999ac157-7557-4f4f-b3d8-044e573b33da\",\n                        \"quantity\": 80,\n                        \"price\": 1500,\n                        \"discountPercentage\": 55,\n                        \"metadata\": {\n                            \"color\": \"SEA GREEN\",\n                            \"size\": \"3x3\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": 1,\n                \"uuid\": \"b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7\",\n                \"itemName\": \"Unisex Hack School Anorak\",\n                \"picture\": \"\",\n                \"description\": \"San Diego has an average annual precipitation less than 12 inches,but that doesn't mean you don't need one of these.\",\n                \"monthlyLimit\": 1,\n                \"lifetimeLimit\": 1,\n                \"hidden\": false,\n                \"options\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"09739cd2-25ca-40d2-ace3-d012a1c1769c\",\n                        \"quantity\": 5,\n                        \"price\": 22500,\n                        \"discountPercentage\": 0,\n                        \"metadata\": {\n                            \"size\": \"XL\"\n                        }\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"53ce5fe1-e705-4c71-a4c5-20fdadf54f63"},{"name":"Create Merch Collection","event":[{"listen":"test","script":{"id":"874c3fc6-b054-4053-a9fb-72fcb9079c0e","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"created_merch_collection_uuid\", body.collection.uuid)"],"type":"text/javascript"}}],"id":"556de66b-8d11-4866-862b-2f709ab6b37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"collection\": {\n\t\t\"title\": \"General\",\n        \"themeColorHex\": \"#179BB4\",\n\t\t\"description\": \"The standard ACM fit pieces.\"\n\t}\n}"},"url":"http://localhost:3000/api/v2/merch/collection","description":"<p>Create a merchandise collection.</p>\n<p>Note: <code>themeColorHex</code> requires the pound sign, e.g. '#AB192D' and not 'AB192D'</p>\n","urlObject":{"path":["merch","collection"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"636fbe6f-67ff-4a20-87a7-eb899d38af32","name":"Create Merch Collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"collection\": {\n\t\t\"title\": \"General\",\n        \"themeColorHex\": \"#179BB4\",\n\t\t\"description\": \"The standard ACM fit pieces.\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/merch/collection"},"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":"181"},{"key":"ETag","value":"W/\"b5-S+Un6aOglWQqk3lEa4J9/zYWLtY\""},{"key":"Date","value":"Mon, 02 Aug 2021 00:02:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"collection\": {\n        \"title\": \"General\",\n        \"themeColorHex\": \"#179BB3\",\n        \"description\": \"The standard ACM fit pieces.\",\n        \"uuid\": \"e5f882dc-8010-4d3c-b965-ec301c62a92e\",\n        \"archived\": false\n    }\n}"}],"_postman_id":"556de66b-8d11-4866-862b-2f709ab6b37f"},{"name":"Update Merch Collection","id":"23fba8a8-680f-41e3-8158-2e6f8e795f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"title\": \"Generalv2\",\n        \"description\": \"The standard ACM fit pieces, now at an all time low price!\",\n        \"discountPercentage\": 50,\n        \"collectionPhotos\": [\n            {\n                \"uuid\": \"8b14d7b1-4c1a-4d06-888b-eaf70409b726\",\n                \"position\": 2\n            },\n            {\n                \"uuid\": \"288188b1-8ac7-40c4-b63c-939c234626dd\",\n                \"position\": 3\n            }\n        ]\n    }\n}"},"url":"http://localhost:3000/api/v2/merch/collection/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c","urlObject":{"path":["merch","collection","dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"e7f011ec-29e7-49bb-aa06-dfdf80d97073","name":"Update Merch Collection","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"collection\": {\n        \"title\": \"General - Huge Discount\",\n        \"description\": \"The standard ACM fit pieces, now at an all time low price!\",\n        \"discountPercentage\": 50\n    }\n}"},"url":"http://localhost:3000/api/v2/merch/collection/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"},"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":"238"},{"key":"ETag","value":"W/\"ee-/LCA0TFMlBaD1d4VrFDYnv+AcRU\""},{"key":"Date","value":"Mon, 02 Aug 2021 00:06:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"collection\": {\n        \"uuid\": \"e5f882dc-8010-4d3c-b965-ec301c62a92e\",\n        \"title\": \"General - Huge Discount\",\n        \"themeColorHex\": \"#179BB3\",\n        \"description\": \"The standard ACM fit pieces, now at an all time low price!\",\n        \"archived\": false,\n        \"items\": []\n    }\n}"}],"_postman_id":"23fba8a8-680f-41e3-8158-2e6f8e795f37"},{"name":"Delete Merch Collection","id":"e3a165be-779b-4576-aa5e-0093729cc4fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/collection/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c","urlObject":{"path":["merch","collection","dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"20cff7b7-794d-47d6-8a58-d4701139c4fa","name":"Delete Merch Collection","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":"http://localhost:3000/api/v2/merch/collection/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Mon, 02 Aug 2021 00:06:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"e3a165be-779b-4576-aa5e-0093729cc4fb"},{"name":"Create Collection Photo","event":[{"listen":"test","script":{"id":"b3b0214b-af74-4239-9719-81a64504abe8","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set('created_collection_photo_uuid', body.collectionPhoto.uuid);"],"type":"text/javascript"}}],"id":"960e109c-4db9-4eeb-8705-d1445d552662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"position","value":"0","type":"text","contentType":""},{"key":"image","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/maxwn/Downloads/blank-profile-picture-image-holder-with-a-crown-vector-42411540.jpg","/C:/Users/maxwn/Downloads/IMG_20231223_165356.jpg"],"src":"/C:/Users/maxwn/Downloads/IMG_20231223_165356.jpg"}]},"url":"http://localhost:3000/api/v2/merch/collection/picture/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c","description":"<p>Create an individual merch item option after merch item creation</p>\n","urlObject":{"path":["merch","collection","picture","dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"f600b191-e8fb-46ff-972c-caf1cc298c34","name":"Create Merch Item Option","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"option\": {\n        \"price\": 3000,\n        \"quantity\": 10,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"size\": \"M\"\n        }\n    }\n}"},"url":"http://localhost:3000/api/v2/merch/option/b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7"},"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":"154"},{"key":"ETag","value":"W/\"9a-0UrnNQCn+9KNlFhhY0m5jSRAktc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"option\": {\n        \"id\": 11,\n        \"uuid\": \"bd3e5277-8238-44cd-a691-b37ba4b6b9bb\",\n        \"quantity\": 10,\n        \"price\": 3000,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"size\": \"M\"\n        }\n    }\n}"}],"_postman_id":"960e109c-4db9-4eeb-8705-d1445d552662"},{"name":"Delete Collection Photo","id":"947f7a40-c758-47dd-95a9-da9c3d20c7d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/collection/picture/","description":"<p>Create an individual merch item option after merch item creation</p>\n","urlObject":{"path":["merch","collection","picture",""],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"70fcda6e-0d78-4437-a34e-0cf4d13112e4","name":"Delete Merch Item Option","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":"http://localhost:3000/api/v2/merch/option/bd3e5277-8238-44cd-a691-b37ba4b6b9bb"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"947f7a40-c758-47dd-95a9-da9c3d20c7d3"},{"name":"Get Merch Item","id":"9cd4ced8-3160-46bb-ab21-3c5212280e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/item/b3b44606-d08d-4ed6-a096-dc6dd74ba691","urlObject":{"path":["merch","item","b3b44606-d08d-4ed6-a096-dc6dd74ba691"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"9f96f9e1-0e2c-48e0-8f76-935339a995a0","name":"Get Merch Item","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/item/b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7"},"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":"604"},{"key":"ETag","value":"W/\"25c-Saxf93PIBNZ7kiRqbIM1+NhDAus\""},{"key":"Date","value":"Fri, 02 Oct 2020 04:52:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"item\": {\n        \"uuid\": \"b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7\",\n        \"itemName\": \"Unisex Hack School Anorak\",\n        \"picture\": \"\",\n        \"description\": \"San Diego has an average annual precipitation less than 12 inches,but that doesn't mean you don't need one of these.\",\n        \"options\": [\n            {\n                \"uuid\": \"09739cd2-25ca-40d2-ace3-d012a1c1769c\",\n                \"price\": 22500,\n                \"discountPercentage\": 0,\n                \"metadata\": {\n                    \"size\": \"XL\"\n                }\n            }\n        ],\n        \"monthlyLimit\": 1,\n        \"lifetimeLimit\": 1,\n        \"collection\": {\n            \"uuid\": \"0de9ad9d-fb30-4b27-8321-05cae445a66b\",\n            \"title\": \"The Hack School Collection\",\n            \"description\": \"Do you like to code? Tell the world with this Hack School inspired collection.\"\n        }\n    }\n}"}],"_postman_id":"9cd4ced8-3160-46bb-ab21-3c5212280e97"},{"name":"Create Merch Item","event":[{"listen":"test","script":{"id":"026abf8c-9d50-4a2b-b259-cd82d52643d3","exec":["const body = JSON.parse(responseBody)","pm.collectionVariables.set('created_merch_item_uuid', body.item.uuid)","pm.collectionVariables.set('merch_item_option_uuid', body.item.options[0].uuid)"],"type":"text/javascript"}}],"id":"77c8c2fc-f527-4fb3-9c5e-478192b2e2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchandise\": {\n\t\t\"itemName\": \"ACM x Sixth College Mug\",\n\t\t\"description\": \"Start your morning with a fresh drink in this new ACM x Sixth College branded mug\",\n\t\t\"collection\": \"dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c\",\n        \"monthlyLimit\": 3,\n        \"lifetimeLimit\": 10,\n        \"hidden\": false,\n        \"hasVariantsEnabled\": true,\n        \"options\": [\n            {\n                \"quantity\": 5,\n                \"price\": 2500,\n                \"discountPercentage\": 10,\n                \"metadata\": {\n                    \"type\": \"SIZE\",\n                    \"value\": \"Small\",\n                    \"position\": 0\n                }\n            },\n            {\n                \"quantity\": 5,\n                \"price\": 3500,\n                \"discountPercentage\": 5,\n                \"metadata\": {\n                    \"type\": \"SIZE\",\n                    \"value\": \"Large\",\n                    \"position\": 1\n                }\n            }\n        ]\n\t}\n}"},"url":"http://localhost:3000/api/v2/merch/item","description":"<p>Creates a merch store item. </p>\n<p>Merch store items should all have one or more merch item options (e.g. for a shirt item, options could represent sizes, i.e. S, M, L, XL, etc). If an item has no variants (e.g. a frisbee that has no variable sizes, colors, etc), then it must only have 1 item option. Otherwise, it can have multiple options. The field that toggles this behavior is <code>hasVariantsEnabled</code>, which is by default set to false.</p>\n","urlObject":{"path":["merch","item"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"5be394e1-303e-4c1b-9e1f-72f60f3b46c6","name":"Create Merch Item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchandise\": {\n\t\t\"itemName\": \"ACM x Sixth College Mug\",\n\t\t\"description\": \"Start your morning with a fresh drink in this new ACM x Sixth College branded mug\",\n\t\t\"collection\": \"b0f21c5f-1585-4861-8ab7-857c6ffb4cc1\",\n        \"monthlyLimit\": 3,\n        \"lifetimeLimit\": 10,\n        \"hidden\": false,\n        \"hasVariantsEnabled\": true,\n        \"options\": [\n            {\n                \"quantity\": 5,\n                \"price\": 2500,\n                \"discountPercentage\": 10,\n                \"metadata\": {\n                    \"type\": \"SIZE\",\n                    \"value\": \"Small\",\n                    \"position\": 0\n                }\n            },\n            {\n                \"quantity\": 5,\n                \"price\": 3500,\n                \"discountPercentage\": 5,\n                \"metadata\": {\n                    \"type\": \"SIZE\",\n                    \"value\": \"Large\",\n                    \"position\": 1\n                }\n            }\n        ]\n\t}\n}"},"url":"http://localhost:3000/api/v2/merch/item"},"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":"782"},{"key":"ETag","value":"W/\"30e-eeQ2NVa85BxUD7noEikHGNTc2Q8\""},{"key":"Date","value":"Sat, 26 Jun 2021 23:34:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"item\": {\n        \"uuid\": \"4a5a512a-8653-4482-8a71-cdb498dfc9f1\",\n        \"itemName\": \"ACM x Sixth College Mug\",\n        \"picture\": null,\n        \"description\": \"Start your morning with a fresh drink in this new ACM x Sixth College branded mug\",\n        \"monthlyLimit\": 3,\n        \"lifetimeLimit\": 10,\n        \"hidden\": false,\n        \"hasVariantsEnabled\": true,\n        \"collection\": {\n            \"uuid\": \"b0f21c5f-1585-4861-8ab7-857c6ffb4cc1\",\n            \"title\": \"General\",\n            \"themeColorHex\": \"#179BB3\",\n            \"description\": \"The standard ACM fit pieces.\",\n            \"archived\": false\n        },\n        \"options\": [\n            {\n                \"uuid\": \"14e51585-e78a-443d-94a8-df291e5f1093\",\n                \"quantity\": 5,\n                \"price\": 2500,\n                \"discountPercentage\": 10,\n                \"metadata\": {\n                    \"type\": \"SIZE\",\n                    \"value\": \"Small\",\n                    \"position\": 0\n                }\n            },\n            {\n                \"uuid\": \"6166f65c-3bf1-4900-a8fe-3666bdf943dc\",\n                \"quantity\": 5,\n                \"price\": 3500,\n                \"discountPercentage\": 5,\n                \"metadata\": {\n                    \"type\": \"SIZE\",\n                    \"value\": \"Large\",\n                    \"position\": 1\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"77c8c2fc-f527-4fb3-9c5e-478192b2e2d7"},{"name":"Update Merch Item","id":"b36e914a-c71b-4124-aedf-88062fcc0559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchandise\": {\n\t\t\"description\": \"These mugs are so glorious they deserve a better description\",\n\t\t\"options\": [\n            {\n                \"uuid\": \"034ec96b-5b78-4cd0-8234-b79d974508bd\",\n                \"discountPercentage\": 20,\n                \"quantity\": 10 \n            }\n        ],\n        \"merchPhotos\": [\n            {\n                \"uuid\": \"c71bfb19-f169-4c55-bc92-839395d70080\",\n                \"position\": 4\n            },\n            {\n                \"uuid\": \"aa88333a-8d80-4f5a-b342-e868f0d261c6\",\n                \"position\": 3\n            },\n            {\n                \"uuid\": \"8a2321a2-0fa8-46bb-aba4-a59f7687cbbb\",\n                \"position\": 2\n            },\n            {\n                \"uuid\": \"87eb626d-683a-4504-aeba-f6594820e751\",\n                \"position\": 1\n            },\n            {\n                \"uuid\": \"9f7c4d01-64d5-4ceb-990f-9a2d67abb85b\",\n                \"position\": 0\n            }\n        ]\n\t}\n}"},"url":"http://localhost:3000/api/v2/merch/item/17774f20-e04d-4ace-a6fc-8dfe9286eca7","description":"<p>Update a merchandise item and its options.</p>\n<p>Note: quantity field increments total quantity, it does not set it</p>\n","urlObject":{"path":["merch","item","17774f20-e04d-4ace-a6fc-8dfe9286eca7"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"86462197-06ec-4868-bcdd-5b83b51b503f","name":"Update Merch Item","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchandise\": {\n\t\t\"description\": \"These mugs are so glorious they deserve a better description\",\n\t\t\"options\": [\n            {\n                \"uuid\": \"034ec96b-5b78-4cd0-8234-b79d974508bd\",\n                \"discountPercentage\": 20,\n                \"quantity\": 10 \n            }\n        ]\n\t}\n}"},"url":"http://localhost:3000/api/v2/merch/item/b3b44606-d08d-4ed6-a096-dc6dd74ba691"},"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":"770"},{"key":"ETag","value":"W/\"302-l2+V5Gi9ESzeRNNk4cui72bMzLk\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:20:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"item\": {\n        \"id\": 7,\n        \"uuid\": \"ee60326a-1cce-4ded-8bee-3f4ab954cf4d\",\n        \"itemName\": \"ACM x Sixth College Mug\",\n        \"picture\": null,\n        \"description\": \"These mugs are so glorious they deserve a better description\",\n        \"monthlyLimit\": 3,\n        \"lifetimeLimit\": 10,\n        \"hidden\": false,\n        \"collection\": {\n            \"id\": 2,\n            \"uuid\": \"45ed524f-0b1b-46ee-b591-f721dfb06a67\",\n            \"title\": \"Fall 2001\",\n            \"description\": \"Celebrate the opening of Sixth College in style, featuring raccoon print jackets.\",\n            \"archived\": false\n        },\n        \"options\": [\n            {\n                \"id\": 11,\n                \"uuid\": \"a6633cc0-5551-4191-a776-e660aa26a398\",\n                \"quantity\": 15,\n                \"price\": 2500,\n                \"discountPercentage\": 20,\n                \"metadata\": {\n                    \"color\": \"Blue\",\n                    \"size\": \"Small\"\n                }\n            },\n            {\n                \"id\": 12,\n                \"uuid\": \"7dc07e3a-9ac6-4177-ba9d-e42746f9bd30\",\n                \"quantity\": 5,\n                \"price\": 3500,\n                \"discountPercentage\": 5,\n                \"metadata\": {\n                    \"color\": \"Green\",\n                    \"size\": \"Large\"\n                }\n            }\n        ]\n    }\n}"},{"id":"c39575d0-8501-4e28-881c-878f3a2b7f28","name":"Update Merch Item","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchandise\": {\n\t\t\"description\": \"These mugs are so glorious they deserve a better description\",\n\t\t\"options\": [\n            {\n                \"uuid\": \"034ec96b-5b78-4cd0-8234-b79d974508bd\",\n                \"discountPercentage\": 20,\n                \"quantity\": 10 \n            }\n        ]\n\t}\n}"},"url":"http://localhost:3000/api/v2/merch/item/b3b44606-d08d-4ed6-a096-dc6dd74ba691"},"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":"769"},{"key":"ETag","value":"W/\"301-ImN2aGJvOJTp853lo3AlL1cpJ+Y\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:36:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"item\": {\n        \"id\": 6,\n        \"uuid\": \"b3b44606-d08d-4ed6-a096-dc6dd74ba691\",\n        \"itemName\": \"ACM x Sixth College Mug\",\n        \"picture\": null,\n        \"description\": \"These mugs are so glorious they deserve a better description\",\n        \"monthlyLimit\": 3,\n        \"lifetimeLimit\": 10,\n        \"hidden\": false,\n        \"collection\": {\n            \"id\": 2,\n            \"uuid\": \"45ed524f-0b1b-46ee-b591-f721dfb06a67\",\n            \"title\": \"Fall 2001\",\n            \"description\": \"Celebrate the opening of Sixth College in style, featuring raccoon print jackets.\",\n            \"archived\": false\n        },\n        \"options\": [\n            {\n                \"id\": 9,\n                \"uuid\": \"034ec96b-5b78-4cd0-8234-b79d974508bd\",\n                \"quantity\": 15,\n                \"price\": 2500,\n                \"discountPercentage\": 20,\n                \"metadata\": {\n                    \"color\": \"Blue\",\n                    \"size\": \"Small\"\n                }\n            },\n            {\n                \"id\": 10,\n                \"uuid\": \"3ca5892c-9b9e-4c3b-9e43-dd88a45a233a\",\n                \"quantity\": 5,\n                \"price\": 3500,\n                \"discountPercentage\": 5,\n                \"metadata\": {\n                    \"color\": \"Green\",\n                    \"size\": \"Large\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"b36e914a-c71b-4124-aedf-88062fcc0559"},{"name":"Delete Merch Item","id":"227ad405-edc8-4009-9a54-3017134605cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/item/b3b44606-d08d-4ed6-a096-dc6dd74ba691","description":"<p>Update a merchandise item and its options.</p>\n<p>Note: quantity field increments total quantity, it does not set it</p>\n","urlObject":{"path":["merch","item","b3b44606-d08d-4ed6-a096-dc6dd74ba691"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"6f29dc9d-4ebe-45b0-9514-edddc0278bdf","name":"Delete Merch Item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":"http://localhost:3000/api/v2/merch/item/b3b44606-d08d-4ed6-a096-dc6dd74ba691"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 05:02:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"},{"id":"9ee31fab-c28e-4954-9239-612d3b3cb0b3","name":"Delete Merch Item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":"http://localhost:3000/api/v2/merch/item/b3b44606-d08d-4ed6-a096-dc6dd74ba691"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:36:44 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"227ad405-edc8-4009-9a54-3017134605cc"},{"name":"Create Merch Item Photo","event":[{"listen":"test","script":{"id":"b3b0214b-af74-4239-9719-81a64504abe8","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set('created_merch_photo_option_uuid', body.photo.uuid);"],"type":"text/javascript"}}],"id":"3117bcc3-d9a1-4fd7-bf01-eeed25fa8476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"position","value":"0","type":"text","contentType":""},{"key":"image","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/maxwn/Downloads/IMG_20231223_165356.jpg","/C:/Users/maxwn/Downloads/blank-profile-picture-image-holder-with-a-crown-vector-42411540.jpg"],"src":"/C:/Users/maxwn/Downloads/blank-profile-picture-image-holder-with-a-crown-vector-42411540.jpg"}]},"url":"http://localhost:3000/api/v2/merch/item/picture/b3b44606-d08d-4ed6-a096-dc6dd74ba691","description":"<p>Create an individual merch item option after merch item creation</p>\n","urlObject":{"path":["merch","item","picture","b3b44606-d08d-4ed6-a096-dc6dd74ba691"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"70204587-2856-4487-83e3-89cfc2e1c5c3","name":"Create Merch Item Option","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"option\": {\n        \"price\": 3000,\n        \"quantity\": 10,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"size\": \"M\"\n        }\n    }\n}"},"url":"http://localhost:3000/api/v2/merch/option/b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7"},"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":"154"},{"key":"ETag","value":"W/\"9a-0UrnNQCn+9KNlFhhY0m5jSRAktc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"option\": {\n        \"id\": 11,\n        \"uuid\": \"bd3e5277-8238-44cd-a691-b37ba4b6b9bb\",\n        \"quantity\": 10,\n        \"price\": 3000,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"size\": \"M\"\n        }\n    }\n}"}],"_postman_id":"3117bcc3-d9a1-4fd7-bf01-eeed25fa8476"},{"name":"Delete Merch Item Photo","id":"93bef96f-ab51-4854-88d8-079b0eb0cc95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/option/bd3e5277-8238-44cd-a691-b37ba4b6b9bb","description":"<p>Create an individual merch item option after merch item creation</p>\n","urlObject":{"path":["merch","option","bd3e5277-8238-44cd-a691-b37ba4b6b9bb"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"76be3f94-5eb9-4f55-884d-3bc7548f6be0","name":"Delete Merch Item Option","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":"http://localhost:3000/api/v2/merch/option/bd3e5277-8238-44cd-a691-b37ba4b6b9bb"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"93bef96f-ab51-4854-88d8-079b0eb0cc95"},{"name":"Create Merch Item Option","event":[{"listen":"test","script":{"id":"b3b0214b-af74-4239-9719-81a64504abe8","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set('created_merch_item_option_uuid', body.option.uuid);"],"type":"text/javascript"}}],"id":"99aa0bb6-e7e6-4bde-abdb-456c48d602ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"option\": {\n        \"price\": 3000,\n        \"quantity\": 10,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"type\": \"SIZE\",\n            \"value\": \"M\",\n            \"position\": 2\n        }\n    }\n}"},"url":"http://localhost:3000/api/v2/merch/option/b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7","description":"<p>Create an individual merch item option after merch item creation</p>\n","urlObject":{"path":["merch","option","b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"50a5939d-183f-4727-8157-cb8c664fc5bc","name":"Create Merch Item Option","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"option\": {\n        \"price\": 3000,\n        \"quantity\": 10,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"size\": \"M\"\n        }\n    }\n}"},"url":"http://localhost:3000/api/v2/merch/option/b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7"},"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":"154"},{"key":"ETag","value":"W/\"9a-0UrnNQCn+9KNlFhhY0m5jSRAktc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"option\": {\n        \"id\": 11,\n        \"uuid\": \"bd3e5277-8238-44cd-a691-b37ba4b6b9bb\",\n        \"quantity\": 10,\n        \"price\": 3000,\n        \"discountPercentage\": 15,\n        \"metadata\": {\n            \"size\": \"M\"\n        }\n    }\n}"}],"_postman_id":"99aa0bb6-e7e6-4bde-abdb-456c48d602ab"},{"name":"Delete Merch Item Option","id":"6aa20451-383e-4f58-a7f9-ed3e1b820e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/option/bd3e5277-8238-44cd-a691-b37ba4b6b9bb","description":"<p>Create an individual merch item option after merch item creation</p>\n","urlObject":{"path":["merch","option","bd3e5277-8238-44cd-a691-b37ba4b6b9bb"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"7b7858f3-f545-4286-a86f-99abe1667d3a","name":"Delete Merch Item Option","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":"http://localhost:3000/api/v2/merch/option/bd3e5277-8238-44cd-a691-b37ba4b6b9bb"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"6aa20451-383e-4f58-a7f9-ed3e1b820e6b"},{"name":"Get Merch Orders from Current User","id":"a2547353-14bc-4125-9fb5-627c54d7d43e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/orders","urlObject":{"path":["merch","orders"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2547353-14bc-4125-9fb5-627c54d7d43e"},{"name":"Get Merch Orders from All Users (Admin)","id":"e2b8b369-2a10-4d3a-b8c7-0a227624afaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/orders/all","urlObject":{"path":["merch","orders","all"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2b8b369-2a10-4d3a-b8c7-0a227624afaf"},{"name":"Create Merch Order","event":[{"listen":"test","script":{"id":"a7b84e76-4c50-48d8-8164-b7d40478ea8c","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set('created_merch_order_uuid', body.order.uuid);","pm.collectionVariables.set('merch_order_item_1', body.order.items[0].uuid);","// pm.collectionVariables.set('merch_order_item_2', body.order.items[1].uuid);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"3924bed6-a8c4-4da3-843a-3f3db4a83c2c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6b0ad875-1977-4ac1-832b-7ad7856d4957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"order\": [\n\t\t{\n\t\t\t\"option\": \"9184ea2c-10a2-48c1-a39a-c6743c1a5371\",\n\t\t\t\"quantity\": 1\n\t\t}\n\t],\n    \"pickupEvent\": \"76ffc2d9-faf5-4ab8-b3b3-7504413ca2ed\"\n}"},"url":"http://localhost:3000/api/v2/merch/order","urlObject":{"path":["merch","order"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"11d61ce7-2ed1-4c30-9559-620e1395e86d","name":"Create Merch Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"order\": [\n\t\t{\n\t\t\t\"option\": \"90302e8d-a39c-49a6-a07a-455fc5dcef69\",\n\t\t\t\"quantity\": 1\n\t\t},\n\t\t{\n\t\t\t\"option\": \"08919a0c-0c71-4aee-8284-dd0b6f969a4f\",\n\t\t\t\"quantity\": 1\n\t\t}\n\t],\n    \"pickupEvent\": \"1ae7b408-2468-4fd2-93f7-ef111549aece\"\n}"},"url":"http://localhost:3000/api/v2/merch/order"},"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":"1745"},{"key":"ETag","value":"W/\"6d1-iTiyq7MP49MLg8eT5qpzg3TICS8\""},{"key":"Date","value":"Mon, 27 Dec 2021 02:25:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"order\": {\n        \"uuid\": \"8a16b9ec-bbdb-401f-b843-914d6291598a\",\n        \"user\": {\n            \"uuid\": \"32198699-5897-4254-a898-3cd8dc9841d5\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2024,\n            \"major\": \"Computer Science\",\n            \"bio\": null,\n            \"points\": 50\n        },\n        \"totalCost\": 2700,\n        \"status\": \"PLACED\",\n        \"orderedAt\": \"2021-12-27T02:25:57.297Z\",\n        \"pickupEvent\": {\n            \"uuid\": \"1ae7b408-2468-4fd2-93f7-ef111549aece\",\n            \"title\": \"Merch Distribution @ Library Walk\",\n            \"start\": \"2022-01-10T17:00:00.000Z\",\n            \"end\": \"2022-01-10T18:00:00.000Z\",\n            \"description\": \"Come through to Library Walk between 3-4pm to pickup your event and get free boba!\",\n            \"orderLimit\": 50\n        },\n        \"items\": [\n            {\n                \"uuid\": \"92cbc579-95cd-4bff-8986-4fdf7770137c\",\n                \"option\": {\n                    \"uuid\": \"90302e8d-a39c-49a6-a07a-455fc5dcef69\",\n                    \"price\": 1500,\n                    \"discountPercentage\": 15,\n                    \"metadata\": {\n                        \"type\": \"SIZE\",\n                        \"value\": \"2x2\",\n                        \"position\": 0\n                    },\n                    \"item\": {\n                        \"uuid\": \"c5e040a5-6c2f-4828-9925-dcfdba8db16b\",\n                        \"itemName\": \"Hack School Sticker Pack (4) - Cyan\",\n                        \"picture\": \"https://i.imgur.com/pSZ921P.png\",\n                        \"description\": \"Make space on your laptop cover for these Cyan stickers. Pack of 4, size in inches.\"\n                    }\n                },\n                \"salePriceAtPurchase\": 1275,\n                \"discountPercentageAtPurchase\": 15,\n                \"fulfilled\": false,\n                \"fulfilledAt\": null,\n                \"notes\": null\n            },\n            {\n                \"uuid\": \"d17518c8-7c3e-429e-b5a1-5fbaf07d5949\",\n                \"option\": {\n                    \"uuid\": \"08919a0c-0c71-4aee-8284-dd0b6f969a4f\",\n                    \"price\": 1500,\n                    \"discountPercentage\": 5,\n                    \"metadata\": {\n                        \"type\": \"SIZE\",\n                        \"value\": \"3x3\",\n                        \"position\": 1\n                    },\n                    \"item\": {\n                        \"uuid\": \"c5e040a5-6c2f-4828-9925-dcfdba8db16b\",\n                        \"itemName\": \"Hack School Sticker Pack (4) - Cyan\",\n                        \"picture\": \"https://i.imgur.com/pSZ921P.png\",\n                        \"description\": \"Make space on your laptop cover for these Cyan stickers. Pack of 4, size in inches.\"\n                    }\n                },\n                \"salePriceAtPurchase\": 1425,\n                \"discountPercentageAtPurchase\": 5,\n                \"fulfilled\": false,\n                \"fulfilledAt\": null,\n                \"notes\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"6b0ad875-1977-4ac1-832b-7ad7856d4957"},{"name":"Get Merch Order","id":"31a09fec-7180-4ed8-87a5-3104568dbe50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/555947de-51b1-4662-9c66-7fc2f9e77951","urlObject":{"path":["merch","order","555947de-51b1-4662-9c66-7fc2f9e77951"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"8e0f2f33-1806-4a71-9d32-786171b4f678","name":"Get Merch Order","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/555947de-51b1-4662-9c66-7fc2f9e77951"},"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":"1125"},{"key":"ETag","value":"W/\"465-tNWcSHR4rZ+e2PQiDMmDJBfhRUM\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"order\": {\n        \"uuid\": \"555947de-51b1-4662-9c66-7fc2f9e77951\",\n        \"user\": \"7dc03709-4a52-4ff1-b886-982a56d3d0de\",\n        \"totalCost\": 12750,\n        \"orderedAt\": \"2020-10-02T06:37:44.152Z\",\n        \"items\": [\n            {\n                \"uuid\": \"1e6f1319-a478-4e1b-a499-0b796d5d30d6\",\n                \"option\": {\n                    \"uuid\": \"09739cd2-25ca-40d2-ace3-d012a1c1769c\",\n                    \"price\": 22500,\n                    \"discountPercentage\": 50,\n                    \"metadata\": {\n                        \"size\": \"XL\"\n                    }\n                },\n                \"salePriceAtPurchase\": 11250,\n                \"discountPercentageAtPurchase\": 50,\n                \"fulfilled\": false,\n                \"fulfilledAt\": \"2020-10-02T06:37:44.152Z\",\n                \"notes\": null\n            },\n            {\n                \"uuid\": \"30e44d94-d175-47a9-b200-a9792abe98fa\",\n                \"option\": {\n                    \"uuid\": \"999ac157-7557-4f4f-b3d8-044e573b33da\",\n                    \"price\": 1500,\n                    \"discountPercentage\": 50,\n                    \"metadata\": {\n                        \"color\": \"SEA GREEN\",\n                        \"size\": \"3x3\"\n                    }\n                },\n                \"salePriceAtPurchase\": 750,\n                \"discountPercentageAtPurchase\": 50,\n                \"fulfilled\": false,\n                \"fulfilledAt\": \"2020-10-02T06:37:44.152Z\",\n                \"notes\": null\n            },\n            {\n                \"uuid\": \"816758d7-f15e-4603-a4a0-43ff7cd7e70b\",\n                \"option\": {\n                    \"uuid\": \"999ac157-7557-4f4f-b3d8-044e573b33da\",\n                    \"price\": 1500,\n                    \"discountPercentage\": 50,\n                    \"metadata\": {\n                        \"color\": \"SEA GREEN\",\n                        \"size\": \"3x3\"\n                    }\n                },\n                \"salePriceAtPurchase\": 750,\n                \"discountPercentageAtPurchase\": 50,\n                \"fulfilled\": false,\n                \"fulfilledAt\": \"2020-10-02T06:37:44.152Z\",\n                \"notes\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"31a09fec-7180-4ed8-87a5-3104568dbe50"},{"name":"Update Merch Order","event":[{"listen":"test","script":{"id":"e6460b63-33d9-46ab-ab65-1e4af4981951","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a61b210f-29dc-450c-a937-363b5e6fbbb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t{\n\t\t\t\"uuid\": \"80c3119f-ddf8-42fb-8049-1a3a0c22e493\",\n\t\t\t\"fulfilled\": true\n\t\t}\n\t]\n}"},"url":"http://localhost:3000/api/v2/merch/order","urlObject":{"path":["merch","order"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"1558507d-c396-4f53-93ec-1f82d8e0c886","name":"Update Merch Order","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t{\n\t\t\t\"uuid\": \"1e6f1319-a478-4e1b-a499-0b796d5d30d6\",\n\t\t\t\"fulfilled\": true\n\t\t},\n\t\t{\n\t\t\t\"uuid\": \"30e44d94-d175-47a9-b200-a9792abe98fa\",\n\t\t\t\"fulfilled\": false,\n\t\t\t\"notes\": \"Paid in full.\"\n\t\t},\n        {\n            \"uuid\": \"816758d7-f15e-4603-a4a0-43ff7cd7e70b\",\n            \"fulfilled\": true\n        }\n\t]\n}"},"url":"http://localhost:3000/api/v2/merch/order"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:38:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"a61b210f-29dc-450c-a937-363b5e6fbbb0"},{"name":"Get Future Order Pickup Events","id":"ab15bf21-0591-494a-82b5-427fc17bd3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/pickup/future","urlObject":{"path":["merch","order","pickup","future"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"e2076382-5063-42c8-8b82-c6b8ed87ebf7","name":"Get Future Order Pickup Events","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/pickup/future"},"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":"480"},{"key":"ETag","value":"W/\"1e0-qE6TnwUCafPMBhsPsHYxTNYQa60\""},{"key":"Date","value":"Mon, 27 Dec 2021 03:29:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"pickupEvents\": [\n        {\n            \"uuid\": \"0f78f978-6643-4f08-a231-979fd262ad2a\",\n            \"title\": \"ACM Merch Distribution Event 2\",\n            \"start\": \"2021-12-27T02:58:56.524Z\",\n            \"end\": \"2021-12-27T04:58:56.524Z\",\n            \"description\": \"Another test event\",\n            \"orderLimit\": 10\n        },\n        {\n            \"uuid\": \"39903124-ecca-4535-a09b-fae99ce4528d\",\n            \"title\": \"Example Other Order Pickup Event\",\n            \"start\": \"2022-01-03T03:28:56.524Z\",\n            \"end\": \"2022-01-03T04:58:56.524Z\",\n            \"description\": \"This is another test event to pickup orders from.\",\n            \"orderLimit\": 10\n        }\n    ]\n}"}],"_postman_id":"ab15bf21-0591-494a-82b5-427fc17bd3f1"},{"name":"Get Past Order Pickup Events","id":"24688125-7d1c-4dcc-8752-d5bece25f5bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/pickup/past","urlObject":{"path":["merch","order","pickup","past"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"d56effde-cbed-436e-82ab-e47fed57a4cb","name":"Get Past Order Pickup Events","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/pickup/past"},"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":"289"},{"key":"ETag","value":"W/\"121-NpXH/AYvEZsrUOhFMg5BahhLCVw\""},{"key":"Date","value":"Mon, 27 Dec 2021 03:30:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"pickupEvents\": [\n        {\n            \"uuid\": \"2eb5fc9d-12c2-46ff-b6c4-3bc4c74d64b2\",\n            \"title\": \"ACM Merch Distribution Event 1\",\n            \"start\": \"2021-12-24T01:28:56.524Z\",\n            \"end\": \"2021-12-24T03:28:56.524Z\",\n            \"description\": \"This is a test event to pickup orders from. It has already passed :(\",\n            \"orderLimit\": 10\n        }\n    ]\n}"}],"_postman_id":"24688125-7d1c-4dcc-8752-d5bece25f5bb"},{"name":"Create Order Pickup Event","event":[{"listen":"test","script":{"id":"8d813e1e-4ba6-423a-b464-1124cd983e9f","exec":["const body = JSON.parse(responseBody)\r","pm.collectionVariables.set('created_pickup_event_uuid', body.pickupEvent.uuid)"],"type":"text/javascript","packages":{}}}],"id":"6c327bf9-7596-47e5-94cb-1af2d911aa0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"pickupEvent\": {\r\n        \"title\": \"Merch Distribution @ Library Walk\",\r\n        \"start\": \"2024-01-10T17:00:00.000Z\",\r\n        \"end\": \"2024-01-10T18:00:00.000Z\",\r\n        \"description\": \"Come through to Library Walk between 3-4pm to pickup your event and get free boba!\",\r\n        \"location\": \"Qualcomm Room\",\r\n        \"orderLimit\": 50,\r\n        \"linkedEventUuid\": \"0ffcf14b-2d6e-4368-9e49-556a1ddcae46\"\r\n    }\r\n}"},"url":"http://localhost:3000/api/v2/merch/order/pickup","urlObject":{"path":["merch","order","pickup"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"8803b9b5-ada3-439a-832d-3fda9a207148","name":"Create Order Pickup Event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pickupEvent\": {\r\n        \"title\": \"Merch Distribution @ Library Walk\",\r\n        \"start\": \"2022-01-10T17:00:00.000Z\",\r\n        \"end\": \"2022-01-10T18:00:00.000Z\",\r\n        \"description\": \"Come through to Library Walk between 3-4pm to pickup your event and get free boba!\",\r\n        \"orderLimit\": 50\r\n    }\r\n}"},"url":"http://localhost:3000/api/v2/merch/order/pickup"},"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":"303"},{"key":"ETag","value":"W/\"12f-MfEBTbOOpucakPNPEdU2x3Q1sWM\""},{"key":"Date","value":"Mon, 27 Dec 2021 02:25:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"pickupEvent\": {\n        \"uuid\": \"1ae7b408-2468-4fd2-93f7-ef111549aece\",\n        \"title\": \"Merch Distribution @ Library Walk\",\n        \"start\": \"2022-01-10T17:00:00.000Z\",\n        \"end\": \"2022-01-10T18:00:00.000Z\",\n        \"description\": \"Come through to Library Walk between 3-4pm to pickup your event and get free boba!\",\n        \"orderLimit\": 50\n    }\n}"}],"_postman_id":"6c327bf9-7596-47e5-94cb-1af2d911aa0a"},{"name":"Get Pickup Event","id":"623806cc-28f7-42d5-b84c-79f636a56215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/merch/order/pickup/","urlObject":{"path":["merch","order","pickup",""],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"623806cc-28f7-42d5-b84c-79f636a56215"},{"name":"Complete Pickup Event","id":"ea3fd8f9-9878-46e5-b3b6-ccfc1c128235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/merch/order/pickup/a989165a-ce84-4ec1-9857-cbac3777a59e/complete","urlObject":{"path":["merch","order","pickup","a989165a-ce84-4ec1-9857-cbac3777a59e","complete"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea3fd8f9-9878-46e5-b3b6-ccfc1c128235"},{"name":"Cancel Pickup Event","id":"aa0065ab-b1cd-4c5e-ae60-51a91557e1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/merch/order/pickup//cancel","urlObject":{"path":["merch","order","pickup","","cancel"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa0065ab-b1cd-4c5e-ae60-51a91557e1eb"},{"name":"Update Pickup Event","id":"bf90bd20-82c2-46e4-bcbc-de65935ee06a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickupEvent\": {\n        \"linkedEventUuid\": \"58fc8333-2ca8-45df-9143-ff04d998e93f\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/merch/order/pickup/","urlObject":{"path":["merch","order","pickup",""],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf90bd20-82c2-46e4-bcbc-de65935ee06a"},{"name":"Delete Pickup Event","id":"54089a64-4b6b-4500-afbd-56044f4015f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/merch/order/pickup/","urlObject":{"path":["merch","order","pickup",""],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"54089a64-4b6b-4500-afbd-56044f4015f2"},{"name":"Cancel All Pending Orders","id":"12b6ff8d-f21c-4f27-a1f3-65eb0d2a90c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3000/api/v2/merch/order/cleanup","urlObject":{"path":["merch","order","cleanup"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"12b6ff8d-f21c-4f27-a1f3-65eb0d2a90c0"},{"name":"Get Cart Items","id":"06546f8a-81bd-4035-922f-76d7c1cf7e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\"b13dc353-60cf-4724-bf26-a35bcaca1262\", \"a90bc24d-0d37-4920-8256-d50c81095913\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/merch/cart","urlObject":{"path":["merch","cart"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"06546f8a-81bd-4035-922f-76d7c1cf7e24"},{"name":"Update Merch Photo","id":"9d031ae2-096e-4ee9-b5c4-336fc576d96b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"9d031ae2-096e-4ee9-b5c4-336fc576d96b"},{"name":"Validate Order","id":"ddfe59aa-6fe2-4ec8-831d-062c5e4b44c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": [\r\n        {\r\n            \"option\": \"622e3362-4c97-4ff8-a5bc-807654514166\",\r\n            \"quantity\": 1\r\n        },\r\n        {\r\n            \"option\": \"6342e8d0-37d2-406a-a811-799b062f9bf1\",\r\n            \"quantity\": 2\r\n        }\r\n    ]\r\n}"},"url":"http://localhost:3000/api/v2/merch/order/verification","urlObject":{"path":["merch","order","verification"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddfe59aa-6fe2-4ec8-831d-062c5e4b44c8"},{"name":"Fulfill Order Items","id":"9a983e8b-9267-4300-b730-d0b9d61a12d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"uuid\": \"bf1e316b-97a1-4dd6-8cb5-00b2c0e54a9a\"\r\n        },\r\n        {\r\n            \"uuid\": \"ff42e32a-39f1-4594-afdd-969da1be983e\"\r\n        }\r\n    ]\r\n}"},"url":"http://localhost:3000/api/v2/merch/order/555947de-51b1-4662-9c66-7fc2f9e77951/fulfill","urlObject":{"path":["merch","order","555947de-51b1-4662-9c66-7fc2f9e77951","fulfill"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a983e8b-9267-4300-b730-d0b9d61a12d6"},{"name":"Reschedule Order Pickup","id":"ee93aaa2-d3ec-4e4a-b6a1-fdc5a7b4c339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pickupEvent\": \"c10a5db6-49fa-49f9-b3d0-61c23157e59c\"\r\n}"},"url":"http://localhost:3000/api/v2/merch/order/555947de-51b1-4662-9c66-7fc2f9e77951/reschedule","urlObject":{"path":["merch","order","555947de-51b1-4662-9c66-7fc2f9e77951","reschedule"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee93aaa2-d3ec-4e4a-b6a1-fdc5a7b4c339"},{"name":"Create Collection Photo","event":[{"listen":"test","script":{"id":"b3b0214b-af74-4239-9719-81a64504abe8","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set('created_collection_photo_uuid', body.collectionPhoto.uuid);"],"type":"text/javascript"}}],"id":"9f0eba7e-f9cd-48aa-ac5d-792219a95614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"position","value":"0","type":"text","contentType":""},{"key":"image","type":"file","src":"/C:/Users/maxw0/Pictures/alexface.png"}]},"url":"http://localhost:3000/api/v2/merch/collection/picture/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c","urlObject":{"path":["merch","collection","picture","dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b3dd9818-a9db-4bfa-b4e9-cfcba3ca3199","name":"Create Collection Photo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"position","value":"0\n","type":"text","contentType":""},{"key":"image","type":"file","src":"/C:/Users/maxw0/Pictures/alexface.png"}]},"url":"http://localhost:3000/api/v2/merch/collection/picture/dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"},"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":"308"},{"key":"ETag","value":"W/\"134-mfBCJ/Fq7ChU72RBq6XA6FYeprc\""},{"key":"Date","value":"Wed, 18 Oct 2023 00:59:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"collectionPhoto\": {\n        \"uuid\": \"33903133-a97f-4610-9aa5-f7d7c025da15\",\n        \"uploadedPhoto\": \"https://acmucsd-local.s3.us-west-1.amazonaws.com/maximum-weng//portalundefined/91dc5642-f3e4-49ce-8919-a32c50efb069/f9970666-3d55-46ce-a694-9d6f9c1791bd.png\",\n        \"uploadedAt\": \"2023-10-18T00:59:42.746Z\",\n        \"position\": 0\n    }\n}"}],"_postman_id":"9f0eba7e-f9cd-48aa-ac5d-792219a95614"},{"name":"Delete Collection Photo","id":"d1275362-bece-4200-8d17-c1fe04eb5050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/collection/picture/","urlObject":{"path":["merch","collection","picture",""],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"d8de0db3-2462-4859-94a2-a4399c053074","name":"Delete Collection Photo","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/merch/collection/picture/"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Wed, 18 Oct 2023 01:36:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"d1275362-bece-4200-8d17-c1fe04eb5050"},{"name":"Cancel Merch Order","id":"19c1a493-d722-4a58-adee-d47849735d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3000/api/v2/merch/order/555947de-51b1-4662-9c66-7fc2f9e77951/cancel","urlObject":{"path":["merch","order","555947de-51b1-4662-9c66-7fc2f9e77951","cancel"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"19c1a493-d722-4a58-adee-d47849735d97"}],"id":"542b9abb-ae35-450e-9c04-c329d48c17eb","event":[{"listen":"prerequest","script":{"id":"f1699861-1b53-4c29-a3d8-90c940af9d61","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec64e9e6-a17f-48ed-933a-f1d3a268a75f","type":"text/javascript","exec":[""]}}],"_postman_id":"542b9abb-ae35-450e-9c04-c329d48c17eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Leaderboard","item":[{"name":"Get Leaderboard","id":"1847b8b3-9883-4b5c-adf0-80acc5c64fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/leaderboard","urlObject":{"path":["leaderboard"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"7ee6b514-255c-4a02-a504-8a3d0c0b2d3e","name":"Get Leaderboard","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/leaderboard"},"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":"588"},{"key":"ETag","value":"W/\"24c-D27OdMph5M4JYX/tP84MdX5RaRg\""},{"key":"Date","value":"Fri, 02 Oct 2020 06:09:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"leaderboard\": [\n        {\n            \"uuid\": \"4bdab5fa-23e9-4a30-be0f-518a5c56009e\",\n            \"firstName\": \"Andrea\",\n            \"lastName\": \"Sudharta\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2022,\n            \"major\": \"Computer Engineering\",\n            \"bio\": null,\n            \"points\": 160\n        },\n        {\n            \"uuid\": \"e0880a3b-f845-4f15-a9f9-c3315ccb0d77\",\n            \"firstName\": \"Stanley\",\n            \"lastName\": \"Lee\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2022,\n            \"major\": \"Data Science\",\n            \"bio\": null,\n            \"points\": 55\n        },\n        {\n            \"uuid\": \"72a16fb4-c3c8-4b22-b5a9-971589e1c624\",\n            \"firstName\": \"Paul\",\n            \"lastName\": \"Pan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2020,\n            \"major\": \"Mathematics - Computer Science\",\n            \"bio\": null,\n            \"points\": 0\n        }\n    ]\n}"}],"_postman_id":"1847b8b3-9883-4b5c-adf0-80acc5c64fc4"}],"id":"3f32ba05-ba9b-4781-949f-a7adf60c3768","_postman_id":"3f32ba05-ba9b-4781-949f-a7adf60c3768","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Feedback","item":[{"name":"Add Feedback","event":[{"listen":"test","script":{"id":"502a1d46-b0b3-4183-83c3-963004559c01","exec":["const body = JSON.parse(responseBody);","pm.collectionVariables.set(\"created_feedback_uuid\", body.feedback.uuid)"],"type":"text/javascript","packages":{}}}],"id":"66b33b77-d515-4c45-991c-95b9e3a05c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"feedback\": {\n        \"event\": \"012a7bb6-676e-42d9-9e2b-03de2243da30\",\n        \"source\": \"Instagram\",\n        \"description\": \"This is my first HACK event! It's great and I love it!\",\n        \"type\": \"AI\"\n    }\n}"},"url":"http://localhost:3000/api/v2/feedback","urlObject":{"path":["feedback"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"a17eb049-c50e-40ca-8c80-7d517a9637e8","name":"Add Feedback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"feedback\": \n        {\n            \"user\": {\n                \"uuid\": \"c8ef1f8a-d72c-4114-9a3b-1e82ae88344d\",\n                \"handle\": \"angeline-cartwright-bed7f0\",\n                \"firstName\": \"FeedbackerThree\",\n                \"lastName\": \"Smith\",\n                \"profilePicture\": null,\n                \"graduationYear\": 2029,\n                \"major\": \"Computer Engineering\",\n                \"bio\": null,\n                \"points\": 0,\n                \"isAttendancePublic\": true\n            },\n            \"event\": {\n                \"uuid\": \"cf5b8473-7bd0-42f9-9991-82576322a107\",\n                \"organization\": \"Cyber\",\n                \"committee\": \"AI\",\n                \"thumbnail\": null,\n                \"cover\": null,\n                \"title\": \"AI: Federated Learning Workshop\",\n                \"description\": \"Federated learning (also known as collaborative learning)\\n    is a machine learning technique that trains an algorithm across multiple\\n    decentralized edge devices or servers holding local data samples, without\\n    exchanging them. This approach enables multiple actors to build a common,\\n    robust machine learning model without sharing data, thus allowing to address\\n    critical issues such as data privacy, data security, data access rights and\\n    access to heterogeneous data.\",\n                \"location\": \"Qualcomm Room\",\n                \"eventLink\": null,\n                \"start\": \"2024-02-25T19:00:00.000Z\",\n                \"end\": \"2024-02-25T21:00:00.000Z\",\n                \"pointValue\": 15,\n                \"requiresStaff\": true,\n                \"staffPointBonus\": 15\n            },\n            \"source\": \"0xc19a4a78ED\",\n            \"description\": \"HiHiHiHiHiHiHiHiHiHiHiHIHIHIHIHIHIHIIHIHIHIHIHIIHIH\",\n            \"timestamp\": \"2024-02-29T07:06:41.796Z\",\n            \"status\": \"SUBMITTED\",\n            \"type\": \"GENERAL\"\n        }\n}"},"url":"http://localhost:3000/api/v2/feedback"},"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":"724"},{"key":"ETag","value":"W/\"2d4-7T0TniV1YDrdzPJ13Mo/4rE3Ty4\""},{"key":"Date","value":"Sat, 07 Nov 2020 05:35:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"feedback\": {\n        \"uuid\": \"7319f0f3-a9e8-4848-8853-3057b134ef31\",\n        \"user\": {\n            \"uuid\": \"7dc03709-4a52-4ff1-b886-982a56d3d0de\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2023,\n            \"major\": \"Computer Science\",\n            \"bio\": null,\n            \"points\": 782\n        },\n        \"title\": \"Some Suggestions\",\n        \"description\": \"Can you serve free food again? I really enjoy free food because it's free. You know, they say nothing in life is free, but they are inherently wrong. ACM food is free. And that's why I want it. What can be better than free? ACM paying me to eat their food? Actually, that sounds better. ACM, please Venmo me $5 @acmucsd_dev, thank you.\",\n        \"timestamp\": \"2020-11-07T05:35:24.910Z\",\n        \"acknowledged\": false,\n        \"type\": \"GENERAL\"\n    }\n}"}],"_postman_id":"66b33b77-d515-4c45-991c-95b9e3a05c5e"},{"name":"Get Feedback","id":"64005c25-d26a-4f7b-ad52-fb65319490a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v2/feedback?user=66ea6e41-cc2b-4fba-8f3b-58ac721f43a4&event=39f9e2ba-68df-4646-af6f-e491c04cf538","urlObject":{"path":["feedback"],"host":["http://localhost:3000/api/v2"],"query":[{"key":"user","value":"66ea6e41-cc2b-4fba-8f3b-58ac721f43a4"},{"key":"event","value":"39f9e2ba-68df-4646-af6f-e491c04cf538"}],"variable":[]}},"response":[{"id":"7f58349e-657b-4d13-9bc0-2f1f09defb6d","name":"Get Feedback","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/feedback"},"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":"255"},{"key":"ETag","value":"W/\"ff-AjNHBZsKdGXk1sOxJ5BLVrSnIpQ\""},{"key":"Date","value":"Sun, 25 Oct 2020 03:53:11 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"feedback\": [\n        {\n            \"uuid\": \"1ad83c94-877d-443c-9dca-c1263b9f1ebd\",\n            \"user\": \"7dc03709-4a52-4ff1-b886-982a56d3d0de\",\n            \"title\": \"Some Suggestions\",\n            \"description\": \"Can you serve free food again?\",\n            \"timestamp\": \"2020-10-25T03:53:05.771Z\",\n            \"acknowledged\": false\n        }\n    ]\n}"}],"_postman_id":"64005c25-d26a-4f7b-ad52-fb65319490a6"},{"name":"Respond To Feedback","id":"117a3be9-8ba7-42ce-8752-3acefa925f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"ACKNOWLEDGED\"\n}"},"url":"http://localhost:3000/api/v2/feedback/","urlObject":{"path":["feedback",""],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"026957d7-cfcb-4a89-b04c-e80285cc80bb","name":"Acknowledge Feedback","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"ACKNOWLEDGED\"\n}"},"url":"http://localhost:3000/api/v2/feedback/"},"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":"720"},{"key":"ETag","value":"W/\"2d0-t2eSm2GVMKTuPxS38lWGYA6Rtq0\""},{"key":"Date","value":"Thu, 12 Nov 2020 18:56:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"feedback\": {\n        \"uuid\": \"fed86a8f-aa49-4072-bdbb-12415c637dc9\",\n        \"user\": {\n            \"uuid\": \"7dc03709-4a52-4ff1-b886-982a56d3d0de\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2023,\n            \"major\": \"Computer Science\",\n            \"bio\": null,\n            \"points\": 755\n        },\n        \"title\": \"Free Food\",\n        \"description\": \"Can you serve free food again? I really enjoy free food because it's free. You know, they say nothing in life is free, but they are inherently wrong. ACM food is free. And that's why I want it. What can be better than free? ACM paying me to eat their food? Actually, that sounds better. ACM, please Venmo me $5 @acmucsd_dev, thank you.\",\n        \"timestamp\": \"2020-11-12T18:55:19.840Z\",\n        \"status\": \"ACKNOWLEDGED\",\n        \"type\": \"GENERAL\"\n    }\n}"}],"_postman_id":"117a3be9-8ba7-42ce-8752-3acefa925f9d"}],"id":"bfbdc3b9-8458-4af1-9bab-033eb22def0f","_postman_id":"bfbdc3b9-8458-4af1-9bab-033eb22def0f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Social Media Url","item":[{"name":"Add Social Media Url","id":"062470b7-d176-42b6-878f-37cf56844da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"socialMedia\": [{\n        \"url\": \"https://www.linkedin.com/shravan\",\n        \"type\": \"LINKEDIN\"\n    },\n    {\n        \"url\": \"https://www.email.com/shravan\",\n        \"type\": \"EMAIL\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/user/socialMedia","urlObject":{"path":["user","socialMedia"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"c09faabe-369b-47b2-8c4f-7ceab6adea6a","name":"Add Social Media Url","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"socialMedia\": {\n        \"url\": \"https://www.github.com/shravan\",\n        \"type\": \"GITHUB\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/user/socialMedia"},"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":"325"},{"key":"ETag","value":"W/\"145-uyFRsLTie1KOshbTwQf+1Cq4xKI\""},{"key":"Date","value":"Sat, 21 Jan 2023 02:43:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"userSocialMedia\": {\n        \"uuid\": \"20a661dd-07f5-4ff3-9a35-abf7b88211c2\",\n        \"type\": \"GITHUB\",\n        \"url\": \"https://www.github.com/shravan\",\n        \"user\": {\n            \"uuid\": \"a15bc771-e508-4120-a326-804436e572bc\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2024,\n            \"major\": \"Data Science\",\n            \"bio\": null,\n            \"points\": 50\n        }\n    }\n}"}],"_postman_id":"062470b7-d176-42b6-878f-37cf56844da7"},{"name":"Update Social Media Url","id":"78200a3a-b56d-49c5-b420-ef9546be5d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"socialMedia\": [{\n        \"url\": \"https://www.email.com/urmom\",\n        \"uuid\": \"748b50d3-e18e-410b-b05a-39fe6d926bb4\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/user/socialMedia","urlObject":{"path":["user","socialMedia"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"81483dcf-8c65-4893-ab1b-d228301eb3b4","name":"Update Social Media Url","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"socialMedia\": {\n        \"url\": \"www.github.com/shravannew\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/user/socialMedia/20a661dd-07f5-4ff3-9a35-abf7b88211c2"},"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":"320"},{"key":"ETag","value":"W/\"140-AFb+hNNutBDnZkC1FQ95PvLTCyM\""},{"key":"Date","value":"Sat, 21 Jan 2023 02:43:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"userSocialMedia\": {\n        \"uuid\": \"20a661dd-07f5-4ff3-9a35-abf7b88211c2\",\n        \"type\": \"GITHUB\",\n        \"url\": \"www.github.com/shravannew\",\n        \"user\": {\n            \"uuid\": \"a15bc771-e508-4120-a326-804436e572bc\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2024,\n            \"major\": \"Data Science\",\n            \"bio\": null,\n            \"points\": 50\n        }\n    }\n}"}],"_postman_id":"78200a3a-b56d-49c5-b420-ef9546be5d29"},{"name":"Delete Social Media Url","id":"0faf2e11-7dee-4e08-ba37-7befe41643ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/user/socialMedia/20a661dd-07f5-4ff3-9a35-abf7b88211c2","urlObject":{"path":["user","socialMedia","20a661dd-07f5-4ff3-9a35-abf7b88211c2"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"867dc144-77ba-40fd-8cfa-8802ac1b999d","name":"Delete Social Media Url","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v2/user/socialMedia/20a661dd-07f5-4ff3-9a35-abf7b88211c2"},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Sat, 21 Jan 2023 02:44:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"0faf2e11-7dee-4e08-ba37-7befe41643ba"}],"id":"588cf0d4-2578-4018-96d2-ed984167f42c","_postman_id":"588cf0d4-2578-4018-96d2-ed984167f42c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}},{"name":"Resume","item":[{"name":"Upload Resume","id":"36390aad-d42e-4a1e-af58-3030e31a0134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/maxwn/Downloads/MATH_180A_HW_3.pdf"},{"key":"isResumeVisible","value":"false","type":"text"}]},"url":"http://localhost:3000/api/v2/resume","urlObject":{"path":["resume"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"1d742a1c-b0c0-42b9-9a6b-068cc7ff449b","name":"Upload Resume","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/faris/Downloads/Faris Ashai Resume.pdf"},{"key":"isResumeVisible","value":"false","type":"text"}]},"url":"http://localhost:3000/api/v2/resume"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 11 Feb 2023 23:54:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"484"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1e4-Y/gCiHDwE122QX1jZtMB/ipIpoE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"resume\": {\n        \"uuid\": \"fb5898d4-4383-4e07-acb7-04f9fff31a17\",\n        \"isResumeVisible\": false,\n        \"url\": \"https://acmucsd-membership-portal.s3.us-west-1.amazonaws.com/portal/resumes/cf92da58/Faris%20Ashai%20Resume.pdf\",\n        \"lastUpdated\": \"2023-02-11T23:54:04.009Z\",\n        \"user\": {\n            \"uuid\": \"cf92da58-6d50-4def-b4c9-f41a3ac31b4e\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2028,\n            \"major\": \"Electrical Engineering\",\n            \"bio\": null,\n            \"points\": 75\n        }\n    }\n}"}],"_postman_id":"36390aad-d42e-4a1e-af58-3030e31a0134"},{"name":"Get All Visible Resume","id":"2becaea2-fbc7-47ad-aff3-ec8178c9a093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v2/resume","urlObject":{"path":["resume"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[]}},"response":[{"id":"7c53db2e-1968-4df8-8549-807a44b6e78b","name":"Get All Visible Resume","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/v2/resume"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"477"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"resumes\": [\n        {\n            \"uuid\": \"75cbb203-3392-42e5-9bd6-b0767d1db6c3\",\n            \"isResumeVisible\": true,\n            \"url\": \"https://www.yahoo.com\",\n            \"lastUpdated\": \"2022-11-30T03:34:21.204Z\",\n            \"user\": {\n                \"uuid\": \"8859d872-0449-4597-b970-9e4d63e6435b\",\n                \"firstName\": \"Shravan\",\n                \"lastName\": \"Hariharan\",\n                \"profilePicture\": null,\n                \"graduationYear\": 2025,\n                \"major\": \"Computer Engineering\",\n                \"bio\": null,\n                \"points\": 80\n            }\n        }\n    ]\n}"}],"_postman_id":"2becaea2-fbc7-47ad-aff3-ec8178c9a093"},{"name":"Update Resume Visibility","id":"5dd62177-eba0-4325-bbec-5462e0560da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resume\": {\r\n        \"isResumeVisible\" : true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/resume/:uuid","urlObject":{"path":["resume",":uuid"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[{"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"type":"any","value":"ce65e16a-32ee-4c3a-8455-42a5a1285fab","key":"uuid"}]}},"response":[{"id":"9f4f7c1e-a845-49b3-b790-5642fb16b945","name":"Update Resume Visibility","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resume\": {\r\n        \"isResumeVisible\" : true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v2/resume/:uuid","host":["http://localhost:3000/api/v2"],"path":["resume",":uuid"],"variable":[{"key":"uuid","value":"75cbb203-3392-42e5-9bd6-b0767d1db6c3","description":"uuid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"474"},{"key":"content-type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"resume\": {\n        \"uuid\": \"75cbb203-3392-42e5-9bd6-b0767d1db6c3\",\n        \"isResumeVisible\": true,\n        \"url\": \"https://twitch.tv\",\n        \"lastUpdated\": \"2022-11-30T03:34:21.204Z\",\n        \"user\": {\n            \"uuid\": \"8859d872-0449-4597-b970-9e4d63e6435b\",\n            \"firstName\": \"Shravan\",\n            \"lastName\": \"Hariharan\",\n            \"profilePicture\": null,\n            \"graduationYear\": 2025,\n            \"major\": \"Computer Engineering\",\n            \"bio\": null,\n            \"points\": 80\n        }\n    }\n}"}],"_postman_id":"5dd62177-eba0-4325-bbec-5462e0560da1"},{"name":"Delete Resume","id":"c4ce4ac0-2645-4c70-948a-de0d99e038f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v2/resume/:uuid","urlObject":{"path":["resume",":uuid"],"host":["http://localhost:3000/api/v2"],"query":[],"variable":[{"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"type":"any","value":"4d7ec76c-eb68-46fd-91b6-b5055b6b0fc3","key":"uuid"}]}},"response":[{"id":"b889b24d-fea3-4e1f-b784-2b7556a3658e","name":"Delete Resume","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v2/resume/:uuid","host":["http://localhost:3000/api/v2"],"path":["resume",":uuid"],"variable":[{"key":"uuid","value":"4d7ec76c-eb68-46fd-91b6-b5055b6b0fc3","description":"uuid"}]}},"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":"14"},{"key":"ETag","value":"W/\"e-hDOZGZ11/MTPwZq/A8sGFlQzkPc\""},{"key":"Date","value":"Tue, 04 Apr 2023 23:08:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null\n}"}],"_postman_id":"c4ce4ac0-2645-4c70-948a-de0d99e038f9"}],"id":"c89b26a6-7abf-4584-bcbd-5ef2ae605800","_postman_id":"c89b26a6-7abf-4584-bcbd-5ef2ae605800","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"317e893a-b41e-4dad-9710-23764295e651","id":"317e893a-b41e-4dad-9710-23764295e651","name":"ACM UCSD Membership Portal API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"b75cc0b8-66c0-43e8-bbb8-d5b9a1060922","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30c4cf2d-a918-4f05-a653-1442f2fd8de0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"standard_auth_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNWEzYzdlOGMtMWI1MC00ZDkyLWIxZjctMDVlZDhhY2RiYWIzIiwiYWRtaW4iOmZhbHNlLCJpYXQiOjE2NzY2MTM0MTEsImV4cCI6MTY3NzgyMzAxMX0.wfhDs7OwQWXElIMLfrIuhZuW5Qqco8ZMxHxgEvXfh7A"},{"key":"admin_auth_token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1dWlkIjoiNDUxYmEyMTYtOTM1MS00NjgyLThhZDctMzk4NzJiZTJjNTlkIiwiYWRtaW4iOnRydWUsImlhdCI6MTY3NjE1ODg3MiwiZXhwIjoxNjc3MzY4NDcyfQ.QFGZiPPbHyg4PcaULfvVCP2r66MvkX4R2h8rxgE-Y1Q"},{"key":"api_url","value":"http://localhost:3000/api/v2"},{"key":"registration_email","value":"shravan@acmucsd.org"},{"key":"access_code","value":"964252acde80a6049278d9a14561e285"},{"key":"user_uuid","value":"f2d07fee-3425-4abb-a1a7-61138e890424"},{"key":"event_uuid","value":"ef7fb0a1-48fb-41f3-b88c-82428774e2a1"},{"key":"created_event_uuid","value":"33bf1b2c-9ae8-43b7-8eb4-bc490549aaec"},{"key":"merch_collection_uuid","value":"0de9ad9d-fb30-4b27-8321-05cae445a66b"},{"key":"created_merch_collection_uuid","value":"dfc09a5f-8d38-46b3-8ed0-ea2c5aa1776c"},{"key":"merch_item_uuid","value":"b9b66f4d-0be5-4aca-a85c-87ca1b0e20a7"},{"key":"created_merch_item_uuid","value":"b3b44606-d08d-4ed6-a096-dc6dd74ba691"},{"key":"merch_item_option_uuid","value":"034ec96b-5b78-4cd0-8234-b79d974508bd"},{"key":"created_merch_item_option_uuid","value":"bd3e5277-8238-44cd-a691-b37ba4b6b9bb"},{"key":"merch_order_uuid","value":""},{"key":"created_merch_order_uuid","value":"555947de-51b1-4662-9c66-7fc2f9e77951"},{"key":"merch_order_item_1","value":"1e6f1319-a478-4e1b-a499-0b796d5d30d6"},{"key":"merch_order_item_2","value":"30e44d94-d175-47a9-b200-a9792abe98fa"},{"key":"merch_order_item_3","value":"816758d7-f15e-4603-a4a0-43ff7cd7e70b"},{"key":"created_feedback_uuid","value":""},{"key":"user_handle","value":"tracydibbertF3474b"},{"key":"social_media_uuid","value":"028ea5cd-971b-4088-b4b3-b76556122aa6"},{"key":"created_merch_photo_option_uuid","value":""},{"key":"created_merch_photo_photo_uuid","value":""},{"key":"created_collection_photo_uuid","value":""},{"key":"standar_auth_token","value":""},{"key":"staff_auth_token","value":""},{"key":"marketing_auth_token","value":""},{"key":"store_manager_auth_token","value":""},{"key":"store_distributor_auth_token","value":""},{"key":"restricted_auth_token","value":""},{"key":"created_pickup_event_uuid","value":""}]}