{"info":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34101530","collectionId":"1028a19a-2fd9-4744-9920-1040c09651df","publishedId":"2sB2j6AqQ6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-06T01:45:00.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9ab9be0d-92b3-4dfb-a9fb-2c555c04fa8a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"Frank Kodie\",\n    \"email\": \"lobsty21@yahoo.com\",\n    \"password\": \"StrongPass123!\",\n    \"phone_number\": \"+233506367241\"\n}"},"url":"{{baseUrl}}/api/auth/register","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","register"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f9f05d8e-d5cd-40ce-8a57-53ba8cdbb725","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Jane Doe\",\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass123!\",\n    \"phoneNumber\": \"+2348012345678\"\n}"},"url":"{{baseUrl}}/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-vgrh9Z2GWI1Dy7kBhVJPOpDnBu8\""},{"key":"Date","value":"Mon, 14 Apr 2025 01:15:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"We have just sent you a verification email. Verify your email to proceed.\"\n    }\n}"}],"_postman_id":"9ab9be0d-92b3-4dfb-a9fb-2c555c04fa8a"},{"name":"Verify email","event":[{"listen":"test","script":{"id":"2d6be3a7-2470-4ad5-a984-a423a0192e50","exec":["pm.test('Set token variable in VCG collection', function() {","pm.collectionVariables.set(\"token\", pm.response.json().data.accessToken);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"acdadaa8-2b14-4b33-b00b-816d78ed20d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"frank@benchfive.org\",\n    \"code\": \"5216\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/verify-email","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","verify-email"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d0fa4481-14ee-4a3e-81ee-f49639507c48","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"jane1.doe@example.com\",\n    \"code\": \"839365\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/verify-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"443"},{"key":"ETag","value":"W/\"1bb-YD12D2MtVXptrlKNBWoSZcfXaX4\""},{"key":"Date","value":"Mon, 14 Apr 2025 01:51:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user\": {\n            \"id\": 21,\n            \"createdAt\": \"2025-04-14T01:48:33.365Z\",\n            \"updatedAt\": \"2025-04-14T01:51:17.876Z\",\n            \"fullName\": \"Jane Doe\",\n            \"email\": \"jane1.doe@example.com\",\n            \"phoneNumber\": \"+2348012345678\",\n            \"emailVerifiedAt\": \"2025-04-14T01:51:17.875Z\"\n        },\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjIxLCJlbWFpbCI6ImphbmUxLmRvZUBleGFtcGxlLmNvbSIsImZ1bGxfbmFtZSI6IkphbmUgRG9lIiwiaWF0IjoxNzQ0NTk1NDc4fQ.fhmeBGb2dO705ISt1N-NsQPvLphG_CGWvWs83goRP5A\"\n    }\n}"}],"_postman_id":"acdadaa8-2b14-4b33-b00b-816d78ed20d4"},{"name":"Login","event":[{"listen":"test","script":{"id":"d8b393a9-ba63-4547-b65c-6be0e4b8ea49","exec":["pm.test('Set token variable in VCG collection', function() {","pm.collectionVariables.set(\"token\", pm.response.json().data.accessToken);","});"],"type":"text/javascript","packages":{}}}],"id":"283fadba-cf96-4e7d-b3d6-30e1c830daa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"bqoheneba@hotmail.com\",\n    \"password\": \"Password123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/login","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c0b4dbda-f1f7-47f5-84fe-16ac18b3d84b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"lobsty21@yahoo.com\",\n    \"password\": \"StrongPass123!\"\n}"},"url":"{{baseUrl}}/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"486"},{"key":"ETag","value":"W/\"1e6-4K/+PGUCfBGNMn13pEGWq19pgug\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:13:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user\": {\n            \"id\": 3,\n            \"createdAt\": \"2025-09-04T23:31:34.660Z\",\n            \"updatedAt\": \"2025-09-04T23:40:30.214Z\",\n            \"fullName\": \"Frank Kodie\",\n            \"email\": \"lobsty21@yahoo.com\",\n            \"phone_number\": \"+233506367241\",\n            \"email_verified_at\": \"2025-09-04T23:40:30.212Z\",\n            \"role\": \"user\"\n        },\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjMsImVtYWlsIjoibG9ic3R5MjFAeWFob28uY29tIiwiZnVsbF9uYW1lIjoiRnJhbmsgS29kaWUiLCJzY29wZSI6ImFjY2Vzc1Rva2VuIiwiaWF0IjoxNzU3MzI2NDIxfQ.Uh0SnpRST0JsyUxjk5IoXxxiKALKJNSugDK5cbcNxhc\"\n    }\n}"}],"_postman_id":"283fadba-cf96-4e7d-b3d6-30e1c830daa6"},{"name":"Login Admin","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":["pm.test('Set token variable in VCG collection', function() {","pm.collectionVariables.set(\"token\", pm.response.json().data.accessToken);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"755ecc1d-20be-484e-b7aa-6c1d08a93ba6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"lobsty21@yahoo.com\",\n    \"password\": \"StrongPass123!\"\n}"},"url":"{{baseUrl}}/api/auth/admin/login","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","admin","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d2c266df-2b19-4701-8c75-dd07009b17b8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"alobsty21@yahoo.com\",\n    \"password\": \"StrongPass123!\"\n}"},"url":"{{baseUrl}}/api/auth/admin/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"489"},{"key":"ETag","value":"W/\"1e9-2DvPQ23ch4rPahHTjNMZeWbOap0\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:11:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user\": {\n            \"id\": 5,\n            \"createdAt\": \"2025-09-04T23:31:34.660Z\",\n            \"updatedAt\": \"2025-09-04T23:40:30.214Z\",\n            \"fullName\": \"Frank Kodie\",\n            \"email\": \"alobsty21@yahoo.com\",\n            \"phone_number\": \"+233506367242\",\n            \"email_verified_at\": \"2025-09-04T23:40:30.212Z\",\n            \"role\": \"admin\"\n        },\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjUsImVtYWlsIjoiYWxvYnN0eTIxQHlhaG9vLmNvbSIsImZ1bGxfbmFtZSI6IkZyYW5rIEtvZGllIiwic2NvcGUiOiJhY2Nlc3NUb2tlbiIsImlhdCI6MTc1NzMyNjI5MX0._dUa4AmD_Nt4ULpaRQt5_UAZY89VxG3Yqy10O004qsw\"\n    }\n}"}],"_postman_id":"755ecc1d-20be-484e-b7aa-6c1d08a93ba6"},{"name":"Resend register otp","id":"1ca9afe3-4f47-47c3-88a7-405db09af173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"jane1.doe@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/register/resend-otp","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","register","resend-otp"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"de7ac15d-5616-453c-bd8b-9dc254f563b8","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"jane1.doe@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/register/resend-otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-vgrh9Z2GWI1Dy7kBhVJPOpDnBu8\""},{"key":"Date","value":"Mon, 14 Apr 2025 01:52:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"We have just sent you a verification email. Verify your email to proceed.\"\n    }\n}"}],"_postman_id":"1ca9afe3-4f47-47c3-88a7-405db09af173"},{"name":"Forgot password","id":"54ebab7b-ac53-46f7-9f2b-d3bac0cf1021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"javmorales.678@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/forgot-password","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","forgot-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ef20496b-ab67-41a5-a743-6d22c332eb35","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"jane1.doe@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/register/resend-otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-vgrh9Z2GWI1Dy7kBhVJPOpDnBu8\""},{"key":"Date","value":"Mon, 14 Apr 2025 01:52:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"We have just sent you a verification email. Verify your email to proceed.\"\n    }\n}"}],"_postman_id":"54ebab7b-ac53-46f7-9f2b-d3bac0cf1021"},{"name":"Verity password reset otp","id":"eb2bbf26-1727-440c-90d7-9d6544dff404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/reset-password/verify?email=admin@amgpath.org&code=3055","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","reset-password","verify"],"host":["{{baseUrl}}"],"query":[{"key":"email","value":"admin@amgpath.org"},{"key":"code","value":"3055"}],"variable":[]}},"response":[{"id":"4853639d-290f-4943-9126-13df5467a569","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/api/auth/reset-password/verify?email=jane1.doe@example.com&code=513075","host":["{{baseUrl}}"],"path":["api","auth","reset-password","verify"],"query":[{"key":"email","value":"jane1.doe@example.com","type":"text"},{"key":"code","value":"513075","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"ETag","value":"W/\"c0-dv5vsJMhWbKBvBoq1O0+nknUV9k\""},{"key":"Date","value":"Tue, 15 Apr 2025 03:54:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsInNjb3BlIjoicmVzZXRQYXNzd29yZCIsImlhdCI6MTc0NDY4OTI3NCwiZXhwIjoxNzQ0Njg5NTc0fQ.aqmmg2iVUQ6X8D4XzVLcaBDa754hP75aBMqbTM_9BXM\"\n    }\n}"}],"_postman_id":"eb2bbf26-1727-440c-90d7-9d6544dff404"},{"name":"Reset password","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9c67ec93-5790-42fb-93aa-c64ab428210e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEsInNjb3BlIjoicmVzZXRQYXNzd29yZCIsImlhdCI6MTc0NDY4OTcyMSwiZXhwIjoxNzQ0NjkwMDIxfQ.Pu2_mSqD3eDuBDtoHz8Nd8k4Tu0fTABcXWTUwswb9LM\"\n}"},"url":"{{baseUrl}}/api/auth/reset-password","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","id":"4c395093-e674-4e46-bb77-062ed2922d34","name":"Auth","type":"folder"}},"urlObject":{"path":["api","auth","reset-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1ffaf334-38bf-4d8f-93ee-100d22feba9b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Jane Doe\",\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass123!\",\n    \"phoneNumber\": \"+2348012345678\"\n}"},"url":"{{baseUrl}}/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-vgrh9Z2GWI1Dy7kBhVJPOpDnBu8\""},{"key":"Date","value":"Mon, 14 Apr 2025 01:15:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"We have just sent you a verification email. Verify your email to proceed.\"\n    }\n}"}],"_postman_id":"9c67ec93-5790-42fb-93aa-c64ab428210e"},{"name":"Change Password","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"36d8f8e4-b976-4ef8-a4a5-e894a00d6ee2","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   \n    \"old_password\": \"password1\",\n    \"new_password\": \"password2\"\n}"},"url":"{{baseUrl}}/api/auth/change-password","urlObject":{"path":["api","auth","change-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b5af8d07-bc80-48e2-9778-c70a050fab4b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n    \"old_password\": \"StrongPass1234!\",\n    \"new_password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/auth/change-password"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-VzPobC0i4uOuf94QlQlHYn9JnUI\""},{"key":"Date","value":"Wed, 21 May 2025 04:20:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password has been changed. Login to proceed\"\n}"}],"_postman_id":"36d8f8e4-b976-4ef8-a4a5-e894a00d6ee2"}],"id":"4c395093-e674-4e46-bb77-062ed2922d34","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"55e41e5f-e5eb-41db-b8ca-317a2d2f6ef0","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b06386f8-0648-4932-a495-b2e56777c785","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"4c395093-e674-4e46-bb77-062ed2922d34","description":""},{"name":"Industry","item":[{"name":"Create industry","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0d5a6251-d349-4c89-a838-e6098460055d","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Tech 2","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f06036d-4550-4ed0-9f99-62fb327c79b8"}]},"url":"{{baseUrl}}/api/industries","urlObject":{"path":["api","industries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"286b196a-7133-4d3e-bbd2-fcb7acf7dc00","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Tech 2","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f06036d-4550-4ed0-9f99-62fb327c79b8"}]},"url":"{{baseUrl}}/api/industries"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"256"},{"key":"ETag","value":"W/\"100-z+4qw2R3LXu2oCTzVrpl7V42hWo\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:21:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 83,\n        \"name\": \"Tech 2\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757326885/vcg/vcg%20api/dev/industries/1a6eff46-051f-49c3-8bfa-5c4ba0505fc9.png\",\n        \"created_at\": \"2025-09-08T10:21:26.105Z\",\n        \"updated_at\": \"2025-09-08T10:21:26.105Z\"\n    }\n}"}],"_postman_id":"0d5a6251-d349-4c89-a838-e6098460055d"},{"name":"Get industries","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"337de8dd-ae7e-4531-b22f-efb0aa37fc9d","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries","urlObject":{"path":["api","industries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9ad8026c-987f-44cd-bda4-2355d360388f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"18500"},{"key":"ETag","value":"W/\"4844-PhYLJxerNrG4Yfm5JOeonEuEQ6E\""},{"key":"Date","value":"Fri, 05 Sep 2025 02:03:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Software Development\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962495/Gemini_Generated_Image_5dqsdg5dqsdg5dqs_xbdfoz.jpg\",\n            \"created_at\": \"2025-05-09T05:51:50.000Z\",\n            \"updated_at\": \"2025-05-09T05:51:50.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Health and Wellness\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962668/Gemini_Generated_Image_kykav6kykav6kyka_apavee.jpg\",\n            \"created_at\": \"2025-05-09T05:56:11.000Z\",\n            \"updated_at\": \"2025-05-09T05:56:11.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Business and Entrepreneurship\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747927145/Gemini_Generated_Image_l4t09wl4t09wl4t0_hfdyux.jpg\",\n            \"created_at\": \"2025-05-09T06:00:29.000Z\",\n            \"updated_at\": \"2025-05-09T06:00:29.000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Creative Design and Media\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747929517/Gemini_Generated_Image_gokotcgokotcgoko_id6yiu.jpg\",\n            \"created_at\": \"2025-05-09T06:01:11.000Z\",\n            \"updated_at\": \"2025-05-09T06:01:11.000Z\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Automotive Technology\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962135/Gemini_Generated_Image_6gnnlh6gnnlh6gnn_swajr5.jpg\",\n            \"created_at\": \"2025-05-09T06:01:37.000Z\",\n            \"updated_at\": \"2025-05-09T06:01:37.000Z\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Education Technology\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Artifical Intelligence and Data\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Digital Marketing\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Renewable Energy\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Agriculture and Agritech\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Cybersecurity and IT Support\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Logistics and Supply Chain\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Financial Technology (FinTech)\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Public Policy and Governance\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Tourism and Hospitality\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Media and Communications\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Legal and Human Rights\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Environmental Science\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Construction and Smart Cities\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Retail and E-commerce\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Creative Writing and Publishing\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"AI Ethics and Policy\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Mobile Technology\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Sports and Fitness Science\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Blockchain and Web3\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Mental Health and Psychology\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Language and Translation\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Disaster Risk Management\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Fashion and Textiles\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Library and Information Science\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n            \"created_at\": \"2025-05-09T06:02:03.000Z\",\n            \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Aerospace Engineering\",\n            \"image\": \"https://images.unsplash.com/photo-1446776653964-20c1d3a81b06?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Marine Biology and Oceanography\",\n            \"image\": \"https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Biotechnology and Genetics\",\n            \"image\": \"https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Robotics and Automation\",\n            \"image\": \"https://images.unsplash.com/photo-1485827404703-89b55fcc595e?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"3D Printing and Manufacturing\",\n            \"image\": \"https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Virtual Reality and Gaming\",\n            \"image\": \"https://images.unsplash.com/photo-1592478411213-6153e4ebc696?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Food Science and Nutrition\",\n            \"image\": \"https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Architecture and Urban Planning\",\n            \"image\": \"https://images.unsplash.com/photo-1487958449943-2429e8be8625?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Nuclear Energy and Physics\",\n            \"image\": \"https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Pharmaceutical Research\",\n            \"image\": \"https://images.unsplash.com/photo-1559757175-0eb30cd8c063?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Wildlife Conservation\",\n            \"image\": \"https://images.unsplash.com/photo-1549366021-9f761d040a94?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Meteorology and Climate Science\",\n            \"image\": \"https://images.unsplash.com/photo-1504608524841-42fe6f032b4b?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Geology and Mining\",\n            \"image\": \"https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Astronomy and Space Science\",\n            \"image\": \"https://images.unsplash.com/photo-1446776877081-d282a0f896e2?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Forensic Science\",\n            \"image\": \"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Voice Acting and Audio Production\",\n            \"image\": \"https://images.unsplash.com/photo-1516280440614-37939bbacd81?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Event Planning and Management\",\n            \"image\": \"https://images.unsplash.com/photo-1511795409834-ef04bbd61622?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Veterinary Medicine\",\n            \"image\": \"https://images.unsplash.com/photo-1556909114-fdd1fd0ec381?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Telecommunications\",\n            \"image\": \"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Social Work and Community Development\",\n            \"image\": \"https://images.unsplash.com/photo-1559027615-cd4628902d4a?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Real Estate and Property Management\",\n            \"image\": \"https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Photography and Videography\",\n            \"image\": \"https://images.unsplash.com/photo-1502920917128-1aa500764cbd?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Interior Design\",\n            \"image\": \"https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Chemical Engineering\",\n            \"image\": \"https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Materials Science\",\n            \"image\": \"https://images.unsplash.com/photo-1581092160562-40aa08e78837?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Anthropology and Archaeology\",\n            \"image\": \"https://images.unsplash.com/photo-1594736797933-d0301ba2fe65?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Music Production and Sound Engineering\",\n            \"image\": \"https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Culinary Arts and Restaurant Management\",\n            \"image\": \"https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Personal Training and Fitness\",\n            \"image\": \"https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Air Traffic Control\",\n            \"image\": \"https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Ship Engineering and Maritime\",\n            \"image\": \"https://images.unsplash.com/photo-1605190806863-6f25ee815c5a?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Optical Engineering and Photonics\",\n            \"image\": \"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Textile Engineering\",\n            \"image\": \"https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Waste Management and Recycling\",\n            \"image\": \"https://images.unsplash.com/photo-1532996122724-e3c354a0b15b?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Aquaculture and Fish Farming\",\n            \"image\": \"https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Nanotechnology\",\n            \"image\": \"https://images.unsplash.com/photo-1581092334651-ddf26d9a09d0?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Quality Assurance and Testing\",\n            \"image\": \"https://images.unsplash.com/photo-1556075798-4825dfaaf498?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Industrial Design\",\n            \"image\": \"https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Occupational Safety and Health\",\n            \"image\": \"https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Patent Law and Intellectual Property\",\n            \"image\": \"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Technical Writing and Documentation\",\n            \"image\": \"https://images.unsplash.com/photo-1486312338219-ce68e2c6b7b3?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Human Resources and Talent Management\",\n            \"image\": \"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Supply Chain Analytics\",\n            \"image\": \"https://images.unsplash.com/photo-1586953208448-b95a79798f07?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Medical Device Engineering\",\n            \"image\": \"https://images.unsplash.com/photo-1559757175-0eb30cd8c063?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Sports Analytics and Performance\",\n            \"image\": \"https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Sustainable Technology\",\n            \"image\": \"https://images.unsplash.com/photo-1497436072909-f5e4be1713d7?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"User Experience Design\",\n            \"image\": \"https://images.unsplash.com/photo-1581472723648-909f4851d4ae?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Quantum Computing\",\n            \"image\": \"https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Drone Technology and UAV\",\n            \"image\": \"https://images.unsplash.com/photo-1473968512647-3e447244af8f?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Bioinformatics\",\n            \"image\": \"https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=500&h=300&fit=crop\",\n            \"created_at\": \"2025-05-30T10:15:00.000Z\",\n            \"updated_at\": \"2025-05-30T10:15:00.000Z\"\n        },\n        {\n            \"id\": 81,\n            \"name\": \"Tech\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757029763/vcg/vcg%20api/dev/industries/f15e2323-ae9e-4963-818c-bce7bb941d3c.png\",\n            \"created_at\": \"2025-09-04T23:49:23.893Z\",\n            \"updated_at\": \"2025-09-04T23:49:23.893Z\"\n        }\n    ]\n}"}],"_postman_id":"337de8dd-ae7e-4531-b22f-efb0aa37fc9d"},{"name":"Get industry","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a51e751a-83bc-4fb2-9dac-258d481c0a85","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries/1","urlObject":{"path":["api","industries","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1cd66d0e-3048-49df-9f87-2dddbc3e258d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"250"},{"key":"ETag","value":"W/\"fa-v8g5Ff0oBDzga7zccyUaYEBLKYc\""},{"key":"Date","value":"Fri, 05 Sep 2025 02:03:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Software Development\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962495/Gemini_Generated_Image_5dqsdg5dqsdg5dqs_xbdfoz.jpg\",\n        \"created_at\": \"2025-05-09T05:51:50.000Z\",\n        \"updated_at\": \"2025-05-09T05:51:50.000Z\"\n    }\n}"}],"_postman_id":"a51e751a-83bc-4fb2-9dac-258d481c0a85"},{"name":"Update industry","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7bbad65f-60c2-4a29-acaa-1f6b6a4f0f4a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Tech","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f0609f7-3e4b-43c0-af68-d4d77f0eb3bf"}]},"url":"{{baseUrl}}/api/industries/81","urlObject":{"path":["api","industries","81"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"388a82b2-c62e-4d9a-a8a5-39e85d661288","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Tech","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f0609f7-3e4b-43c0-af68-d4d77f0eb3bf"}]},"url":"{{baseUrl}}/api/industries/81"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"254"},{"key":"ETag","value":"W/\"fe-pr1mZWz46sL2aH678ftXQJRLcjc\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:22:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 81,\n        \"name\": \"Tech\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757326944/vcg/vcg%20api/dev/industries/fd53cea6-1639-4d79-a97f-caafc30b809c.png\",\n        \"created_at\": \"2025-09-04T23:49:23.893Z\",\n        \"updated_at\": \"2025-09-08T10:22:25.458Z\"\n    }\n}"}],"_postman_id":"7bbad65f-60c2-4a29-acaa-1f6b6a4f0f4a"},{"name":"Delete industry","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"12a0e3aa-0dd0-4a3b-badd-5b34b0f5830c","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}},"urlObject":{"path":["api","industries","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"23896041-3e64-43d7-9898-fc3dd550ea56","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries/2"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"7e-JfSDZYjp+fuXa9XI4ATXc9dCVhY\""},{"key":"Date","value":"Tue, 15 Apr 2025 20:10:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"12a0e3aa-0dd0-4a3b-badd-5b34b0f5830c"}],"id":"f46fd70c-5458-4cc6-bf72-630dc39a2460","_postman_id":"f46fd70c-5458-4cc6-bf72-630dc39a2460","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Skill","item":[{"name":"Create skill","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6f0f3224-2ab3-450e-af60-bc276d3b3049","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Listening","type":"text","uuid":"dd6bc3c8-4eae-4255-a5fa-4fa3a2165eca"},{"key":"image","type":"file","uuid":"d4ab4c5f-3f36-485a-ad57-23d40d551477","src":"postman-cloud:///1f074684-907e-43c0-b734-53320d3c95c3"}]},"url":"{{baseUrl}}/api/skills","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","skills"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"55fb76ea-5842-4564-a6b4-c4de352f8089","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Listening","type":"text","uuid":"dd6bc3c8-4eae-4255-a5fa-4fa3a2165eca"},{"key":"image","type":"file","uuid":"d4ab4c5f-3f36-485a-ad57-23d40d551477","src":"postman-cloud:///1f074684-907e-43c0-b734-53320d3c95c3"}]},"url":"{{baseUrl}}/api/skills"},"status":"Created","code":201,"_postman_previewlanguage":null,"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-2Zhm4bnZhhFINnBjn+V6Iq9PedE\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:22:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 15,\n        \"name\": \"Listening\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757326979/vcg/vcg%20api/dev/skills/5675972d-4c82-484a-9743-6a94db468260.png\",\n        \"created_at\": \"2025-09-08T10:22:59.282Z\",\n        \"updated_at\": \"2025-09-08T10:22:59.282Z\"\n    }\n}"}],"_postman_id":"6f0f3224-2ab3-450e-af60-bc276d3b3049"},{"name":"Get skills","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a05dbed5-7adc-4de8-85c8-173fb593195a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/skills","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","skills"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a126e773-2799-4bab-ae11-82b163455976","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/skills"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"3123"},{"key":"ETag","value":"W/\"c33-Mr+DnYtSHQym8nnAosMxyeDSGfg\""},{"key":"Date","value":"Fri, 05 Sep 2025 03:01:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Problem Solving\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Logical Thinking\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Analytical Skills\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Communication\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Time management\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Coding\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Patient Care\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Interpersonal Skills\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:49.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Visual communication\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:50.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:50.000Z\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Mathematical Skills\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:50.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:50.000Z\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Pedagogy\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:50.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:50.000Z\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Patience \",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:50.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:50.000Z\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Leadership\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n            \"created_at\": \"2025-05-09T12:49:50.000Z\",\n            \"updated_at\": \"2025-05-09T12:49:50.000Z\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Listening\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757031230/vcg/vcg%20api/dev/industries/c0b7260c-aaa3-4f74-a141-1ad3e4b62b2f.png\",\n            \"created_at\": \"2025-09-05T00:13:51.071Z\",\n            \"updated_at\": \"2025-09-05T00:13:51.071Z\"\n        }\n    ]\n}"}],"_postman_id":"a05dbed5-7adc-4de8-85c8-173fb593195a"},{"name":"Get skill","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7174c0f1-e759-434c-bd5a-c04a42cf6cd8","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/skills/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","skills","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c8a947c-4b94-4469-89d8-d855dcf97731","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/skills/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"229"},{"key":"ETag","value":"W/\"e5-/HzgNcd3VhmFB0m6cp8Hl1VdmQs\""},{"key":"Date","value":"Fri, 05 Sep 2025 03:01:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Problem Solving\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747279089/money-alt-svgrepo-com_1_vplxqm.png\",\n        \"created_at\": \"2025-05-09T12:49:49.000Z\",\n        \"updated_at\": \"2025-05-09T12:49:49.000Z\"\n    }\n}"}],"_postman_id":"7174c0f1-e759-434c-bd5a-c04a42cf6cd8"},{"name":"Update skill","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4f163d9b-e8a2-4429-9629-969589c6a844","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Logical Thinking","type":"text"},{"key":"image","type":"file","uuid":"38aa47a1-cc71-4288-b5ab-e233ba9d22f2","src":"postman-cloud:///1f060aa2-8c26-4260-a4fe-11ee1bddedca"}]},"url":"{{baseUrl}}/api/skills/2","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","skills","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2e744ffe-68a7-4f73-b799-99e34a39ceb0","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Logical Thinking","type":"text"},{"key":"image","type":"file","uuid":"38aa47a1-cc71-4288-b5ab-e233ba9d22f2","src":"postman-cloud:///1f060aa2-8c26-4260-a4fe-11ee1bddedca"}]},"url":"{{baseUrl}}/api/skills/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"261"},{"key":"ETag","value":"W/\"105-Y9aM9L8/39+NpUd6wxb0fz8s7c0\""},{"key":"Date","value":"Fri, 05 Sep 2025 03:08:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Logical Thinking\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757041704/vcg/vcg%20api/dev/skills/2e5ea0fd-dd37-4d4e-b033-a4791d7b62a8.png\",\n        \"created_at\": \"2025-05-09T12:49:49.000Z\",\n        \"updated_at\": \"2025-09-05T03:08:24.993Z\"\n    }\n}"}],"_postman_id":"4f163d9b-e8a2-4429-9629-969589c6a844"},{"name":"Delete skill","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3f1713f3-6408-42da-b5fe-3c01eaf50fa9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/skills/14","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","skills","14"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"95d73028-7b87-4be5-a0cc-d813e96bc1d4","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/skills/14"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"103-JUPLynqjj5GXbAyBsaCe4QiBWYE\""},{"key":"Date","value":"Fri, 05 Sep 2025 03:08:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3f1713f3-6408-42da-b5fe-3c01eaf50fa9"}],"id":"724bbe73-99ad-4cfd-a884-e6692a7c2bb0","_postman_id":"724bbe73-99ad-4cfd-a884-e6692a7c2bb0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Career","item":[{"name":"Create career","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"14105695-a86a-4cbf-ae6f-454756b8fbee","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" Coding3","type":"text"},{"key":"description","value":" Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f060aa3-458d-4870-81b7-1fdb38f8e99d"},{"key":"skills_ids[0]","value":" 1","type":"text"},{"key":"courses_ids[0]","value":" 2","type":"text"},{"key":"meta[trends]","value":" AI, cybersecurity, and cloud computing are driving the demand for skilled developers.","type":"text"},{"key":"meta[salaries]","value":" Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.","type":"text"},{"key":"meta[future_demands]","value":" The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.","type":"text"},{"key":"industry_id","value":" 1","type":"text"}]},"url":"{{baseUrl}}/api/careers","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf8af87d-a2d5-4e73-8169-89ba3008cfaf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" Coding3","type":"text"},{"key":"description","value":" Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f060aa3-458d-4870-81b7-1fdb38f8e99d"},{"key":"skills_ids[0]","value":" 1","type":"text"},{"key":"courses_ids[0]","value":" 2","type":"text"},{"key":"meta[trends]","value":" AI, cybersecurity, and cloud computing are driving the demand for skilled developers.","type":"text"},{"key":"meta[salaries]","value":" Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.","type":"text"},{"key":"meta[future_demands]","value":" The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.","type":"text"},{"key":"industry_id","value":" 1","type":"text"}]},"url":"{{baseUrl}}/api/careers"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"977"},{"key":"ETag","value":"W/\"3d1-m3z8npKnr/GTxVm8x50WTOULJaY\""},{"key":"Date","value":"Fri, 05 Sep 2025 01:08:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 102,\n        \"name\": \" Coding3\",\n        \"description\": \" Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757034492/vcg/vcg%20api/dev/industries/ddd19967-e7a1-4603-807b-d7e1477c078c.png\",\n        \"meta\": {\n            \"trends\": \" AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n            \"salaries\": \" Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n            \"future_demands\": \" The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n        },\n        \"industry_id\": 1,\n        \"created_at\": \"2025-09-05T01:08:13.110Z\",\n        \"updated_at\": \"2025-09-05T01:08:13.110Z\"\n    }\n}"}],"_postman_id":"14105695-a86a-4cbf-ae6f-454756b8fbee"},{"name":"Get careers","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"29ba3bc8-e85f-4fa6-a4fb-5f8b98c006d4","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers?industry_id=1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"2"},{"key":"industry_id","value":"1"}],"variable":[]}},"response":[{"id":"c10ac529-3e6c-444f-95a0-f8d8f3769296","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/careers","host":["{{baseUrl}}"],"path":["api","careers"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"2","disabled":true},{"key":"industry_id","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"991"},{"key":"ETag","value":"W/\"3df-rzx06QZydWcEdVk42858wYbu8DA\""},{"key":"Date","value":"Wed, 14 May 2025 19:40:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 4,\n            \"name\": \"Coding3\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"future_demands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-05-09T16:57:49.198Z\",\n            \"updated_at\": \"2025-05-09T16:57:49.198Z\",\n            \"skills\": [\n                {\n                    \"skill\": {\n                        \"id\": 1,\n                        \"name\": \"Listening\",\n                        \"image\": \"/icon\",\n                        \"created_at\": \"2025-05-09T14:24:34.686Z\",\n                        \"updated_at\": \"2025-05-09T14:24:34.686Z\"\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"4afd0b77-659f-4544-a6d2-007b52cad5bc","name":"Paginated Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":{"raw":"{{baseUrl}}/api/careers?page=1&size=2","host":["{{baseUrl}}"],"path":["api","careers"],"query":[{"key":"page","value":"1","type":"text"},{"key":"size","value":"2","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1689"},{"key":"ETag","value":"W/\"699-DnmNmUs2mAXfcUHmrBjjgHbEMDU\""},{"key":"Date","value":"Mon, 05 May 2025 22:07:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 3,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Coding\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-16T04:41:42.635Z\",\n            \"updated_at\": \"2025-04-16T04:41:42.635Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Coding2\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:29:07.818Z\",\n            \"updated_at\": \"2025-04-17T19:29:07.818Z\"\n        }\n    ]\n}"}],"_postman_id":"29ba3bc8-e85f-4fa6-a4fb-5f8b98c006d4"},{"name":"Get career","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1ce48dee-e96e-48b0-aed0-f5f7b920e009","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/4","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers","4"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a931113f-4ec8-4665-8b03-d67a8a8a0d9b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1403"},{"key":"ETag","value":"W/\"57b-aQQO9FNLC9QhzPlJF3vTXbYj8RA\""},{"key":"Date","value":"Fri, 09 May 2025 16:58:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"Coding3\",\n        \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n        \"image\": \"/icon\",\n        \"meta\": {\n            \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n            \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n            \"future_demands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n        },\n        \"industry_id\": 1,\n        \"created_at\": \"2025-05-09T16:57:49.198Z\",\n        \"updated_at\": \"2025-05-09T16:57:49.198Z\",\n        \"industry\": {\n            \"id\": 1,\n            \"name\": \"Tech\",\n            \"image\": \"/icon\",\n            \"created_at\": \"2025-05-09T13:54:52.236Z\",\n            \"updated_at\": \"2025-05-09T13:54:52.236Z\"\n        },\n        \"skills\": [\n            {\n                \"skill\": {\n                    \"id\": 1,\n                    \"name\": \"Listening\",\n                    \"image\": \"/icon\",\n                    \"created_at\": \"2025-05-09T14:24:34.686Z\",\n                    \"updated_at\": \"2025-05-09T14:24:34.686Z\"\n                }\n            }\n        ],\n        \"courses\": [\n            {\n                \"course\": {\n                    \"id\": 2,\n                    \"title\": \"Tech Conference 2026\",\n                    \"description\": \"A conference on emerging technologies\",\n                    \"image\": \"https://example.com/tech-conf.jpg\",\n                    \"icon\": \"https://example.com/tech-conf.jpg\",\n                    \"created_at\": \"2025-05-09T16:32:29.075Z\",\n                    \"updated_at\": \"2025-05-09T16:32:29.075Z\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"1ce48dee-e96e-48b0-aed0-f5f7b920e009"},{"name":"Update career","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d3904d06-af7e-4044-90fb-43b80cac4057","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" Coding4","type":"text"},{"key":"description","value":" Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.","type":"text"},{"key":"skills_ids[0]","value":" 1","type":"text"},{"key":"courses_ids[0]","value":" 2","type":"text"},{"key":"meta[trends]","value":" AI, cybersecurity, and cloud computing are driving the demand for skilled developers.","type":"text"},{"key":"meta[salaries]","value":" Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.","type":"text"},{"key":"meta[future_demands]","value":" The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.","type":"text"},{"key":"industry_id","value":" 1","type":"text"},{"key":"image","type":"file","uuid":"458cbd52-5776-4611-8725-ca6fd7449d3e","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"}]},"url":"{{baseUrl}}/api/careers/19","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers","19"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9a081b7e-5885-4894-8784-0017e778dcb7","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" Coding4","type":"text"},{"key":"description","value":" Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.","type":"text"},{"key":"skills_ids[0]","value":" 1","type":"text"},{"key":"courses_ids[0]","value":" 2","type":"text"},{"key":"meta[trends]","value":" AI, cybersecurity, and cloud computing are driving the demand for skilled developers.","type":"text"},{"key":"meta[salaries]","value":" Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.","type":"text"},{"key":"meta[future_demands]","value":" The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.","type":"text"},{"key":"industry_id","value":" 1","type":"text"},{"key":"image","type":"file","uuid":"458cbd52-5776-4611-8725-ca6fd7449d3e","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"}]},"url":"{{baseUrl}}/api/careers/19"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"972"},{"key":"ETag","value":"W/\"3cc-KhCNVd+N76PnqVWKShTCGawE2Xw\""},{"key":"Date","value":"Mon, 08 Sep 2025 11:22:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 19,\n        \"name\": \" Coding4\",\n        \"description\": \" Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757330527/vcg/vcg%20api/dev/skills/625c4d29-f03f-4a5f-b040-8e2a0665ffd3.jpg\",\n        \"meta\": {\n            \"trends\": \" AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n            \"salaries\": \" Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n            \"future_demands\": \" The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n        },\n        \"industry_id\": 1,\n        \"created_at\": \"2025-05-09T06:25:24.000Z\",\n        \"updated_at\": \"2025-09-08T11:22:07.504Z\"\n    }\n}"}],"_postman_id":"d3904d06-af7e-4044-90fb-43b80cac4057"},{"name":"Delete career","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ffe94088-9eb1-4413-aaa8-c60b12bb643c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d1e6ac11-95aa-4201-b034-e56db5e10978","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/industries/2"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"7e-JfSDZYjp+fuXa9XI4ATXc9dCVhY\""},{"key":"Date","value":"Tue, 15 Apr 2025 20:10:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ffe94088-9eb1-4413-aaa8-c60b12bb643c"},{"name":"Save career","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b299afb7-456b-4651-90de-99b79489e176","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    \"career_id\": 4\n}"},"url":"{{baseUrl}}/api/careers/save","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers","save"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d3ab409c-e306-4a32-80f1-fb124e004b81","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"careerId\": 4\n}"},"url":"{{baseUrl}}/api/careers/save"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-2e+nG1Y5+BRSR8vPNplBudqVqe4\""},{"key":"Date","value":"Sun, 27 Apr 2025 02:49:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"career_id\": 4,\n        \"user_id\": 13\n    }\n}"}],"_postman_id":"b299afb7-456b-4651-90de-99b79489e176"},{"name":"Saved careers","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"51a318de-cca1-4266-a6e2-ddcc474675a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.amgpath.org/api/careers/saved","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","careers","saved"],"host":["api","amgpath","org"],"query":[],"variable":[]}},"response":[{"id":"b3ecff9d-6ccd-49ec-a382-e3d768390a55","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/top-rated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2577"},{"key":"ETag","value":"W/\"a11-kyycy5yJvcsZS4O7J18H6Dbx1wA\""},{"key":"Date","value":"Sun, 27 Apr 2025 03:54:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 4,\n            \"name\": \"Coding2\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:29:07.818Z\",\n            \"updated_at\": \"2025-04-17T19:29:07.818Z\",\n            \"_count\": {\n                \"users\": 1\n            }\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Coding\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-16T04:41:42.635Z\",\n            \"updated_at\": \"2025-04-16T04:41:42.635Z\",\n            \"_count\": {\n                \"users\": 0\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Coding3\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:33:59.270Z\",\n            \"updated_at\": \"2025-04-17T19:36:06.503Z\",\n            \"_count\": {\n                \"users\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"51a318de-cca1-4266-a6e2-ddcc474675a5"},{"name":"Recommend careers","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"117f285c-fe1a-4a43-bdd3-be479a8be11c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/careers/saved","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers","saved"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"117f285c-fe1a-4a43-bdd3-be479a8be11c"},{"name":"Top careers","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c35c6522-cb27-4f37-bca2-9bfedb3da86b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/top-rated","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","careers","top-rated"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b294448a-8892-42b9-9826-93b21f76b71f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/top-rated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2577"},{"key":"ETag","value":"W/\"a11-kyycy5yJvcsZS4O7J18H6Dbx1wA\""},{"key":"Date","value":"Sun, 27 Apr 2025 03:54:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 4,\n            \"name\": \"Coding2\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:29:07.818Z\",\n            \"updated_at\": \"2025-04-17T19:29:07.818Z\",\n            \"_count\": {\n                \"users\": 1\n            }\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Coding\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-16T04:41:42.635Z\",\n            \"updated_at\": \"2025-04-16T04:41:42.635Z\",\n            \"_count\": {\n                \"users\": 0\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Coding3\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:33:59.270Z\",\n            \"updated_at\": \"2025-04-17T19:36:06.503Z\",\n            \"_count\": {\n                \"users\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"c35c6522-cb27-4f37-bca2-9bfedb3da86b"}],"id":"8a2395a6-99c8-4021-8423-67ee9cf5b8b9","_postman_id":"8a2395a6-99c8-4021-8423-67ee9cf5b8b9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Event","item":[{"name":"Create event","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"884a6c5d-9d0c-42f5-8399-ecd6bf73a7a0","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 2026","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"start_time","value":"2025-05-01T09:00:00.000Z","type":"text"},{"key":"end_time","value":"2025-05-02T09:00:00.000Z","type":"text"},{"key":"location","value":" Convention Center, San Francisco","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f060a8f-55ef-4a60-9ebf-f82e4736bc29"},{"key":"organizer","value":" Tech Events Inc.","type":"text"},{"key":"type","value":"virtual","type":"text","uuid":"31c8486f-0107-4ac8-8709-85dfcaab0694"}]},"url":"{{baseUrl}}/api/events","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a6b70981-2e5d-4323-971d-ba68fb6f1f1d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 2026","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"start_time","value":"2025-05-01T09:00:00.000Z","type":"text"},{"key":"end_time","value":"2025-05-02T09:00:00.000Z","type":"text"},{"key":"location","value":" Convention Center, San Francisco","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f060a8f-55ef-4a60-9ebf-f82e4736bc29"},{"key":"organizer","value":" Tech Events Inc.","type":"text"},{"key":"type","value":"virtual","type":"text","uuid":"31c8486f-0107-4ac8-8709-85dfcaab0694"}]},"url":"{{baseUrl}}/api/events"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"497"},{"key":"ETag","value":"W/\"1f1-kltCML9EmRzq0XfYCpcxCqmta4g\""},{"key":"Date","value":"Fri, 05 Sep 2025 01:32:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 13,\n        \"title\": \" Tech Conference 2026\",\n        \"description\": \" A conference on emerging technologies\",\n        \"type\": \"virtual\",\n        \"start_time\": \"2025-05-01T09:00:00.000Z\",\n        \"end_time\": \"2025-05-02T09:00:00.000Z\",\n        \"location\": \" Convention Center, San Francisco\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757035929/vcg/vcg%20api/dev/events/e12df31f-ac95-4bef-bc11-bdf4a73f7592.png\",\n        \"organizer\": \" Tech Events Inc.\",\n        \"created_at\": \"2025-09-05T01:32:09.471Z\",\n        \"updated_at\": \"2025-09-05T01:32:09.471Z\"\n    }\n}"}],"_postman_id":"884a6c5d-9d0c-42f5-8399-ecd6bf73a7a0"},{"name":"Get events","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"73964a78-bcb0-4e42-93f6-a2f8aa8f2311","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/events","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"04226e9d-d6fe-4272-99ab-57608e7c00cd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"756"},{"key":"ETag","value":"W/\"2f4-suLEt0NpCsCMuA3rpgnGeJ+TC/k\""},{"key":"Date","value":"Sun, 27 Apr 2025 05:51:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Tech Conference 2025\",\n            \"description\": \"A conference on emerging technologies\",\n            \"start_time\": \"2025-05-01T09:00:00.000Z\",\n            \"end_time\": \"2025-05-01T17:00:00.000Z\",\n            \"location\": \"Convention Center, San Francisco\",\n            \"image\": \"https://example.com/tech-conf.jpg\",\n            \"organizer\": \"Tech Events Inc.\",\n            \"created_at\": \"2025-04-27T05:50:05.377Z\",\n            \"updated_at\": \"2025-04-27T05:50:05.377Z\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Tech Conference 2026\",\n            \"description\": \"A conference on emerging technologies\",\n            \"start_time\": \"2025-05-01T09:00:00.000Z\",\n            \"end_time\": \"2025-05-01T17:00:00.000Z\",\n            \"location\": \"Convention Center, San Francisco\",\n            \"image\": \"https://example.com/tech-conf.jpg\",\n            \"organizer\": \"Tech Events Inc.\",\n            \"created_at\": \"2025-04-27T05:51:27.595Z\",\n            \"updated_at\": \"2025-04-27T05:51:27.595Z\"\n        }\n    ]\n}"},{"id":"9e1f3e1b-0962-43bd-a64e-13ae0e3b0aa2","name":"Paginated Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":{"raw":"{{baseUrl}}/api/events?page=1&size=1","host":["{{baseUrl}}"],"path":["api","events"],"query":[{"key":"page","value":"1"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"393"},{"key":"ETag","value":"W/\"189-0EFGoQC+4kdYZiAZbC8FCMIXyPY\""},{"key":"Date","value":"Mon, 05 May 2025 22:08:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"title\": \"Tech Conference 2027\",\n            \"description\": \"A conference on emerging technologies\",\n            \"start_time\": \"2025-05-01T09:00:00.000Z\",\n            \"end_time\": \"2025-05-01T17:00:00.000Z\",\n            \"location\": \"Convention Center, San Francisco\",\n            \"image\": \"https://example.com/tech-conf.jpg\",\n            \"organizer\": \"Tech Events Inc.\",\n            \"created_at\": \"2025-04-27T05:51:27.595Z\",\n            \"updated_at\": \"2025-04-27T06:10:22.326Z\"\n        }\n    ]\n}"}],"_postman_id":"73964a78-bcb0-4e42-93f6-a2f8aa8f2311"},{"name":"Get event","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"78ec50a1-c317-46b1-8c98-fa6e467fd578","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/events/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"61bed917-e377-44b1-bcb3-7f8c7eb5069d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/events/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-TmIIzqGnwRBVT0peXHfmz7mGF9E\""},{"key":"Date","value":"Sun, 27 Apr 2025 05:52:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"Tech Conference 2025\",\n        \"description\": \"A conference on emerging technologies\",\n        \"start_time\": \"2025-05-01T09:00:00.000Z\",\n        \"end_time\": \"2025-05-01T17:00:00.000Z\",\n        \"location\": \"Convention Center, San Francisco\",\n        \"image\": \"https://example.com/tech-conf.jpg\",\n        \"organizer\": \"Tech Events Inc.\",\n        \"created_at\": \"2025-04-27T05:50:05.377Z\",\n        \"updated_at\": \"2025-04-27T05:50:05.377Z\"\n    }\n}"}],"_postman_id":"78ec50a1-c317-46b1-8c98-fa6e467fd578"},{"name":"Update event","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f3a84557-c584-4289-ad15-c7260d21b748","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 20263","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"start_time","value":"2025-05-01T09:00:00.000Z","type":"text"},{"key":"end_time","value":"2025-05-02T09:00:00.000Z","type":"text"},{"key":"location","value":" Convention Center, San Francisco","type":"text"},{"key":"organizer","value":" Tech Events Inc.","type":"text"},{"key":"type","value":"virtual","type":"text"},{"key":"image","type":"file","uuid":"d0ce2545-d6ba-454b-9589-d9daf9df1957","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"}]},"url":"{{baseUrl}}/api/events/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d95f0761-71ee-4a56-8a63-3fb1f14d7658","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 20263","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"start_time","value":"2025-05-01T09:00:00.000Z","type":"text"},{"key":"end_time","value":"2025-05-02T09:00:00.000Z","type":"text"},{"key":"location","value":" Convention Center, San Francisco","type":"text"},{"key":"organizer","value":" Tech Events Inc.","type":"text"},{"key":"type","value":"virtual","type":"text"},{"key":"image","type":"file","uuid":"d0ce2545-d6ba-454b-9589-d9daf9df1957","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"}]},"url":"{{baseUrl}}/api/events/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"497"},{"key":"ETag","value":"W/\"1f1-GHsF4UgWPGo54GIAkAG5grwK2zY\""},{"key":"Date","value":"Mon, 08 Sep 2025 09:59:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \" Tech Conference 20263\",\n        \"description\": \" A conference on emerging technologies\",\n        \"type\": \"virtual\",\n        \"start_time\": \"2025-05-01T09:00:00.000Z\",\n        \"end_time\": \"2025-05-02T09:00:00.000Z\",\n        \"location\": \" Convention Center, San Francisco\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757325587/vcg/vcg%20api/dev/skills/b0222608-e7ac-45a5-8854-04f1e8c999ea.jpg\",\n        \"organizer\": \" Tech Events Inc.\",\n        \"created_at\": \"2025-05-09T21:12:55.389Z\",\n        \"updated_at\": \"2025-09-08T09:59:47.949Z\"\n    }\n}"}],"_postman_id":"f3a84557-c584-4289-ad15-c7260d21b748"},{"name":"Delete event","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"29fed2fa-81cf-4846-b566-5f0117c846b9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/events/4","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events","4"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cdde2c77-d078-465a-84fe-d9ceab420403","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/events/4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"17d-Hd2Iqq/XM4OnmuOFluAoJVxlJRc\""},{"key":"Date","value":"Sun, 27 Apr 2025 06:12:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"29fed2fa-81cf-4846-b566-5f0117c846b9"},{"name":"Save Event","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6db16fc9-13e6-4f56-b05d-538032d011e8","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    \"event_id\": 1\n}"},"url":"{{baseUrl}}/api/events/save","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events","save"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"55969fd3-5a89-4f3f-ba14-389d2ef15acb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_id\": 1\n}"},"url":"{{baseUrl}}/api/events/save"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-XDBgdtR3H1vLS5UrZncbSHZjoA8\""},{"key":"Date","value":"Fri, 09 May 2025 21:13:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"event_id\": 1,\n        \"user_id\": 1\n    }\n}"}],"_postman_id":"6db16fc9-13e6-4f56-b05d-538032d011e8"},{"name":"Saved events","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"60ee6e88-296a-41ba-9a5b-689f324433a9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/events/saved","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","events","saved"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"63a08f11-004f-437f-a6aa-7463d01f9fa1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/careers/top-rated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2577"},{"key":"ETag","value":"W/\"a11-kyycy5yJvcsZS4O7J18H6Dbx1wA\""},{"key":"Date","value":"Sun, 27 Apr 2025 03:54:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 4,\n            \"name\": \"Coding2\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:29:07.818Z\",\n            \"updated_at\": \"2025-04-17T19:29:07.818Z\",\n            \"_count\": {\n                \"users\": 1\n            }\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Coding\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-16T04:41:42.635Z\",\n            \"updated_at\": \"2025-04-16T04:41:42.635Z\",\n            \"_count\": {\n                \"users\": 0\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Coding3\",\n            \"description\": \"Software developers design, create, and maintain computer programs and applications. They work on everything from mobile apps to video games, websites, and artificial intelligence systems. Their job involves writing code, testing software, and solving problems to ensure applications run smoothly.\",\n            \"image\": \"/icon\",\n            \"meta\": {\n                \"trends\": \"AI, cybersecurity, and cloud computing are driving the demand for skilled developers.\",\n                \"salaries\": \"Entry-level developers earn between $50,000 - $80,000 per year, while experienced developers can earn over $100,000 annually.\",\n                \"futureDemands\": \"The tech industry is growing rapidly, and software development jobs are expected to increase by 25% in the next decade.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-04-17T19:33:59.270Z\",\n            \"updated_at\": \"2025-04-17T19:36:06.503Z\",\n            \"_count\": {\n                \"users\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"60ee6e88-296a-41ba-9a5b-689f324433a9"}],"id":"990ca508-0af7-42c7-b0bb-598a9280b40f","_postman_id":"990ca508-0af7-42c7-b0bb-598a9280b40f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Course","item":[{"name":"Create course","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c6fc1bd5-ede4-4956-9391-1a5e31c9446e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 2026","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f060aa2-8c26-4260-a4fe-11ee1bddedca"},{"key":"icon","type":"file","src":"postman-cloud:///1f060aa1-7d50-4a70-90a6-1011cefaac32"}]},"url":"{{baseUrl}}/api/courses","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","courses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cda79735-563b-44ff-b40e-004dee3c409a","name":"Create course","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 2026","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f060aa2-8c26-4260-a4fe-11ee1bddedca"},{"key":"icon","type":"file","src":"postman-cloud:///1f060aa1-7d50-4a70-90a6-1011cefaac32"}]},"url":"{{baseUrl}}/api/courses"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"460"},{"key":"ETag","value":"W/\"1cc-X4Dw/cJtIuKUVbvww8P3c+9nWuI\""},{"key":"Date","value":"Fri, 05 Sep 2025 01:45:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 15,\n        \"title\": \" Tech Conference 2026\",\n        \"description\": \" A conference on emerging technologies\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757036747/vcg/vcg%20api/dev/skills/5fcbfa84-e324-4706-bef4-30f00941936d.png\",\n        \"icon\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757036748/vcg/vcg%20api/dev/skills/85438b77-207d-4449-8db0-e3698c162fbd.png\",\n        \"created_at\": \"2025-09-05T01:45:48.680Z\",\n        \"updated_at\": \"2025-09-05T01:45:48.680Z\"\n    }\n}"}],"_postman_id":"c6fc1bd5-ede4-4956-9391-1a5e31c9446e"},{"name":"Get courses","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1ead252a-af49-4d61-9be0-0afe8be04c1c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/courses","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","courses"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"career_id","value":"4"}],"variable":[]}},"response":[{"id":"2b09d46e-aabd-4c4d-858d-b5bb4ac13840","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/courses","host":["{{baseUrl}}"],"path":["api","courses"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true},{"key":"career_id","value":"4","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"301"},{"key":"ETag","value":"W/\"12d-egQgopyqRXvh28m01KF9ak6wZNE\""},{"key":"Date","value":"Tue, 20 May 2025 06:55:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"title\": \"Tech Conference 2026\",\n            \"description\": \"A conference on emerging technologies\",\n            \"image\": \"https://example.com/tech-conf.jpg\",\n            \"icon\": \"https://example.com/tech-conf.jpg\",\n            \"created_at\": \"2025-05-09T16:32:29.075Z\",\n            \"updated_at\": \"2025-05-09T16:32:29.075Z\",\n            \"lessons\": [\n                {\n                    \"duration\": 1800\n                }\n            ]\n        }\n    ]\n}"},{"id":"52d2ea8c-6659-45ef-9214-837a9d688ac8","name":"Paginated Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":{"raw":"{{baseUrl}}/api/courses?page=1&size=1","host":["{{baseUrl}}"],"path":["api","courses"],"query":[{"key":"page","value":"1"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"290"},{"key":"ETag","value":"W/\"122-P1qllkDPyCZM+5N97S/5BvdRrak\""},{"key":"Date","value":"Mon, 05 May 2025 21:05:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total\": 1,\n        \"data\": [\n            {\n                \"id\": 2,\n                \"title\": \"Tech Conference 2026\",\n                \"description\": \"A conference on emerging technologies\",\n                \"image\": \"https://example.com/tech-conf.jpg\",\n                \"icon\": \"https://example.com/tech-conf.jpg\",\n                \"created_at\": \"2025-05-05T20:41:38.042Z\",\n                \"updated_at\": \"2025-05-05T20:41:38.042Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1ead252a-af49-4d61-9be0-0afe8be04c1c"},{"name":"Get course","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"17091a96-c6c0-45b7-816c-e19b8a8d8076","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/courses/2","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","courses","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9be72df6-95cd-4dd1-9d7c-51aabbcef4e3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/courses/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"299"},{"key":"ETag","value":"W/\"12b-F11yYV2wjLrVj2VTLOp5jCA8/1k\""},{"key":"Date","value":"Tue, 20 May 2025 07:06:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"title\": \"Tech Conference 2026\",\n        \"description\": \"A conference on emerging technologies\",\n        \"image\": \"https://example.com/tech-conf.jpg\",\n        \"icon\": \"https://example.com/tech-conf.jpg\",\n        \"created_at\": \"2025-05-09T16:32:29.075Z\",\n        \"updated_at\": \"2025-05-09T16:32:29.075Z\",\n        \"lessons\": [\n            {\n                \"duration\": 1800\n            }\n        ]\n    }\n}"}],"_postman_id":"17091a96-c6c0-45b7-816c-e19b8a8d8076"},{"name":"Update course","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e3fca110-c048-4eab-b5a5-20afa943f4d9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 20263","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"image","type":"file","uuid":"6520b154-4038-496b-9af2-989533224600","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"},{"key":"icon","type":"file","uuid":"ab143924-9ff4-440a-94e1-8c5291d8cb85","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"}]},"url":"{{baseUrl}}/api/courses/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","courses","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cc9671ca-fc2e-4d32-a80d-1999d234dfbc","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":" Tech Conference 20263","type":"text"},{"key":"description","value":" A conference on emerging technologies","type":"text"},{"key":"image","type":"file","uuid":"6520b154-4038-496b-9af2-989533224600","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"},{"key":"icon","type":"file","uuid":"ab143924-9ff4-440a-94e1-8c5291d8cb85","src":"/Users/dieu-donnenazzah/Downloads/test_files/WhatsApp-Image-2025-04-29-at-15.jpeg"}]},"url":"{{baseUrl}}/api/courses/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"462"},{"key":"ETag","value":"W/\"1ce-8GgAZfYy4r3gkQAAhWY9qEKN/aw\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:44:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"title\": \" Tech Conference 20263\",\n        \"description\": \" A conference on emerging technologies\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757328266/vcg/vcg%20api/dev/courses/27a2ef5e-0a9d-4811-9051-c596c93f9cd6.jpg\",\n        \"icon\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757328268/vcg/vcg%20api/dev/courses/44f24436-2e87-4296-a2de-3b05f60954e9.jpg\",\n        \"created_at\": \"2025-05-09T12:56:57.000Z\",\n        \"updated_at\": \"2025-09-08T10:44:28.749Z\"\n    }\n}"}],"_postman_id":"e3fca110-c048-4eab-b5a5-20afa943f4d9"},{"name":"Delete courses","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"27db22cc-deba-4ff9-afd2-bb3d0b8b66d7","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/courses/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","courses","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"64841a10-493d-404d-a1bd-7ed83de9800f","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/courses/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"10d-jzQ7mfXSUSVzxniN+BuzD/pY+Kg\""},{"key":"Date","value":"Mon, 05 May 2025 20:47:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"27db22cc-deba-4ff9-afd2-bb3d0b8b66d7"}],"id":"ffd66fe0-aac8-4ee1-b2c4-9d4f0ccfcb83","_postman_id":"ffd66fe0-aac8-4ee1-b2c4-9d4f0ccfcb83","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Lesson","item":[{"name":"Create lessons","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4297b996-96ac-4b23-ab63-64987929486f","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\": \"HTML Basics\",\n  \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n  \"video\": \"https://example.com/videos/html-basics.mp4\",\n  \"duration\": 1800,\n  \"course_id\": 2,\n  \"order\": 1,\n  \"resources\": [\n    {\n      \"title\": \"HTML Cheat Sheet\",\n      \"url\": \"https://example.com/resources/html-cheatsheet.pdf\",\n      \"type\": \"pdf\"\n    },\n    {\n      \"title\": \"Practice Exercises\",\n      \"url\": \"https://example.com/resources/html-exercises.zip\",\n      \"type\": \"zip\"\n    }\n  ]\n}"},"url":"{{baseUrl}}/api/lessons","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","lessons"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5706e6bb-addc-45a4-8656-47534391b68c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"HTML Basics\",\n  \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n  \"video\": \"https://example.com/videos/html-basics.mp4\",\n  \"duration\": 1800,\n  \"course_id\": 2,\n  \"order\": 1,\n  \"resources\": [\n    {\n      \"title\": \"HTML Cheat Sheet\",\n      \"url\": \"https://example.com/resources/html-cheatsheet.pdf\",\n      \"type\": \"pdf\"\n    },\n    {\n      \"title\": \"Practice Exercises\",\n      \"url\": \"https://example.com/resources/html-exercises.zip\",\n      \"type\": \"zip\"\n    }\n  ]\n}"},"url":"{{baseUrl}}/api/lessons"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"597"},{"key":"ETag","value":"W/\"255-AAHVoNFfz+UY3Awf0VxviYSp6Ms\""},{"key":"Date","value":"Wed, 07 May 2025 01:16:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 12,\n        \"title\": \"HTML Basics\",\n        \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n        \"video\": \"https://example.com/videos/html-basics.mp4\",\n        \"duration\": 1800,\n        \"resources\": \"[{\\\"title\\\":\\\"HTML Cheat Sheet\\\",\\\"url\\\":\\\"https://example.com/resources/html-cheatsheet.pdf\\\",\\\"type\\\":\\\"pdf\\\"},{\\\"title\\\":\\\"Practice Exercises\\\",\\\"url\\\":\\\"https://example.com/resources/html-exercises.zip\\\",\\\"type\\\":\\\"zip\\\"}]\",\n        \"order\": 1,\n        \"course_id\": 2,\n        \"created_at\": \"2025-05-07T01:16:47.870Z\",\n        \"updated_at\": \"2025-05-07T01:16:47.870Z\"\n    }\n}"}],"_postman_id":"4297b996-96ac-4b23-ab63-64987929486f"},{"name":"Get lessons","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2f7151de-970f-4f1f-a1d1-262a42f0379a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/lessons","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","lessons"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"1"},{"disabled":true,"key":"course_id","value":"2"}],"variable":[]}},"response":[{"id":"90a162bf-15db-4ef4-b684-9d846c03ebec","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":{"raw":"{{baseUrl}}/api/lessons","host":["{{baseUrl}}"],"path":["api","lessons"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1574"},{"key":"ETag","value":"W/\"626-d62T3mj40zmye6Ob6JPhxqH7L2Q\""},{"key":"Date","value":"Wed, 07 May 2025 01:17:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 12,\n            \"title\": \"HTML Basics\",\n            \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n            \"video\": \"https://example.com/videos/html-basics.mp4\",\n            \"duration\": 1800,\n            \"resources\": \"[{\\\"title\\\":\\\"HTML Cheat Sheet\\\",\\\"url\\\":\\\"https://example.com/resources/html-cheatsheet.pdf\\\",\\\"type\\\":\\\"pdf\\\"},{\\\"title\\\":\\\"Practice Exercises\\\",\\\"url\\\":\\\"https://example.com/resources/html-exercises.zip\\\",\\\"type\\\":\\\"zip\\\"}]\",\n            \"order\": 1,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:16:47.870Z\",\n            \"updated_at\": \"2025-05-07T01:16:47.870Z\"\n        },\n        {\n            \"id\": 8,\n            \"title\": \"CSS Styling\",\n            \"description\": \"Master cascading style sheets to make your websites visually appealing. This lesson covers selectors, properties, and responsive design.\",\n            \"video\": \"https://example.com/videos/css-styling.mp4\",\n            \"duration\": 2400,\n            \"resources\": \"[{\\\"title\\\":\\\"CSS Reference Guide\\\",\\\"url\\\":\\\"https://example.com/resources/css-reference.pdf\\\",\\\"type\\\":\\\"pdf\\\"}]\",\n            \"order\": 2,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:15:02.674Z\",\n            \"updated_at\": \"2025-05-07T01:15:02.674Z\"\n        },\n        {\n            \"id\": 11,\n            \"title\": \"CSS Styling 2\",\n            \"description\": \"Master cascading style sheets to make your websites visually appealing. This lesson covers selectors, properties, and responsive design.\",\n            \"video\": \"https://example.com/videos/css-styling.mp4\",\n            \"duration\": 2400,\n            \"resources\": \"[{\\\"title\\\":\\\"CSS Reference Guide\\\",\\\"url\\\":\\\"https://example.com/resources/css-reference.pdf\\\",\\\"type\\\":\\\"pdf\\\"}]\",\n            \"order\": 3,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:15:39.778Z\",\n            \"updated_at\": \"2025-05-07T01:15:39.778Z\"\n        }\n    ]\n}"},{"id":"3be2991d-c783-4301-9087-7075a735b2ca","name":"Paginated Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":{"raw":"{{baseUrl}}/api/lessons?page=1&size=1","host":["{{baseUrl}}"],"path":["api","lessons"],"query":[{"key":"page","value":"1"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"609"},{"key":"ETag","value":"W/\"261-MlNdWnIT3rmkXiEb7tamdMU6bdQ\""},{"key":"Date","value":"Wed, 07 May 2025 01:18:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 3,\n    \"data\": [\n        {\n            \"id\": 12,\n            \"title\": \"HTML Basics\",\n            \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n            \"video\": \"https://example.com/videos/html-basics.mp4\",\n            \"duration\": 1800,\n            \"resources\": \"[{\\\"title\\\":\\\"HTML Cheat Sheet\\\",\\\"url\\\":\\\"https://example.com/resources/html-cheatsheet.pdf\\\",\\\"type\\\":\\\"pdf\\\"},{\\\"title\\\":\\\"Practice Exercises\\\",\\\"url\\\":\\\"https://example.com/resources/html-exercises.zip\\\",\\\"type\\\":\\\"zip\\\"}]\",\n            \"order\": 1,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:16:47.870Z\",\n            \"updated_at\": \"2025-05-07T01:16:47.870Z\"\n        }\n    ]\n}"},{"id":"8cf80441-69bc-4861-b6a2-7e5b9ca1e4e0","name":"By course_id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":{"raw":"{{baseUrl}}/api/lessons","host":["{{baseUrl}}"],"path":["api","lessons"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true},{"key":"course_id","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1574"},{"key":"ETag","value":"W/\"626-d62T3mj40zmye6Ob6JPhxqH7L2Q\""},{"key":"Date","value":"Wed, 07 May 2025 01:19:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 12,\n            \"title\": \"HTML Basics\",\n            \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n            \"video\": \"https://example.com/videos/html-basics.mp4\",\n            \"duration\": 1800,\n            \"resources\": \"[{\\\"title\\\":\\\"HTML Cheat Sheet\\\",\\\"url\\\":\\\"https://example.com/resources/html-cheatsheet.pdf\\\",\\\"type\\\":\\\"pdf\\\"},{\\\"title\\\":\\\"Practice Exercises\\\",\\\"url\\\":\\\"https://example.com/resources/html-exercises.zip\\\",\\\"type\\\":\\\"zip\\\"}]\",\n            \"order\": 1,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:16:47.870Z\",\n            \"updated_at\": \"2025-05-07T01:16:47.870Z\"\n        },\n        {\n            \"id\": 8,\n            \"title\": \"CSS Styling\",\n            \"description\": \"Master cascading style sheets to make your websites visually appealing. This lesson covers selectors, properties, and responsive design.\",\n            \"video\": \"https://example.com/videos/css-styling.mp4\",\n            \"duration\": 2400,\n            \"resources\": \"[{\\\"title\\\":\\\"CSS Reference Guide\\\",\\\"url\\\":\\\"https://example.com/resources/css-reference.pdf\\\",\\\"type\\\":\\\"pdf\\\"}]\",\n            \"order\": 2,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:15:02.674Z\",\n            \"updated_at\": \"2025-05-07T01:15:02.674Z\"\n        },\n        {\n            \"id\": 11,\n            \"title\": \"CSS Styling 2\",\n            \"description\": \"Master cascading style sheets to make your websites visually appealing. This lesson covers selectors, properties, and responsive design.\",\n            \"video\": \"https://example.com/videos/css-styling.mp4\",\n            \"duration\": 2400,\n            \"resources\": \"[{\\\"title\\\":\\\"CSS Reference Guide\\\",\\\"url\\\":\\\"https://example.com/resources/css-reference.pdf\\\",\\\"type\\\":\\\"pdf\\\"}]\",\n            \"order\": 3,\n            \"course_id\": 2,\n            \"created_at\": \"2025-05-07T01:15:39.778Z\",\n            \"updated_at\": \"2025-05-07T01:15:39.778Z\"\n        }\n    ]\n}"}],"_postman_id":"2f7151de-970f-4f1f-a1d1-262a42f0379a"},{"name":"Get lesson","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"05e75061-d5c2-4e2c-b64e-d6814c16a82b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/courses/99","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","courses","99"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"80b0e4cc-6ed0-4854-a817-9097d2dfd7ef","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/lessons/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"597"},{"key":"ETag","value":"W/\"255-AAHVoNFfz+UY3Awf0VxviYSp6Ms\""},{"key":"Date","value":"Wed, 07 May 2025 01:21:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 12,\n        \"title\": \"HTML Basics\",\n        \"description\": \"Learn the fundamental building blocks of web pages. In this lesson, we'll cover HTML tags, attributes, and document structure.\",\n        \"video\": \"https://example.com/videos/html-basics.mp4\",\n        \"duration\": 1800,\n        \"resources\": \"[{\\\"title\\\":\\\"HTML Cheat Sheet\\\",\\\"url\\\":\\\"https://example.com/resources/html-cheatsheet.pdf\\\",\\\"type\\\":\\\"pdf\\\"},{\\\"title\\\":\\\"Practice Exercises\\\",\\\"url\\\":\\\"https://example.com/resources/html-exercises.zip\\\",\\\"type\\\":\\\"zip\\\"}]\",\n        \"order\": 1,\n        \"course_id\": 2,\n        \"created_at\": \"2025-05-07T01:16:47.870Z\",\n        \"updated_at\": \"2025-05-07T01:16:47.870Z\"\n    }\n}"}],"_postman_id":"05e75061-d5c2-4e2c-b64e-d6814c16a82b"},{"name":"Update lesson","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"417c479c-7bcd-4af6-8096-cb6412c72dce","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Advanced HTML Techniques\",\n  \"description\": \"Explore advanced HTML5 features including semantic elements, forms, and multimedia.\",\n  \"duration\": 2100,\n  \"order\": 3,\n  \"course_id\": 2,\n  \"resources\": [\n    {\n      \"title\": \"HTML5 Advanced Guide\",\n      \"url\": \"https://example.com/resources/html5-advanced.pdf\",\n      \"type\": \"pdf\"\n    },\n    {\n      \"title\": \"HTML5 Examples\",\n      \"url\": \"https://example.com/resources/html5-examples.zip\",\n      \"type\": \"zip\"\n    }\n  ]\n}"},"url":"{{baseUrl}}/api/lessons/8","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","lessons","8"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f31ba5a9-d05a-41ba-9a82-212d0323e17e","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Advanced HTML Techniques\",\n  \"description\": \"Explore advanced HTML5 features including semantic elements, forms, and multimedia.\",\n  \"duration\": 2100,\n  \"order\": 2,\n  \"course_id\": 2,\n  \"resources\": [\n    {\n      \"title\": \"HTML5 Advanced Guide\",\n      \"url\": \"https://example.com/resources/html5-advanced.pdf\",\n      \"type\": \"pdf\"\n    },\n    {\n      \"title\": \"HTML5 Examples\",\n      \"url\": \"https://example.com/resources/html5-examples.zip\",\n      \"type\": \"zip\"\n    }\n  ]\n}"},"url":"{{baseUrl}}/api/lessons/8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"565"},{"key":"ETag","value":"W/\"235-jO7/J8f9JAw9bXAiqWeIWDIRdC8\""},{"key":"Date","value":"Wed, 07 May 2025 01:24:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 8,\n        \"title\": \"Advanced HTML Techniques\",\n        \"description\": \"Explore advanced HTML5 features including semantic elements, forms, and multimedia.\",\n        \"video\": \"https://example.com/videos/css-styling.mp4\",\n        \"duration\": 2100,\n        \"resources\": \"[{\\\"title\\\":\\\"HTML5 Advanced Guide\\\",\\\"url\\\":\\\"https://example.com/resources/html5-advanced.pdf\\\",\\\"type\\\":\\\"pdf\\\"},{\\\"title\\\":\\\"HTML5 Examples\\\",\\\"url\\\":\\\"https://example.com/resources/html5-examples.zip\\\",\\\"type\\\":\\\"zip\\\"}]\",\n        \"order\": 2,\n        \"course_id\": 2,\n        \"created_at\": \"2025-05-07T01:15:02.674Z\",\n        \"updated_at\": \"2025-05-07T01:24:43.567Z\"\n    }\n}"}],"_postman_id":"417c479c-7bcd-4af6-8096-cb6412c72dce"},{"name":"Delete lesson","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dc0d8bcc-7b51-4ec8-9d5c-be89ad0be285","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/lessons/15","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","lessons","15"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"288ed4e2-9e42-45cf-963a-c8f88be522d0","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/lessons/15"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"257-TDq0D4HkcIlLNja2TkV/7Q9ErjI\""},{"key":"Date","value":"Wed, 07 May 2025 01:25:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dc0d8bcc-7b51-4ec8-9d5c-be89ad0be285"}],"id":"2e7e65ae-e398-488a-bbab-fb5cff4a741e","_postman_id":"2e7e65ae-e398-488a-bbab-fb5cff4a741e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Professional","item":[{"name":"Create professional","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5b37c822-e6a1-4eff-8c3c-f8d0451c2083","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" David Wilson","type":"text"},{"key":"email","value":"davidwilsona@example.com","type":"text"},{"key":"phone","value":" +15678912344","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f05f91c-0db9-4cc0-af90-a19abf2c0e88"},{"key":"occupation","value":" DevOps Engineer","type":"text"},{"key":"bio","value":" Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.","type":"text"},{"key":"availability[tuesday][0]","value":"11:00-16:00","type":"text"},{"key":"availability[thursday][0]","value":"09:00-14:00","type":"text"},{"key":"is_mentor","value":"true","type":"text"}]},"url":"{{baseUrl}}/api/professionals","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","professionals"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7ca93529-47d7-4ac5-8a52-67c38afce0f8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" David Wilson","type":"text"},{"key":"email","value":"davidwilson@example.com","type":"text"},{"key":"phone","value":" +1567891234","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1f05f91c-0db9-4cc0-af90-a19abf2c0e88"},{"key":"occupation","value":" DevOps Engineer","type":"text"},{"key":"bio","value":" Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.","type":"text"},{"key":"availability[tuesday][0]","value":"11:00-16:00","type":"text"},{"key":"availability[thursday][0]","value":"09:00-14:00","type":"text"},{"key":"is_mentor","value":" false","type":"text"}]},"url":"{{baseUrl}}/api/professionals"},"status":"Created","code":201,"_postman_previewlanguage":null,"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":"639"},{"key":"ETag","value":"W/\"27f-tixSO453esASBIVdp1Bdg3Nvk/E\""},{"key":"Date","value":"Fri, 05 Sep 2025 01:57:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"name\": \" David Wilson\",\n        \"email\": \"davidwilson@example.com\",\n        \"phone\": \" +1567891234\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757037430/vcg/vcg%20api/dev/professionals/c74361c2-cbe3-42cc-9d44-319e8dc31d2f.jpg\",\n        \"occupation\": \" DevOps Engineer\",\n        \"bio\": \" Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.\",\n        \"availability\": \"{\\\"tuesday\\\":[\\\"11:00-16:00\\\"],\\\"thursday\\\":[\\\"09:00-14:00\\\"]}\",\n        \"is_mentor\": false,\n        \"created_at\": \"2025-09-05T01:57:10.379Z\",\n        \"updated_at\": \"2025-09-05T01:57:10.379Z\"\n    }\n}"}],"_postman_id":"5b37c822-e6a1-4eff-8c3c-f8d0451c2083"},{"name":"Get professionals","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d9e460de-754e-4fc1-a116-3fe11db3ebf9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/professionals?is_mentor=true","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","professionals"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"1"},{"key":"is_mentor","value":"true"}],"variable":[]}},"response":[{"id":"a3542df8-6912-4e02-b8ee-9d68a70832da","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/professionals","host":["{{baseUrl}}"],"path":["api","professionals"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2172"},{"key":"ETag","value":"W/\"87c-AKXz51rQuzkpIJzKEq5bgbruvwY\""},{"key":"Date","value":"Fri, 09 May 2025 04:48:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Sarah Johnson\",\n            \"email\": \"sarah.johnson@example.com\",\n            \"phone\": \"+1234567890\",\n            \"image\": \"professionals/sarah-johnson.jpg\",\n            \"occupation\": \"Senior Software Engineer\",\n            \"bio\": \"With over 10 years of experience in full-stack development, I specialize in React, Node.js, and cloud architecture. I've led teams at major tech companies and enjoy mentoring junior developers.\",\n            \"availability\": \"{\\\"monday\\\":[\\\"09:00-12:00\\\",\\\"14:00-17:00\\\"],\\\"wednesday\\\":[\\\"10:00-15:00\\\"],\\\"friday\\\":[\\\"13:00-18:00\\\"]}\",\n            \"is_mentor\": true,\n            \"created_at\": \"2025-05-09T04:46:07.384Z\",\n            \"updated_at\": \"2025-05-09T04:46:07.384Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Michael Chen\",\n            \"email\": \"michael.chen@example.com\",\n            \"phone\": \"+1987654321\",\n            \"image\": \"professionals/michael-chen.jpg\",\n            \"occupation\": \"Data Science Lead\",\n            \"bio\": \"Data scientist with expertise in machine learning and AI. Previously worked at Google and Amazon on recommendation systems. PhD in Computer Science from Stanford.\",\n            \"availability\": \"{\\\"tuesday\\\":[\\\"08:00-10:00\\\"],\\\"thursday\\\":[\\\"15:00-18:00\\\"]}\",\n            \"is_mentor\": true,\n            \"created_at\": \"2025-05-09T04:46:29.076Z\",\n            \"updated_at\": \"2025-05-09T04:46:29.076Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Emily Rodriguez\",\n            \"email\": \"emily.rodriguez@example.com\",\n            \"phone\": \"+1122334455\",\n            \"image\": \"professionals/emily-rodriguez.jpg\",\n            \"occupation\": \"UX/UI Designer\",\n            \"bio\": \"Creative designer with a passion for user-centered design. I've worked on mobile apps and web platforms for startups and established companies alike.\",\n            \"availability\": \"{\\\"monday\\\":[\\\"13:00-17:00\\\"],\\\"wednesday\\\":[\\\"09:00-12:00\\\"],\\\"friday\\\":[\\\"10:00-15:00\\\"]}\",\n            \"is_mentor\": false,\n            \"created_at\": \"2025-05-09T04:46:41.690Z\",\n            \"updated_at\": \"2025-05-09T04:46:41.690Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"David Wilson\",\n            \"email\": \"david.wilson@example.com\",\n            \"phone\": \"+1567891234\",\n            \"image\": \"professionals/david-wilson.jpg\",\n            \"occupation\": \"DevOps Engineer\",\n            \"bio\": \"Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.\",\n            \"availability\": \"{\\\"tuesday\\\":[\\\"11:00-16:00\\\"],\\\"thursday\\\":[\\\"09:00-14:00\\\"]}\",\n            \"is_mentor\": true,\n            \"created_at\": \"2025-05-09T04:47:44.274Z\",\n            \"updated_at\": \"2025-05-09T04:47:44.274Z\"\n        }\n    ]\n}"},{"id":"e526a63a-2341-4ad2-9e6c-bd745c3c6234","name":"Paginated success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/professionals?page=1&size=1","host":["{{baseUrl}}"],"path":["api","professionals"],"query":[{"key":"page","value":"1"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"616"},{"key":"ETag","value":"W/\"268-aB63RClMcRAkJD6cNcJV25JSns0\""},{"key":"Date","value":"Fri, 09 May 2025 04:49:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 4,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Sarah Johnson\",\n            \"email\": \"sarah.johnson@example.com\",\n            \"phone\": \"+1234567890\",\n            \"image\": \"professionals/sarah-johnson.jpg\",\n            \"occupation\": \"Senior Software Engineer\",\n            \"bio\": \"With over 10 years of experience in full-stack development, I specialize in React, Node.js, and cloud architecture. I've led teams at major tech companies and enjoy mentoring junior developers.\",\n            \"availability\": \"{\\\"monday\\\":[\\\"09:00-12:00\\\",\\\"14:00-17:00\\\"],\\\"wednesday\\\":[\\\"10:00-15:00\\\"],\\\"friday\\\":[\\\"13:00-18:00\\\"]}\",\n            \"is_mentor\": true,\n            \"created_at\": \"2025-05-09T04:46:07.384Z\",\n            \"updated_at\": \"2025-05-09T04:46:07.384Z\"\n        }\n    ]\n}"},{"id":"e8498e0e-f3e5-4a62-8f75-20d731cbbdb0","name":"Get mentor professionals","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/professionals?is_mentor=true","host":["{{baseUrl}}"],"path":["api","professionals"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true},{"key":"is_mentor","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1116"},{"key":"ETag","value":"W/\"45c-JguUzAsmpHhbNxgqEUg/8sSvgMM\""},{"key":"Date","value":"Fri, 09 May 2025 05:20:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Sarah Johnson\",\n            \"email\": \"sarah.johnson@example.com\",\n            \"phone\": \"+1234567890\",\n            \"image\": \"professionals/sarah-johnson.jpg\",\n            \"occupation\": \"Senior Software Engineer\",\n            \"bio\": \"With over 10 years of experience in full-stack development, I specialize in React, Node.js, and cloud architecture. I've led teams at major tech companies and enjoy mentoring junior developers.\",\n            \"availability\": \"{\\\"monday\\\":[\\\"09:00-12:00\\\",\\\"14:00-17:00\\\"],\\\"wednesday\\\":[\\\"10:00-15:00\\\"],\\\"friday\\\":[\\\"13:00-18:00\\\"]}\",\n            \"is_mentor\": true,\n            \"created_at\": \"2025-05-09T04:46:07.384Z\",\n            \"updated_at\": \"2025-05-09T04:46:07.384Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Michael Chen\",\n            \"email\": \"michael.chen@example.com\",\n            \"phone\": \"+1987654321\",\n            \"image\": \"professionals/michael-chen.jpg\",\n            \"occupation\": \"Data Science Lead\",\n            \"bio\": \"Data scientist with expertise in machine learning and AI. Previously worked at Google and Amazon on recommendation systems. PhD in Computer Science from Stanford.\",\n            \"availability\": \"{\\\"tuesday\\\":[\\\"08:00-10:00\\\"],\\\"thursday\\\":[\\\"15:00-18:00\\\"]}\",\n            \"is_mentor\": true,\n            \"created_at\": \"2025-05-09T04:46:29.076Z\",\n            \"updated_at\": \"2025-05-09T04:46:29.076Z\"\n        }\n    ]\n}"}],"_postman_id":"d9e460de-754e-4fc1-a116-3fe11db3ebf9"},{"name":"Get professional","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7365da40-5abb-415c-96b9-1375abf0a183","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/professionals/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","professionals","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9058b9c7-a06f-4911-aa2e-2c380a78d383","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/professionals/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"604"},{"key":"ETag","value":"W/\"25c-JQaB+VfgNxf2xKt33NF5p2EKDbw\""},{"key":"Date","value":"Fri, 09 May 2025 04:50:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Sarah Johnson\",\n        \"email\": \"sarah.johnson@example.com\",\n        \"phone\": \"+1234567890\",\n        \"image\": \"professionals/sarah-johnson.jpg\",\n        \"occupation\": \"Senior Software Engineer\",\n        \"bio\": \"With over 10 years of experience in full-stack development, I specialize in React, Node.js, and cloud architecture. I've led teams at major tech companies and enjoy mentoring junior developers.\",\n        \"availability\": \"{\\\"monday\\\":[\\\"09:00-12:00\\\",\\\"14:00-17:00\\\"],\\\"wednesday\\\":[\\\"10:00-15:00\\\"],\\\"friday\\\":[\\\"13:00-18:00\\\"]}\",\n        \"is_mentor\": true,\n        \"created_at\": \"2025-05-09T04:46:07.384Z\",\n        \"updated_at\": \"2025-05-09T04:46:07.384Z\"\n    }\n}"}],"_postman_id":"7365da40-5abb-415c-96b9-1375abf0a183"},{"name":"Update professional","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3ef76fc9-73c6-4953-8847-f5196fee91a5","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" David Wilson","type":"text"},{"key":"email","value":"davidwilson@example.com","type":"text"},{"key":"phone","value":" +1567891234","type":"text"},{"key":"occupation","value":" DevOps Engineer","type":"text"},{"key":"bio","value":" Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.","type":"text"},{"key":"availability[tuesday][0]","value":"11:00-16:00","type":"text"},{"key":"availability[thursday][0]","value":"09:00-14:00","type":"text"},{"key":"is_mentor","value":" false","type":"text"},{"key":"image","type":"file","uuid":"e265fa55-0831-4b42-99dc-60ef6677a964","src":"/Users/dieu-donnenazzah/Downloads/test_files/Firefly beautiful school girl with a book; child with a smile 4442.jpg"}]},"url":"{{baseUrl}}/api/professionals/5","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","professionals","5"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b25f99df-efe1-4cab-8ab2-0849a781613a","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":" David Wilson","type":"text"},{"key":"email","value":"davidwilson@example.com","type":"text"},{"key":"phone","value":" +1567891234","type":"text"},{"key":"occupation","value":" DevOps Engineer","type":"text"},{"key":"bio","value":" Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.","type":"text"},{"key":"availability[tuesday][0]","value":"11:00-16:00","type":"text"},{"key":"availability[thursday][0]","value":"09:00-14:00","type":"text"},{"key":"is_mentor","value":" false","type":"text"},{"key":"image","type":"file","uuid":"e265fa55-0831-4b42-99dc-60ef6677a964","src":"/Users/dieu-donnenazzah/Downloads/test_files/Firefly beautiful school girl with a book; child with a smile 4442.jpg"}]},"url":"{{baseUrl}}/api/professionals/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"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":"639"},{"key":"ETag","value":"W/\"27f-KlgPLWXxRJQ4AaOsqggGtZCzeng\""},{"key":"Date","value":"Mon, 08 Sep 2025 10:54:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"name\": \" David Wilson\",\n        \"email\": \"davidwilson@example.com\",\n        \"phone\": \" +1567891234\",\n        \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1757328897/vcg/vcg%20api/dev/professionals/0a1df17f-9bf9-4c73-8977-fa0f8e3ce891.jpg\",\n        \"occupation\": \" DevOps Engineer\",\n        \"bio\": \" Specializing in infrastructure automation, CI/CD pipelines, and cloud services (AWS, Azure, GCP). I help teams implement DevOps practices and improve their deployment workflows.\",\n        \"availability\": \"{\\\"tuesday\\\":[\\\"11:00-16:00\\\"],\\\"thursday\\\":[\\\"09:00-14:00\\\"]}\",\n        \"is_mentor\": false,\n        \"created_at\": \"2025-09-05T01:57:10.379Z\",\n        \"updated_at\": \"2025-09-08T10:54:57.692Z\"\n    }\n}"}],"_postman_id":"3ef76fc9-73c6-4953-8847-f5196fee91a5"},{"name":"Delete professional","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b4c105a1-8d85-4ac2-bf81-980aece87caf","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/professionals/4","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","professionals","4"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"100de20f-7335-4af3-9d98-84c27235cc12","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/professionals/4"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"213-5Oa8cQqIJ5fjx4U7pdB4wCCJxBo\""},{"key":"Date","value":"Fri, 09 May 2025 04:53:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b4c105a1-8d85-4ac2-bf81-980aece87caf"}],"id":"c362159e-70b6-4770-9567-48238712596c","_postman_id":"c362159e-70b6-4770-9567-48238712596c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"User","item":[{"name":"Get users","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c32cd485-c6e8-4af2-8e51-fe6b32917584","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/users","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","users"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"1"}],"variable":[]}},"response":[{"id":"6bdb89cd-3fac-4348-818b-18f33be04024","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/users","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"620"},{"key":"ETag","value":"W/\"26c-G7tFEugoCeAsZ/Xp8HIADtd+KSo\""},{"key":"Date","value":"Sat, 10 May 2025 02:13:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"full_name\": \"Jane Doe\",\n            \"email\": \"welifac928@bocapies.com\",\n            \"email_verified_at\": \"2025-05-09T18:41:31.000Z\",\n            \"phone_number\": \"+12345678901\",\n            \"photo\": null,\n            \"created_at\": \"2025-05-08T08:19:41.653Z\",\n            \"updated_at\": \"2025-05-10T02:12:24.624Z\",\n            \"profile\": {\n                \"institution\": \"Stanford University\",\n                \"department\": \"Computer Science\",\n                \"education_level\": \"Bachelor's Degree\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"full_name\": \"Frank Kodie\",\n            \"email\": \"weelifac928@bocapies.com\",\n            \"email_verified_at\": \"2025-05-09T18:41:31.000Z\",\n            \"phone_number\": \"+233247202963\",\n            \"photo\": null,\n            \"created_at\": \"2025-05-08T08:19:41.653Z\",\n            \"updated_at\": \"2025-05-08T08:19:41.653Z\",\n            \"profile\": null\n        }\n    ]\n}"},{"id":"72716886-500a-4248-b974-1c4921fd7d71","name":"Paginated Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/users?page=1&size=1","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"page","value":"1"},{"key":"size","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"374"},{"key":"ETag","value":"W/\"176-0Lov+M7h/pGTM0H6TrDLCFFZhW8\""},{"key":"Date","value":"Sat, 10 May 2025 02:14:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"full_name\": \"Jane Doe\",\n            \"email\": \"welifac928@bocapies.com\",\n            \"email_verified_at\": \"2025-05-09T18:41:31.000Z\",\n            \"phone_number\": \"+12345678901\",\n            \"photo\": null,\n            \"created_at\": \"2025-05-08T08:19:41.653Z\",\n            \"updated_at\": \"2025-05-10T02:12:24.624Z\",\n            \"profile\": {\n                \"institution\": \"Stanford University\",\n                \"department\": \"Computer Science\",\n                \"education_level\": \"Bachelor's Degree\"\n            }\n        }\n    ]\n}"},{"id":"6435ac87-0ac4-420f-9458-faae3989021c","name":"By name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/users?name=Jane","host":["{{baseUrl}}"],"path":["api","users"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"1","disabled":true},{"key":"name","value":"Jane","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"364"},{"key":"ETag","value":"W/\"16c-9P6RNtuVGHdhE3VVXgQjMTE57QM\""},{"key":"Date","value":"Sat, 10 May 2025 02:16:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"full_name\": \"Jane Doe\",\n            \"email\": \"welifac928@bocapies.com\",\n            \"email_verified_at\": \"2025-05-09T18:41:31.000Z\",\n            \"phone_number\": \"+12345678901\",\n            \"photo\": null,\n            \"created_at\": \"2025-05-08T08:19:41.653Z\",\n            \"updated_at\": \"2025-05-10T02:12:24.624Z\",\n            \"profile\": {\n                \"institution\": \"Stanford University\",\n                \"department\": \"Computer Science\",\n                \"education_level\": \"Bachelor's Degree\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c32cd485-c6e8-4af2-8e51-fe6b32917584"},{"name":"Get user","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1b6b0b20-6bfc-486e-b2f1-aaba438747ce","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/users/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","users","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f85f89b9-0b9a-4ab8-b06e-98a17e558242","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/api/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"604"},{"key":"ETag","value":"W/\"25c-JQaB+VfgNxf2xKt33NF5p2EKDbw\""},{"key":"Date","value":"Fri, 09 May 2025 04:50:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Sarah Johnson\",\n        \"email\": \"sarah.johnson@example.com\",\n        \"phone\": \"+1234567890\",\n        \"image\": \"professionals/sarah-johnson.jpg\",\n        \"occupation\": \"Senior Software Engineer\",\n        \"bio\": \"With over 10 years of experience in full-stack development, I specialize in React, Node.js, and cloud architecture. I've led teams at major tech companies and enjoy mentoring junior developers.\",\n        \"availability\": \"{\\\"monday\\\":[\\\"09:00-12:00\\\",\\\"14:00-17:00\\\"],\\\"wednesday\\\":[\\\"10:00-15:00\\\"],\\\"friday\\\":[\\\"13:00-18:00\\\"]}\",\n        \"is_mentor\": true,\n        \"created_at\": \"2025-05-09T04:46:07.384Z\",\n        \"updated_at\": \"2025-05-09T04:46:07.384Z\"\n    }\n}"}],"_postman_id":"1b6b0b20-6bfc-486e-b2f1-aaba438747ce"},{"name":"Update user","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b2a81a16-2f79-4087-991b-75deba467bd1","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n//   \"full_name\": \"Jane Doe\",\n//   \"phone_number\": \"+12345678901\",\n//   \"institution\": \"Stanford University\",\n//   \"department\": \"Computer Science\",\n//   \"education_level\": \"Bachelor's Degree\"\n    \"phone_number\": \"+233546987551\"\n}\n"},"url":"{{baseUrl}}/api/users/1","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","users","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a7d383ef-071d-46e2-81ee-ace98767ab75","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Priya Patel\",\n  \"email\": \"priya.patel@example.com\",\n  \"phone\": \"+1654987321\",\n  \"image\": \"professionals/priya-patel.jpg\",\n  \"occupation\": \"Product Manager\",\n  \"bio\": \"Product manager with experience in agile methodologies and go-to-market strategies. I've launched successful products in fintech and healthcare sectors.\",\n  \"availability\": {\n    \"monday\": [\"10:00-13:00\"],\n    \"wednesday\": [\"14:00-17:00\"],\n    \"friday\": [\"09:00-12:00\"]\n  },\n  \"is_mentor\": false\n}\n"},"url":"{{baseUrl}}/api/professionals/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"533"},{"key":"ETag","value":"W/\"215-EBOgGdT+vCabgbVFE6R88oV0+YU\""},{"key":"Date","value":"Fri, 09 May 2025 04:52:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"Priya Patel\",\n        \"email\": \"priya.patel@example.com\",\n        \"phone\": \"+1654987321\",\n        \"image\": \"professionals/priya-patel.jpg\",\n        \"occupation\": \"Product Manager\",\n        \"bio\": \"Product manager with experience in agile methodologies and go-to-market strategies. I've launched successful products in fintech and healthcare sectors.\",\n        \"availability\": \"{\\\"monday\\\":[\\\"10:00-13:00\\\"],\\\"wednesday\\\":[\\\"14:00-17:00\\\"],\\\"friday\\\":[\\\"09:00-12:00\\\"]}\",\n        \"is_mentor\": false,\n        \"created_at\": \"2025-05-09T04:46:41.690Z\",\n        \"updated_at\": \"2025-05-09T04:52:18.398Z\"\n    }\n}"},{"id":"51122089-6507-4cb5-b0c9-8d45f2fa50ac","name":"Profile photo upload","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \n  \"photo\": \"data:image/webp;base64,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\"\n}\n"},"url":"{{baseUrl}}/api/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"494"},{"key":"ETag","value":"W/\"1ee-5/4JV4788f3W6HkJmvfIh9/0QcU\""},{"key":"Date","value":"Wed, 21 May 2025 02:58:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"full_name\": \"Jane Doe\",\n        \"email\": \"welifac928@bocapies.com\",\n        \"email_verified_at\": \"2025-05-09T18:41:31.000Z\",\n        \"phone_number\": \"+12345678901\",\n        \"photo\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747796300/vcg/vcg-api/dev/profile_photos/d3fae304-80b9-4aa8-92d7-aa6acbbe48c8.webp\",\n        \"created_at\": \"2025-05-08T08:19:41.653Z\",\n        \"updated_at\": \"2025-05-21T02:58:20.922Z\",\n        \"profile\": {\n            \"institution\": \"Stanford University\",\n            \"department\": \"Computer Science\",\n            \"education_level\": \"Bachelor's Degree\"\n        }\n    }\n}"}],"_postman_id":"b2a81a16-2f79-4087-991b-75deba467bd1"},{"name":"Delete user","event":[{"listen":"test","script":{"id":"915b3d73-80b5-4e53-b8ed-46c6fe3ddafa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ead94399-189b-4f85-b68f-0d2d67cbd7b3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/users/57","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"path":["api","users","57"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5a85cf4d-74c3-44c5-90f3-bbb7c30e0aff","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"jane1.doe@example.com\",\n    \"password\": \"StrongPass1234!\"\n}"},"url":"{{baseUrl}}/api/users/2"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"c-CQR44WAptDgDaOD/P6BUB8g9mIE\""},{"key":"Date","value":"Sat, 10 May 2025 02:18:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ead94399-189b-4f85-b68f-0d2d67cbd7b3"}],"id":"1433a7ee-6e0e-4f73-977e-146488e3a8fe","_postman_id":"1433a7ee-6e0e-4f73-977e-146488e3a8fe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Search","item":[{"name":"search","id":"6817fb8a-a0e5-415e-b8c4-711c848c980b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/search?query=tech","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}},"urlObject":{"path":["api","search"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"tech"}],"variable":[]}},"response":[],"_postman_id":"6817fb8a-a0e5-415e-b8c4-711c848c980b"}],"id":"573b8a85-39fb-4042-861c-0c6409789840","_postman_id":"573b8a85-39fb-4042-861c-0c6409789840","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}},{"name":"Ai","item":[{"name":"Conversation","id":"91e9cd8e-a5d9-4d2f-b904-aa5c10074550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"session_id\": \"131e95ab-e97b-4974-af21-e94125815f80\",\n    \"message\": \"I want to be an elite software developer\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/ai/conversation","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}},"urlObject":{"path":["api","ai","conversation"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e08c7ffd-fe4a-48ec-a458-46f87595af2d","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"session_id\": \"131e95ab-e97b-4974-af21-e94125815f80\",\n    \"message\": \"I want to be an elite software developer\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/ai/conversation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"295"},{"key":"ETag","value":"W/\"127-nKx3HBOaHg37tOW0IW54sL8ZkEo\""},{"key":"Date","value":"Thu, 22 May 2025 20:39:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"recommendation\": [\n            {\n                \"career\": \"Coding3\",\n                \"explanation\": \"Based on your computer science degree and interest in software development, this career may be a fit. While you have not yet worked on projects, focusing on personal projects could make this a viable option.\",\n                \"id\": 4\n            }\n        ],\n        \"response\": \"\"\n    }\n}"}],"_postman_id":"91e9cd8e-a5d9-4d2f-b904-aa5c10074550"},{"name":"Recommend Career","id":"3d3cd99d-23ac-4517-aef7-dc16a5a332e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"response\": {\n    \"age\": \"18–21\",\n    \"gender\": \"Female\",\n    \"location\": \"Accra, Ghana\",\n    \"language\": \"English\",\n    \"education_level\": \"Bachelor’s Degree\",\n    \"field_of_study\": \"Computer Science\",\n    \"academic_performance\": \"High\",\n    \"technical_skills\": 4,\n    \"soft_skills\": 5,\n    \"aptitude_strengths\": {\n      \"logical_reasoning\": 5,\n      \"creativity_innovation\": 4,\n      \"spatial_thinking\": 3,\n      \"analytical_thinking\": 5,\n      \"communication_persuasion\": 4,\n      \"attention_detail\": 5\n    },\n    \"specific_niche_interests\": [\n      \"Artificial Intelligence & Machine Learning\",\n      \"Cybersecurity\"\n    ],\n    \"work_setting\": \"Remote/Hybrid\",\n    \"values\": {\n      \"salary\": 4,\n      \"career_growth\": 5,\n      \"work_life_balance\": 4\n    },\n    \"personality\": \"Ambivert\",\n    \"work_culture_fit\": \"Startup / Fast-paced & Flexible\",\n    \"further_studies\": \"Yes\",\n    \"relocate\": \"Limited\",\n    \"short_term_goal\": \"Complete a web development course and get an entry-level developer job.\",\n    \"long_term_goal\": \"Lead a software engineering team in a tech company.\",\n    \"dream_job\": \"AI Research Scientist\",\n    \"industries\": \"Technology, Education, Renewable Energy\",\n    \"emerging_field_openness\": \"Yes, Very Open\",\n    \"problem_solved\": \"Built a mobile app to help small farmers track sales.\",\n    \"skills_to_learn\": \"Machine learning, cloud computing\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/ai/recommend-career","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}},"urlObject":{"path":["api","ai","recommend-career"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7e1b966a-cf64-4c12-a658-f71dc31e6361","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"response\": {\n    \"age\": \"18–21\",\n    \"gender\": \"Female\",\n    \"location\": \"Accra, Ghana\",\n    \"language\": \"English\",\n    \"education_level\": \"Bachelor’s Degree\",\n    \"field_of_study\": \"Computer Science\",\n    \"academic_performance\": \"High\",\n    \"technical_skills\": 4,\n    \"soft_skills\": 5,\n    \"aptitude_strengths\": {\n      \"logical_reasoning\": 5,\n      \"creativity_innovation\": 4,\n      \"spatial_thinking\": 3,\n      \"analytical_thinking\": 5,\n      \"communication_persuasion\": 4,\n      \"attention_detail\": 5\n    },\n    \"specific_niche_interests\": [\n      \"Artificial Intelligence & Machine Learning\",\n      \"Cybersecurity\"\n    ],\n    \"work_setting\": \"Remote/Hybrid\",\n    \"values\": {\n      \"salary\": 4,\n      \"career_growth\": 5,\n      \"work_life_balance\": 4\n    },\n    \"personality\": \"Ambivert\",\n    \"work_culture_fit\": \"Startup / Fast-paced & Flexible\",\n    \"further_studies\": \"Yes\",\n    \"relocate\": \"Limited\",\n    \"short_term_goal\": \"Complete a web development course and get an entry-level developer job.\",\n    \"long_term_goal\": \"Lead a software engineering team in a tech company.\",\n    \"dream_job\": \"AI Research Scientist\",\n    \"industries\": \"Technology, Education, Renewable Energy\",\n    \"emerging_field_openness\": \"Yes, Very Open\",\n    \"problem_solved\": \"Built a mobile app to help small farmers track sales.\",\n    \"skills_to_learn\": \"Machine learning, cloud computing\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/ai/recommend-career"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12098"},{"key":"ETag","value":"W/\"2f42-uQRUosgs74DpeMRvjTsnlYIYG24\""},{"key":"Date","value":"Thu, 14 Aug 2025 03:55:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 10,\n            \"name\": \"ML Engineer\",\n            \"description\": \"Software developers create, design, and maintain software applications and systems.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747271620/Gemini_Generated_Image_sfy3kfsfy3kfsfy3_xkuuxz.jpg\",\n            \"meta\": {\n                \"trends\": \"AI-driven development tools (like GitHub Copilot) are assisting with code generation and bug detection. Low-code and no-code platforms are gaining traction for rapid application development, but still require developer expertise. Cloud platforms (AWS, Azure, Google Cloud) and serverless architectures are increasingly popular for deployment and scalability. Cybersecurity remains a critical focus, integrating security practices throughout the development lifecycle (DevSecOps).\",\n                \"salaries\": \"In Africa, software developer salaries vary significantly based on experience, location, and specific skills. Entry-level developers might earn between $5,000 - $15,000 USD per year. Mid-career developers can expect salaries ranging from $15,000 - $40,000 USD annually, while senior developers with specialized skills in high-demand areas like cloud technologies or specific programming languages can earn upwards of $40,000 - $70,000+ USD per year, particularly in more developed tech hubs like South Africa or Egypt. Remote opportunities with international companies can also lead to higher earning potential.\",\n                \"future_demands\": \"The job outlook for software developers in Africa is strong and expected to grow significantly. The increasing digitalization across various sectors, the growth of tech startups, and the rising adoption of mobile technologies are driving demand. While AI may automate some coding tasks, the need for skilled developers to build, customize, and maintain complex software solutions, as well as to adapt and integrate AI tools, will continue to be crucial. The growth of the African tech ecosystem presents numerous opportunities for aspiring and experienced software developers.\"\n            },\n            \"industry_id\": 7,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 7,\n                \"name\": \"Artifical Intelligence and Data\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Given the strong interest and skills in AI/ML, good analytical and logical reasoning, and a dream job as an AI Research Scientist, ML Engineer is a highly suitable career.\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Cybersecurity Analyst\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 11,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 11,\n                \"name\": \"Cybersecurity and IT Support\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"With an interest in cybersecurity, a good technical skill level, and analytical abilities, Cybersecurity Analyst is a relevant career path.\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Web/App Developer\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 1,\n                \"name\": \"Software Development\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962495/Gemini_Generated_Image_5dqsdg5dqsdg5dqs_xbdfoz.jpg\",\n                \"created_at\": \"2025-05-09T05:51:50.000Z\",\n                \"updated_at\": \"2025-05-09T05:51:50.000Z\"\n            },\n            \"explanation\": \"Considering the user's short-term goal of web development, technical skills, and preference for remote work, Web/App Developer is a good fit.\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Data Analyst\",\n            \"description\": \"Software developers create, design, and maintain software applications and systems.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747271620/Gemini_Generated_Image_sfy3kfsfy3kfsfy3_xkuuxz.jpg\",\n            \"meta\": {\n                \"trends\": \"AI-driven development tools (like GitHub Copilot) are assisting with code generation and bug detection. Low-code and no-code platforms are gaining traction for rapid application development, but still require developer expertise. Cloud platforms (AWS, Azure, Google Cloud) and serverless architectures are increasingly popular for deployment and scalability. Cybersecurity remains a critical focus, integrating security practices throughout the development lifecycle (DevSecOps).\",\n                \"salaries\": \"In Africa, software developer salaries vary significantly based on experience, location, and specific skills. Entry-level developers might earn between $5,000 - $15,000 USD per year. Mid-career developers can expect salaries ranging from $15,000 - $40,000 USD annually, while senior developers with specialized skills in high-demand areas like cloud technologies or specific programming languages can earn upwards of $40,000 - $70,000+ USD per year, particularly in more developed tech hubs like South Africa or Egypt. Remote opportunities with international companies can also lead to higher earning potential.\",\n                \"future_demands\": \"The job outlook for software developers in Africa is strong and expected to grow significantly. The increasing digitalization across various sectors, the growth of tech startups, and the rising adoption of mobile technologies are driving demand. While AI may automate some coding tasks, the need for skilled developers to build, customize, and maintain complex software solutions, as well as to adapt and integrate AI tools, will continue to be crucial. The growth of the African tech ecosystem presents numerous opportunities for aspiring and experienced software developers.\"\n            },\n            \"industry_id\": 7,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 7,\n                \"name\": \"Artifical Intelligence and Data\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Given the user's interest in technology, analytical skills, and the ability to build a mobile app, Data Analyst is a suitable option.\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Software Developer\",\n            \"description\": \"Software developers create, design, and maintain software applications and systems.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747271620/Gemini_Generated_Image_sfy3kfsfy3kfsfy3_xkuuxz.jpg\",\n            \"meta\": {\n                \"trends\": \"AI-driven development tools (like GitHub Copilot) are assisting with code generation and bug detection. Low-code and no-code platforms are gaining traction for rapid application development, but still require developer expertise. Cloud platforms (AWS, Azure, Google Cloud) and serverless architectures are increasingly popular for deployment and scalability. Cybersecurity remains a critical focus, integrating security practices throughout the development lifecycle (DevSecOps).\",\n                \"salaries\": \"In Africa, software developer salaries vary significantly based on experience, location, and specific skills. Entry-level developers might earn between $5,000 - $15,000 USD per year. Mid-career developers can expect salaries ranging from $15,000 - $40,000 USD annually, while senior developers with specialized skills in high-demand areas like cloud technologies or specific programming languages can earn upwards of $40,000 - $70,000+ USD per year, particularly in more developed tech hubs like South Africa or Egypt. Remote opportunities with international companies can also lead to higher earning potential.\",\n                \"future_demands\": \"The job outlook for software developers in Africa is strong and expected to grow significantly. The increasing digitalization across various sectors, the growth of tech startups, and the rising adoption of mobile technologies are driving demand. While AI may automate some coding tasks, the need for skilled developers to build, customize, and maintain complex software solutions, as well as to adapt and integrate AI tools, will continue to be crucial. The growth of the African tech ecosystem presents numerous opportunities for aspiring and experienced software developers.\"\n            },\n            \"industry_id\": 1,\n            \"created_at\": \"2025-05-09T05:53:23.000Z\",\n            \"updated_at\": \"2025-05-09T05:53:23.000Z\",\n            \"industry\": {\n                \"id\": 1,\n                \"name\": \"Software Development\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962495/Gemini_Generated_Image_5dqsdg5dqsdg5dqs_xbdfoz.jpg\",\n                \"created_at\": \"2025-05-09T05:51:50.000Z\",\n                \"updated_at\": \"2025-05-09T05:51:50.000Z\"\n            },\n            \"explanation\": \"Considering the user's ambition to lead a software engineering team, strong logical reasoning, and technical aptitude, Software Developer is a solid career choice.\"\n        }\n    ]\n}"},{"id":"6e72e100-6784-4102-9411-7f5860642884","name":"Success 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"response\": {\n    \"age\": \"35–40\",\n    \"gender\": \"Male\",\n    \"location\": \"Lagos, Nigeria\",\n    \"language\": \"English, Yoruba\",\n    \"education_level\": \"None (Self-Taught)\",\n    \"field_of_study\": \"N/A\",\n    \"academic_performance\": \"No formal grades\",\n    \"technical_skills\": 1,\n    \"soft_skills\": 2,\n    \"aptitude_strengths\": {\n      \"logical_reasoning\": 2,\n      \"creativity_innovation\": 5,\n      \"spatial_thinking\": 1,\n      \"analytical_thinking\": 2,\n      \"communication_persuasion\": 5,\n      \"attention_detail\": 1\n    },\n    \"specific_niche_interests\": [\n      \"Political Activism\",\n      \"Conspiracy Theories\",\n      \"Stand-up Comedy\"\n    ],\n    \"work_setting\": \"Refuses Office Work\",\n    \"values\": {\n      \"salary\": 1,\n      \"career_growth\": 1,\n      \"work_life_balance\": 5\n    },\n    \"personality\": \"Rebellious Extrovert\",\n    \"work_culture_fit\": \"No Hierarchy / Anti-Corporate\",\n    \"further_studies\": \"Not Interested\",\n    \"relocate\": \"Will Only Relocate to Countries Without Taxes\",\n    \"short_term_goal\": \"Start a YouTube channel exposing 'hidden truths'.\",\n    \"long_term_goal\": \"Run for political office on an anti-establishment platform.\",\n    \"dream_job\": \"Talk Show Host / Political Commentator\",\n    \"industries\": \"Media, Activism, Entertainment\",\n    \"emerging_field_openness\": \"Only if it supports 'freedom of speech'\",\n    \"problem_solved\": \"Led a protest that resulted in a new local community rule being overturned.\",\n    \"skills_to_learn\": \"Public speaking, viral video production\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/ai/recommend-career"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11842"},{"key":"ETag","value":"W/\"2e42-Wk79VXq9qqBwwIdSUYPjVR8yzo8\""},{"key":"Date","value":"Thu, 14 Aug 2025 04:02:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 39,\n            \"name\": \"Advocacy Officer\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 17,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 17,\n                \"name\": \"Legal and Human Rights\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Given the user's interest in political activism, communication skills, and desire to expose 'hidden truths', Advocacy Officer aligns well. The user's experience in leading protests and their long-term goal of running for political office further supports this recommendation.\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Content Creator\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 16,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 16,\n                \"name\": \"Media and Communications\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Content Creator matches the user's short-term goal of starting a YouTube channel. Their creativity, communication skills, and rebellious personality can be effectively utilized in creating engaging content.\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Writer\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 21,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 21,\n                \"name\": \"Creative Writing and Publishing\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Writer allows the user to express their views and interests, particularly in areas like political activism and 'hidden truths'. Their communication skills and desire to influence public opinion are also relevant.\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Communications Officer\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 16,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 16,\n                \"name\": \"Media and Communications\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Communications Officer can leverage the user's strong communication and persuasion skills. This role aligns with their interest in activism and potentially influencing public discourse, albeit within organizational constraints.\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Policy Analyst\",\n            \"description\": \"Teahers educate students in various subjects and fosters their learning and development.\",\n            \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747266989/Teacher_uv0qoa.jpg\",\n            \"meta\": {\n                \"trends\": \"Increased demand for qualified teachers due to growing student populations across many African countries. A growing recognition of the importance of early childhood education. The slow but increasing integration of technology in classrooms, requiring teachers with digital literacy. A focus on addressing teacher shortages and improving teacher training programs.\",\n                \"salaries\": \"In Africa, teacher salaries in early May 2025 vary significantly based on the country, level of education taught, experience, and public vs. private sector. Entry-level teachers may earn between $2,400 - $8,400 USD per year. Mid-career teachers can expect salaries ranging from $8,400 - $18,000 USD annually, while experienced teachers and those in leadership positions or private international schools might earn $18,000 - $48,000+ USD per year. Salary levels are influenced by government funding for education and the economic conditions of individual countries.\",\n                \"future_demands\": \"The demand for teachers in Africa is projected to grow substantially to meet the needs of expanding youth populations and improve educational outcomes. Addressing teacher shortages, particularly in rural and underserved areas, will be a key priority. Teachers with skills in digital literacy, special education, and STEM subjects are expected to be in high demand. Initiatives to improve teacher training, professional development, and working conditions will be crucial for retaining qualified educators and ensuring quality education across the continent.\"\n            },\n            \"industry_id\": 14,\n            \"created_at\": \"2025-05-09T06:25:24.000Z\",\n            \"updated_at\": \"2025-05-09T06:25:24.000Z\",\n            \"industry\": {\n                \"id\": 14,\n                \"name\": \"Public Policy and Governance\",\n                \"image\": \"https://res.cloudinary.com/daewrrhar/image/upload/v1747962931/Gemini_Generated_Image_2j63u92j63u92j63_p9gn6l.jpg\",\n                \"created_at\": \"2025-05-09T06:02:03.000Z\",\n                \"updated_at\": \"2025-05-09T06:02:03.000Z\"\n            },\n            \"explanation\": \"Policy Analyst fits the user's interest in political activism and influencing policy. While it may involve working within established systems, it offers an avenue to contribute to policy debates.\"\n        }\n    ]\n}"}],"_postman_id":"3d3cd99d-23ac-4517-aef7-dc16a5a332e3"}],"id":"8d155f10-015b-491f-953c-5257b2b7e914","_postman_id":"8d155f10-015b-491f-953c-5257b2b7e914","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"1028a19a-2fd9-4744-9920-1040c09651df","id":"1028a19a-2fd9-4744-9920-1040c09651df","name":"Virtual Career Guide API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"1b6c7bf7-e1d0-4a5e-b232-90e645ccc88b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2328708f-fd76-4994-8e33-744f388d2e73","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":""},{"key":"local","value":"http://[::1]:5200"}]}