{"info":{"_postman_id":"833c396b-8eec-4fae-9a2a-b2f9898bec8b","name":"UniHive API","description":"<html><head></head><body><p>UniHive API Collection</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28591712","collectionId":"833c396b-8eec-4fae-9a2a-b2f9898bec8b","publishedId":"2sB2j7epgT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-07T21:31:29.000Z"},"item":[{"name":"Authentication","item":[{"name":"Register","id":"8ce7e297-1149-4723-9c80-496f707c6582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Bright Acheampong\",\n  \"email\": \"bacheampong17@st.knust.edu.gh\",\n  \"password\": \"12345Qwerty\",\n  \"university\": \"Kwame Nkrumah University of Science & Technology\"\n}"},"url":"http://localhost:5000/api/auth/register","description":"<p>Register a new user account</p>\n","urlObject":{"path":["api","auth","register"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ce7e297-1149-4723-9c80-496f707c6582"},{"name":"Verify OTP","id":"4a764dd7-3a01-4c18-a2d2-04e9c7fcdb37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"evansachie01@gmail.com\",\n  \"otp\": \"637358\"\n}"},"url":"http://localhost:5000/api/auth/verify-otp","description":"<p>Verify OTP sent to user's email</p>\n","urlObject":{"path":["api","auth","verify-otp"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a764dd7-3a01-4c18-a2d2-04e9c7fcdb37"},{"name":"Login","id":"c7c580bc-4325-481a-9e89-cddc5823dcf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"int23011580@central.edu.gh\",\n  \"password\": \"12345Qwerty\"\n}"},"url":"http://localhost:5000/api/auth/login","description":"<p>Login with email and password</p>\n","urlObject":{"path":["api","auth","login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7c580bc-4325-481a-9e89-cddc5823dcf7"},{"name":"Resend OTP","id":"cd1c82eb-7594-49c6-9a0f-66784cab3ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"evansachie01@gmail.com\"\n}"},"url":"http://localhost:5000/api/auth/resend-otp","description":"<p>Resend OTP if expired or not received</p>\n","urlObject":{"path":["api","auth","resend-otp"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd1c82eb-7594-49c6-9a0f-66784cab3ab8"},{"name":"Forgot Password","id":"cb4aba13-2ac1-4cbd-bcc6-40258010fa75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"evansachie01@gmail.com\"\n}"},"url":"http://localhost:5000/api/auth/forgot-password","description":"<p>Request a password reset link</p>\n","urlObject":{"path":["api","auth","forgot-password"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb4aba13-2ac1-4cbd-bcc6-40258010fa75"},{"name":"Reset Password","id":"cced9f40-fab9-4805-843f-6b3d78b479ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"evansachie01@gmail.com\",\n  \"token\": \"reset-token-from-email\",\n  \"password\": \"newPassword123\"\n}"},"url":"http://localhost:5000/api/auth/reset-password","description":"<p>Reset password using token from email</p>\n","urlObject":{"path":["api","auth","reset-password"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"cced9f40-fab9-4805-843f-6b3d78b479ec"}],"id":"058d55c2-0210-4f8b-b17a-ecf447b93f90","_postman_id":"058d55c2-0210-4f8b-b17a-ecf447b93f90","description":""},{"name":"User Profile","item":[{"name":"Get Current User","id":"ea24e87b-2f3d-4fc2-a878-44d0ac0fff2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/auth/me","description":"<p>Get current authenticated user's information</p>\n","urlObject":{"path":["api","auth","me"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea24e87b-2f3d-4fc2-a878-44d0ac0fff2e"},{"name":"Get User Profile by ID","id":"d46eb9d4-9f3a-4c27-aaba-a6045048757b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/users/62f9bf18-f386-4096-9bba-e42424a34344","description":"<p>Get public profile of any user by their ID</p>\n","urlObject":{"path":["api","users","62f9bf18-f386-4096-9bba-e42424a34344"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"d46eb9d4-9f3a-4c27-aaba-a6045048757b"},{"name":"Update Profile","id":"69553f8c-40c6-4079-bf5f-c19735131fdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name\",\n  \"bio\": \"I am a computer science student passionate about software development.\",\n  \"university\": \"University of Ghana\",\n  \"profileImage\": \"https://example.com/profile.jpg\"\n}"},"url":"http://localhost:5000/api/users/profile","description":"<p>Update current user's profile information</p>\n","urlObject":{"path":["api","users","profile"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"69553f8c-40c6-4079-bf5f-c19735131fdd"},{"name":"Change Password","id":"5a11c8f7-6f05-4c79-8cee-3e75fdc62050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"currentPassword\": \"password123\",\n  \"newPassword\": \"newSecurePassword456\"\n}"},"url":"http://localhost:5000/api/users/password","description":"<p>Change user's password</p>\n","urlObject":{"path":["api","users","password"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a11c8f7-6f05-4c79-8cee-3e75fdc62050"}],"id":"5693b9cd-6fa1-43eb-ace7-922ca7cff8af","_postman_id":"5693b9cd-6fa1-43eb-ace7-922ca7cff8af","description":""},{"name":"Hives","item":[{"name":"Get Hive Types","id":"1ba1b3bb-d5d8-40c1-997d-921afa2a766a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/hives/types","description":"<p>Get all available hive types</p>\n","urlObject":{"path":["api","hives","types"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ba1b3bb-d5d8-40c1-997d-921afa2a766a"},{"name":"Get All Hives","id":"394cafa6-7c95-4c0b-b415-0a0c8ba0baa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/hives","description":"<p>Get all hives with filtering options</p>\n","urlObject":{"path":["api","hives"],"host":["http://localhost:5000"],"query":[{"disabled":true,"description":{"content":"<p>Filter by hive type ID</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Filter by status: open, assigned, completed, cancelled</p>\n","type":"text/plain"},"key":"status","value":"open"},{"disabled":true,"key":"minPrice","value":"10"},{"disabled":true,"key":"maxPrice","value":"100"},{"disabled":true,"key":"search","value":"keyword"}],"variable":[]}},"response":[],"_postman_id":"394cafa6-7c95-4c0b-b415-0a0c8ba0baa4"},{"name":"Get Hive by ID","id":"a74e7987-e605-4af9-aca1-9601e8bcd6be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/hives/:id","description":"<p>Get details of a specific hive by ID</p>\n","urlObject":{"path":["api","hives",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"e51622f3-6386-4e6b-a900-d796e98e54ea","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a74e7987-e605-4af9-aca1-9601e8bcd6be"},{"name":"Get My Posted Hives","id":"742dd9d9-301d-4fad-b343-c3886b36ae86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/hives/my/posted","description":"<p>Get hives posted by the current user</p>\n","urlObject":{"path":["api","hives","my","posted"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"742dd9d9-301d-4fad-b343-c3886b36ae86"},{"name":"Get My Assigned Hives","id":"db5906e4-91f3-4496-8941-17811b1432db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/hives/my/assigned","description":"<p>Get hives assigned to the current user</p>\n","urlObject":{"path":["api","hives","my","assigned"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"db5906e4-91f3-4496-8941-17811b1432db"},{"name":"Delete Hive","id":"acd439ae-0617-4cab-a39a-71981a7aa411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/hives/:id","description":"<p>Delete a hive (only by poster)</p>\n","urlObject":{"path":["api","hives",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"a62faa32-12af-4839-a2c6-3b19dd84528d","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"acd439ae-0617-4cab-a39a-71981a7aa411"},{"name":"Update Hive Status","id":"e1d4eac3-f297-42c0-bda7-717d957c05e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"completed\"\n}"},"url":"http://localhost:5000/api/hives/:id/status","description":"<p>Update the status of a hive</p>\n","urlObject":{"path":["api","hives",":id","status"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"f269366e-4e57-4cb9-a793-6f908f9cca43","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e1d4eac3-f297-42c0-bda7-717d957c05e7"},{"name":"Assign Hive","id":"9e53ecc9-6fc5-4540-82a0-781f1bc7c62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assignedToId\": \"user-uuid-here\"\n}"},"url":"http://localhost:5000/api/hives/:id/assign","description":"<p>Assign a hive to a user (only by poster)</p>\n","urlObject":{"path":["api","hives",":id","assign"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"807aa2d5-14d6-4572-a34d-25659c5da8ba","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9e53ecc9-6fc5-4540-82a0-781f1bc7c62a"}],"id":"5c48bf2f-f2a2-4129-abef-dedbe0d2fde8","_postman_id":"5c48bf2f-f2a2-4129-abef-dedbe0d2fde8","description":""},{"name":"Essentials","item":[{"name":"Get All Essentials","id":"2433d4dd-05ec-47ff-81d3-14e7c4e978d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/essentials","description":"<p>Get all essentials listings with filtering options</p>\n","urlObject":{"path":["api","essentials"],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"condition","value":"good"},{"disabled":true,"key":"itemCategory","value":"electronics"},{"disabled":true,"key":"minPrice","value":"10"},{"disabled":true,"key":"maxPrice","value":"100"},{"disabled":true,"key":"search","value":"keyword"}],"variable":[]}},"response":[],"_postman_id":"2433d4dd-05ec-47ff-81d3-14e7c4e978d7"},{"name":"Create Essentials Listing","id":"7e84d194-6e28-4452-b567-d54b08dfb666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Electric Stove for Sale\",\n  \"description\": \"Barely used electric stove in excellent condition\",\n  \"price\": 35.99,\n  \"condition\": \"like-new\",\n  \"brand\": \"Panasonic\",\n  \"purchaseDate\": \"2023-06-15\",\n  \"itemCategory\": \"electronics\",\n  \"photos\": [\"https://res.cloudinary.com/dat7slh1u/image/upload/v1746766397/stove1_xjgjkg.jpg\", \"https://res.cloudinary.com/dat7slh1u/image/upload/v1746766578/stove2_b6rx54.jpg\"],\n  \"pickupLocation\": \"University of Ghana, Akuafo Hall Annex C UniHive Center\"\n}"},"url":"http://localhost:5000/api/essentials","description":"<p>Create a new essentials listing</p>\n","urlObject":{"path":["api","essentials"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e84d194-6e28-4452-b567-d54b08dfb666"},{"name":"Update Essentials Listing","id":"3b0adc83-9382-49cf-b544-d8f2f8d87d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Rice Cooker for Sale - PRICE REDUCED\",\n  \"description\": \"Barely used 1.8L rice cooker in excellent condition\",\n  \"price\": 19.99,\n  \"condition\": \"like-new\",\n  \"pickupLocation\": \"Student Center, Building B, Room 204\"\n}"},"url":"http://localhost:5000/api/essentials/:id","description":"<p>Update an existing essentials listing</p>\n","urlObject":{"path":["api","essentials",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"a3f548cb-63f2-44d0-bd98-259513b30abb","description":{"content":"<p>Essentials Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3b0adc83-9382-49cf-b544-d8f2f8d87d42"}],"id":"b47dbffc-2bda-4bad-a540-bdc5b90e4875","_postman_id":"b47dbffc-2bda-4bad-a540-bdc5b90e4875","description":""},{"name":"Academia","item":[{"name":"Get All Academia Posts","id":"958f02c1-6243-40ef-a1a4-ab18d882308c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/academia?limit=10&offset=0","description":"<p>Get all academia posts with filtering options</p>\n","urlObject":{"path":["api","academia"],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"subject","value":"Mathematics"},{"disabled":true,"key":"academicLevel","value":"undergraduate"},{"disabled":true,"key":"sessionFormat","value":"one-on-one"},{"disabled":true,"key":"minPrice","value":"10"},{"disabled":true,"key":"maxPrice","value":"100"},{"disabled":true,"key":"search","value":"calculus"},{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"958f02c1-6243-40ef-a1a4-ab18d882308c"},{"name":"Create Academia Post","id":"95091615-06b0-41ad-b694-aa900b6378d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Calculus I Tutoring\",\n  \"description\": \"Tutoring for Calculus I students. I got an A in this course and can help you understand derivatives and integrals.\",\n  \"price\": 30,\n  \"subject\": \"Mathematics\",\n  \"courseCode\": \"MATH101\",\n  \"academicLevel\": \"undergraduate\",\n  \"sessionFormat\": \"one-on-one\",\n  \"tutorQualifications\": \"A grade in Calculus I, currently a senior math major\",\n  \"duration\": 60,\n  \"learningGoals\": \"Master derivatives, integrals, and their applications\",\n  \"location\": \"University Library, Study Room 3 or online via Zoom\"\n}"},"url":"http://localhost:5000/api/academia","description":"<p>Create a new academia post</p>\n","urlObject":{"path":["api","academia"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"95091615-06b0-41ad-b694-aa900b6378d7"},{"name":"Update Academia Post","id":"89278c16-7622-4f16-9644-b03ca9d2eece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Calculus I Tutoring - Special Rate\",\n  \"description\": \"Tutoring for Calculus I students. I got an A in this course and can help you understand derivatives and integrals.\",\n  \"price\": 25,\n  \"duration\": 90,\n  \"location\": \"Online via Zoom only\"\n}"},"url":"http://localhost:5000/api/academia/:id","description":"<p>Update an existing academia post</p>\n","urlObject":{"path":["api","academia",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"05b91be3-70cf-4854-a936-033cf0564780","description":{"content":"<p>Academia Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"89278c16-7622-4f16-9644-b03ca9d2eece"}],"id":"abbc3a99-441c-4661-87b1-9aa562cefc66","_postman_id":"abbc3a99-441c-4661-87b1-9aa562cefc66","description":""},{"name":"Logistics","item":[{"name":"Get All Logistics Posts","id":"9335cf8a-2356-43e3-9e82-1b22a58fa9aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/logistics?limit=10&offset=0","description":"<p>Get all logistics posts with filtering options</p>\n","urlObject":{"path":["api","logistics"],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"isUrgent","value":"true"},{"disabled":true,"key":"isRecurring","value":"false"},{"disabled":true,"key":"minPrice","value":"5"},{"disabled":true,"key":"maxPrice","value":"50"},{"disabled":true,"key":"search","value":"delivery"},{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"9335cf8a-2356-43e3-9e82-1b22a58fa9aa"},{"name":"Create Logistics Post","id":"a423940b-92bd-4f2c-991e-afb3aed9b8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Food Delivery from Campus Cafeteria\",\n  \"description\": \"Need someone to pick up my lunch order from the cafeteria and deliver to my dorm\",\n  \"price\": 10,\n  \"pickupLocation\": \"Campus Cafeteria, North Wing\",\n  \"dropoffLocation\": \"Highland Residence Hall, Room 304\",\n  \"itemSizeWeight\": \"Small lunch package\",\n  \"isUrgent\": true,\n  \"specialInstructions\": \"Order will be under the name 'John'. Please make sure it includes utensils.\",\n  \"isRecurring\": false\n}"},"url":"http://localhost:5000/api/logistics","description":"<p>Create a new logistics post</p>\n","urlObject":{"path":["api","logistics"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a423940b-92bd-4f2c-991e-afb3aed9b8f7"},{"name":"Update Logistics Post","id":"d3baad56-a175-42b0-ac17-bc455d536895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Food Delivery from Campus Cafeteria - URGENT\",\n  \"price\": 15,\n  \"specialInstructions\": \"Order will be under 'John'. Please text me when you're on your way: 555-1234.\"\n}"},"url":"http://localhost:5000/api/logistics/:id","description":"<p>Update an existing logistics post</p>\n","urlObject":{"path":["api","logistics",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"cc4bc13c-cc12-4f09-b53d-26ccb6478d49","description":{"content":"<p>Logistics Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d3baad56-a175-42b0-ac17-bc455d536895"}],"id":"e305a99d-ac3c-4186-b2b7-bce05bdf7fd1","_postman_id":"e305a99d-ac3c-4186-b2b7-bce05bdf7fd1","description":""},{"name":"Buzz","item":[{"name":"Get All Buzz Posts","id":"5448181e-7779-4f3b-9b04-ad75883c2607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/buzz?limit=10&offset=0","description":"<p>Get all buzz posts with filtering options</p>\n","urlObject":{"path":["api","buzz"],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"eventType","value":"party"},{"disabled":true,"key":"admission","value":"free"},{"disabled":true,"key":"search","value":"workshop"},{"disabled":true,"description":{"content":"<p>Filter events with food (Ghana's Item 13)</p>\n","type":"text/plain"},"key":"isItem13","value":"true"},{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"5448181e-7779-4f3b-9b04-ad75883c2607"},{"name":"Create Buzz Post","id":"d041f0d4-5fc9-4afa-a96b-c530c1c06b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Business Career Workshop\",\n  \"description\": \"Join us for a workshop on preparing for Business interviews with industry professionals\",\n  \"eventDate\": \"2023-11-15T18:00:00.000Z\",\n  \"location\": \"Computer Science Building, Room 101\",\n  \"organizer\": \"Computer Science Club\",\n  \"eventType\": \"workshop\",\n  \"admission\": \"free\",\n  \"capacity\": 50,\n  \"registrationLink\": \"https://forms.example.com/register\",\n  \"promotionalImage\": \"https://example.com/event-image.jpg\",\n  \"isItem13\": true\n}"},"url":"http://localhost:5000/api/buzz","description":"<p>Create a new buzz post</p>\n","urlObject":{"path":["api","buzz"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"d041f0d4-5fc9-4afa-a96b-c530c1c06b98"},{"name":"Update Buzz Post","id":"d4f4767e-8538-4aef-bdb9-ceee84661cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Tech Career Workshop - FOOD PROVIDED\",\n  \"capacity\": 75,\n  \"location\": \"Student Center, Grand Hall\",\n  \"isItem13\": true\n}"},"url":"http://localhost:5000/api/buzz/:id","description":"<p>Update an existing buzz post</p>\n","urlObject":{"path":["api","buzz",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"762f0961-f9c3-40e1-9ef9-ffc40d88e2ff","description":{"content":"<p>Buzz Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d4f4767e-8538-4aef-bdb9-ceee84661cd3"}],"id":"6aa82075-7f96-47b9-acc5-e3fef9bff68b","_postman_id":"6aa82075-7f96-47b9-acc5-e3fef9bff68b","description":""},{"name":"Archive","item":[{"name":"Get All Archive Resources","id":"cddb35c4-c2f9-4158-96e0-4c6f27affd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/archive?limit=10&offset=0","description":"<p>Get all archive resources with filtering options</p>\n","urlObject":{"path":["api","archive"],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"courseCode","value":"CS301"},{"disabled":true,"key":"resourceType","value":"notes"},{"disabled":true,"key":"professor","value":"Johnson"},{"disabled":true,"key":"search","value":"algorithms"},{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"cddb35c4-c2f9-4158-96e0-4c6f27affd19"},{"name":"Create Archive Resource","id":"f12e59c6-0f42-4c41-b35a-d59ac5de5e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Data Structures & Algorithms Notes\",\n  \"description\": \"Complete lecture notes for CS301 covering all topics for the final exam\",\n  \"courseCode\": \"CS301\",\n  \"resourceType\": \"notes\",\n  \"professor\": \"Dr. Johnson\",\n  \"semester\": \"Fall\",\n  \"year\": \"2023\",\n  \"fileFormat\": \"PDF\",\n  \"fileUrl\": \"https://example.com/notes-file.pdf\"\n}"},"url":"http://localhost:5000/api/archive","description":"<p>Create a new archive resource</p>\n","urlObject":{"path":["api","archive"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f12e59c6-0f42-4c41-b35a-d59ac5de5e6b"},{"name":"Update Archive Resource","id":"60e0347f-c8d3-4665-a8cf-244f17db4ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Data Structures & Algorithms Complete Study Guide\",\n  \"description\": \"Complete lecture notes with practice problems and solutions for CS301\",\n  \"fileUrl\": \"https://example.com/updated-notes-file.pdf\"\n}"},"url":"http://localhost:5000/api/archive/:id","description":"<p>Update an existing archive resource</p>\n","urlObject":{"path":["api","archive",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"ef680af3-b3f9-46d7-a12a-e129465d8715","description":{"content":"<p>Archive Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"60e0347f-c8d3-4665-a8cf-244f17db4ba0"}],"id":"760c95ba-b8df-417e-9650-33ba3db4f9c1","_postman_id":"760c95ba-b8df-417e-9650-33ba3db4f9c1","description":""},{"name":"SideHustle","item":[{"name":"Get All Side Hustles","id":"422704c5-8281-4a0d-a618-15556cf83827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/sidehustle?limit=10&offset=0","description":"<p>Get all side hustle listings with filtering options</p>\n","urlObject":{"path":["api","sidehustle"],"host":["http://localhost:5000"],"query":[{"disabled":true,"key":"skillCategory","value":"design"},{"disabled":true,"key":"workLocation","value":"remote"},{"disabled":true,"key":"experienceLevel","value":"beginner"},{"disabled":true,"key":"minPrice","value":"20"},{"disabled":true,"key":"maxPrice","value":"100"},{"disabled":true,"key":"search","value":"design"},{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"422704c5-8281-4a0d-a618-15556cf83827"},{"name":"Create Side Hustle","id":"fc1af740-dc5d-4cf4-89d7-b5414bc78d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Logo Designer Needed\",\n  \"description\": \"Looking for someone to design a logo for my student club\",\n  \"price\": 50,\n  \"skillCategory\": \"design\",\n  \"estimatedHours\": 5,\n  \"workLocation\": \"remote\",\n  \"compensationType\": \"fixed\",\n  \"applicationDeadline\": \"2023-11-30\",\n  \"experienceLevel\": \"intermediate\",\n  \"openPositions\": 1\n}"},"url":"http://localhost:5000/api/sidehustle","description":"<p>Create a new side hustle listing</p>\n","urlObject":{"path":["api","sidehustle"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc1af740-dc5d-4cf4-89d7-b5414bc78d78"},{"name":"Update Side Hustle","id":"40c021f8-0010-4d7c-9429-d8bfab7bb800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Urgent: Logo Designer Needed\",\n  \"description\": \"Looking for someone to design a logo for my student club. Quick turnaround needed!\",\n  \"price\": 75,\n  \"applicationDeadline\": \"2023-11-20\"\n}"},"url":"http://localhost:5000/api/sidehustle/:id","description":"<p>Update an existing side hustle listing</p>\n","urlObject":{"path":["api","sidehustle",":id"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"eeab1c30-8e53-485c-8bf8-acc403af0d58","description":{"content":"<p>Side Hustle ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"40c021f8-0010-4d7c-9429-d8bfab7bb800"}],"id":"b934f4f9-03a4-40f1-89ea-848c4a14ace6","_postman_id":"b934f4f9-03a4-40f1-89ea-848c4a14ace6","description":""},{"name":"Applications","item":[{"name":"Apply to Hive","id":"735a8782-cb3e-4a2f-a4a4-1bbeea9de551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"message\": \"I'm interested in this task and have relevant experience. I can complete it within the timeframe requested.\"\n}"},"url":"http://localhost:5000/api/hives/:hiveId/applications","description":"<p>Apply to a hive</p>\n","urlObject":{"path":["api","hives",":hiveId","applications"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"ff0e3ad4-a7d9-4134-9e7a-939baccdf47c","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"hiveId"}]}},"response":[],"_postman_id":"735a8782-cb3e-4a2f-a4a4-1bbeea9de551"},{"name":"Get Applications for Hive","id":"fd9c1637-e730-46fd-aa06-2028d8dcafce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/hives/:hiveId/applications","description":"<p>Get all applications for a specific hive (only for poster)</p>\n","urlObject":{"path":["api","hives",":hiveId","applications"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"5f642cc8-5c59-450b-ab2e-95e93d92d56b","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"hiveId"}]}},"response":[],"_postman_id":"fd9c1637-e730-46fd-aa06-2028d8dcafce"},{"name":"Update Application Status","id":"92aeb222-7549-43d7-ad4f-6b4f3909374d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"accepted\"\n}"},"url":"http://localhost:5000/api/hives/:hiveId/applications/:applicationId","description":"<p>Update application status (accept/reject)</p>\n","urlObject":{"path":["api","hives",":hiveId","applications",":applicationId"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"658ed9e9-2468-4de0-bcdc-b9b22118f9f2","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"hiveId"},{"id":"c791aa96-9cf3-4342-b91f-121f701ae54e","description":{"content":"<p>Application ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"}]}},"response":[],"_postman_id":"92aeb222-7549-43d7-ad4f-6b4f3909374d"},{"name":"Get My Applications","id":"b7cf96ec-42f3-4460-999f-46be0b4b228b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/hives/applications/me","description":"<p>Get all applications submitted by current user</p>\n","urlObject":{"path":["api","hives","applications","me"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7cf96ec-42f3-4460-999f-46be0b4b228b"}],"id":"9845eb69-4ca8-4700-a6ad-dbae86125896","_postman_id":"9845eb69-4ca8-4700-a6ad-dbae86125896","description":""},{"name":"Reviews","item":[{"name":"Create Review","id":"98a3a4e7-aae0-4c7f-9c7b-9dba4f5bde50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reviewedId\": \"user-uuid-here\",\n  \"rating\": 5,\n  \"comment\": \"Excellent work, very professional and completed the task ahead of schedule.\"\n}"},"url":"http://localhost:5000/api/hives/:hiveId/reviews","description":"<p>Create a review for a completed hive</p>\n","urlObject":{"path":["api","hives",":hiveId","reviews"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"5873b216-de5c-4b03-9ec7-42b4ef0e515d","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"hiveId"}]}},"response":[],"_postman_id":"98a3a4e7-aae0-4c7f-9c7b-9dba4f5bde50"},{"name":"Get Reviews for Hive","id":"4a008009-31e9-41c7-a8e1-84c5b21fd442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/hives/:hiveId/reviews","description":"<p>Get all reviews for a specific hive</p>\n","urlObject":{"path":["api","hives",":hiveId","reviews"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"a84ff17d-5266-4c61-b401-3eb37502cb4b","description":{"content":"<p>Hive ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"hiveId"}]}},"response":[],"_postman_id":"4a008009-31e9-41c7-a8e1-84c5b21fd442"},{"name":"Get Reviews for User","id":"af498dbd-e1e2-44ac-ac86-bf9022530153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/users/:userId/reviews","description":"<p>Get all reviews for a specific user</p>\n","urlObject":{"path":["api","users",":userId","reviews"],"host":["http://localhost:5000"],"query":[],"variable":[{"id":"24b9be6c-1f77-4af8-a116-69cf06820332","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"af498dbd-e1e2-44ac-ac86-bf9022530153"}],"id":"014b7d83-905b-4e22-b62b-d5d36ffb367b","_postman_id":"014b7d83-905b-4e22-b62b-d5d36ffb367b","description":""},{"name":"Payments","item":[{"name":"Initialize Payment","id":"ca54f5ce-7b07-4495-ab0d-6f8d874058cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:5000/api/payments/initialize/18e6c09f-0b99-4f83-8999-0928731d986e","description":"<p>Initialize a payment for a hive</p>\n","urlObject":{"path":["api","payments","initialize","18e6c09f-0b99-4f83-8999-0928731d986e"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca54f5ce-7b07-4495-ab0d-6f8d874058cc"},{"name":"Verify Payment","id":"6d0569d8-a131-4a25-9ea9-a8c960d361f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/payments/verify?reference=unihive-a6bf49a1-7f82-485f-8645-b206dfc0a98a","description":"<p>Verify a payment transaction</p>\n","urlObject":{"path":["api","payments","verify"],"host":["http://localhost:5000"],"query":[{"description":{"content":"<p>Payment reference from Paystack</p>\n","type":"text/plain"},"key":"reference","value":"unihive-a6bf49a1-7f82-485f-8645-b206dfc0a98a"}],"variable":[]}},"response":[],"_postman_id":"6d0569d8-a131-4a25-9ea9-a8c960d361f8"},{"name":"Get Payment History","id":"95eed912-98f6-4fd7-b70d-a9b4176a4eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/payments/history","description":"<p>Get payment history for the current user</p>\n","urlObject":{"path":["api","payments","history"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"95eed912-98f6-4fd7-b70d-a9b4176a4eaf"}],"id":"51d1bfe9-a239-4fd9-a461-01244bdb4901","_postman_id":"51d1bfe9-a239-4fd9-a461-01244bdb4901","description":""},{"name":"Messages","item":[{"name":"Get User Conversations","id":"c0224dd8-2805-43f6-b4e3-8c0a12a9fe39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/messages/conversations","description":"<p>Get all conversations for the current user</p>\n","urlObject":{"path":["api","messages","conversations"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0224dd8-2805-43f6-b4e3-8c0a12a9fe39"},{"name":"Create or Get Conversation","id":"b9c1873b-e8e8-4617-8466-d57ea39adc49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"recipientId\": \"62f9bf18-f386-4096-9bba-e42424a34344\"\n}"},"url":"http://localhost:5000/api/messages/conversations","description":"<p>Get existing conversation or create a new one with a user</p>\n","urlObject":{"path":["api","messages","conversations"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9c1873b-e8e8-4617-8466-d57ea39adc49"},{"name":"Test Sending Messages","id":"39f895b2-2cc6-46c4-8734-5d7ec03c636f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"conversationId\": \"31cd6076-287d-4e35-8a2f-525ae6be6ad0\",\n  \"content\": \"Hello, this is a test message!\"\n}"},"url":"http://localhost:5000/api/messages/send","description":"<p>Get existing conversation or create a new one with a user</p>\n","urlObject":{"path":["api","messages","send"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"39f895b2-2cc6-46c4-8734-5d7ec03c636f"},{"name":"Get Conversation Messages","id":"be6bad9c-ec75-4a1b-a265-07e690994cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/messages/conversations/649605f9-6be4-48ec-a59a-0483de7b2203/messages?limit=50&offset=0","description":"<p>Get messages for a specific conversation</p>\n","urlObject":{"path":["api","messages","conversations","649605f9-6be4-48ec-a59a-0483de7b2203","messages"],"host":["http://localhost:5000"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"be6bad9c-ec75-4a1b-a265-07e690994cdd"},{"name":"Mark Messages as Read","id":"f4146888-add5-44aa-b503-fe310673dd61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"url":"http://localhost:5000/api/messages/conversations/649605f9-6be4-48ec-a59a-0483de7b2203/read","description":"<p>Mark all messages in a conversation as read</p>\n","urlObject":{"path":["api","messages","conversations","649605f9-6be4-48ec-a59a-0483de7b2203","read"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4146888-add5-44aa-b503-fe310673dd61"}],"id":"c6979f2b-b5ca-4858-a21f-ab8dd5c2336c","_postman_id":"c6979f2b-b5ca-4858-a21f-ab8dd5c2336c","description":""}],"variable":[{"key":"baseUrl","value":"http://localhost:5000","type":"string"},{"key":"token","value":"","type":"string"}]}