{"collection":{"info":{"_postman_id":"8c5f8c2b-a046-4557-8111-908088b820f1","name":"Smart Field Evaluation System API","description":"Complete API collection for Smart Field Evaluation System","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2025-12-05T18:10:20.000Z","updatedAt":"2026-02-06T19:02:43.000Z","lastUpdatedBy":"27782819","uid":"27782819-8c5f8c2b-a046-4557-8111-908088b820f1"},"item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"456e6c1d-e246-4769-b0d5-65199dac243b","exec":["// Extract the token from the response body\r","var responseBody = pm.response.json();\r","var token = responseBody.data.token; // Adjust this according to your response structure\r","\r","// Set the token as the collection-level variable\r","pm.collectionVariables.set('token', token);\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3f227378-9528-4eeb-b10d-fedf6bf41d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"auditor@company.com\",\n    \"password\": \"password123\"\n}"},"url":{"raw":"{{base_url}}/api/auth/login","host":["{{base_url}}"],"path":["api","auth","login"]}},"response":[{"id":"fdf346f9-b264-4ae1-8e4f-553aa12e58fe","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\",\n    \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/auth/login","host":["{{base_url}}"],"path":["api","auth","login"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:40:28 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.login_successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": 21,\n            \"full_name\": \"John Doe\",\n            \"username\": \"john\",\n            \"email\": \"john@example.com\",\n            \"mobile\": \"+966501234567\",\n            \"avatar\": \"https://ui-avatars.com/api/?name=John+Doe&background=1f4f8e&color=fff\",\n            \"company_id\": 2,\n            \"company\": {\n                \"id\": 2,\n                \"name_ar\": \"شركة التأمين الأولى\",\n                \"name_en\": \"First Insurance Company\",\n                \"cr_number\": \"1010123456\"\n            },\n            \"department_id\": 6,\n            \"department\": {\n                \"id\": 6,\n                \"name\": 1,\n                \"type\": null\n            },\n            \"role_id\": 7,\n            \"locale\": 1,\n            \"status\": 2,\n            \"debarment\": false,\n            \"email_verified_at\": \"2025-12-05T19:39:50.000000Z\",\n            \"last_login_at\": \"2025-12-05T19:40:28.000000Z\",\n            \"onboarding\": {\n                \"is_video_watched\": 0,\n                \"is_questions_answered\": 0,\n                \"first_login_completed\": 1\n            },\n            \"created_at\": \"2025-12-05T19:38:53.000000Z\",\n            \"updated_at\": \"2025-12-05T19:40:28.000000Z\"\n        },\n        \"token\": \"2|a90SeRdNhvC18aBbVQu7CesVw6t5ASURLVtNbDiw923da7ca\"\n    }\n}","createdAt":"2025-12-05T19:40:31.000Z","updatedAt":"2025-12-06T10:31:58.000Z","uid":"27782819-fdf346f9-b264-4ae1-8e4f-553aa12e58fe"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2026-02-06T18:40:25.000Z","uid":"27782819-3f227378-9528-4eeb-b10d-fedf6bf41d76"},{"name":"Signup Step 1 - Get Company by CR Number","id":"ccda1399-79e0-40ee-bb62-94e9c33502be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cr_number\": \"1010123456\"\n}"},"url":{"raw":"{{base_url}}/api/auth/signup/step1","host":["{{base_url}}"],"path":["api","auth","signup","step1"]}},"response":[{"id":"89bc2bee-9dcf-4306-97a0-5cba9ccd4d0d","name":"Signup Step 1 - Get Company by CR Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cr_number\": \"1010123456\"\n}"},"url":{"raw":"{{base_url}}/api/auth/signup/step1","host":["{{base_url}}"],"path":["api","auth","signup","step1"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:39:22 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.company_found\",\n    \"data\": {\n        \"company\": {\n            \"id\": 2,\n            \"cr_number\": \"1010123456\",\n            \"name_ar\": \"شركة التأمين الأولى\",\n            \"name_en\": \"First Insurance Company\",\n            \"name\": \"First Insurance Company\",\n            \"license_number\": \"INS-001-2024\",\n            \"city\": \"Riyadh\",\n            \"ceo_name\": \"Ahmed Mohammed Al-Rashid\",\n            \"address_ar\": \"الرياض، المملكة العربية السعودية\",\n            \"address_en\": \"Riyadh, Saudi Arabia\",\n            \"address\": \"Riyadh, Saudi Arabia\",\n            \"phone\": null,\n            \"email\": null,\n            \"website\": null,\n            \"status\": 2,\n            \"verified_at\": \"2025-12-05T19:38:42.000000Z\",\n            \"established_date\": null,\n            \"departments_count\": 9,\n            \"users_count\": 5,\n            \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n            \"updated_at\": \"2025-12-05T19:38:42.000000Z\"\n        },\n        \"departments\": [\n            {\n                \"id\": 6,\n                \"company_id\": 2,\n                \"name\": 1,\n                \"type\": null,\n                \"type_label\": \"Sales\",\n                \"type_label_ar\": \"المبيعات\",\n                \"description_ar\": \"قسم المبيعات\",\n                \"description_en\": \"Sales Department\",\n                \"description\": \"Sales Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": 16,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:43.000000Z\"\n            },\n            {\n                \"id\": 7,\n                \"company_id\": 2,\n                \"name\": 2,\n                \"type\": null,\n                \"type_label\": \"Claims\",\n                \"type_label_ar\": \"المطالبات\",\n                \"description_ar\": \"قسم المطالبات\",\n                \"description_en\": \"Claims Department\",\n                \"description\": \"Claims Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:42.000000Z\"\n            },\n            {\n                \"id\": 8,\n                \"company_id\": 2,\n                \"name\": 3,\n                \"type\": null,\n                \"type_label\": \"Customer Service\",\n                \"type_label_ar\": \"خدمة العملاء\",\n                \"description_ar\": \"قسم خدمة العملاء\",\n                \"description_en\": \"Customer Service Department\",\n                \"description\": \"Customer Service Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:42.000000Z\"\n            },\n            {\n                \"id\": 9,\n                \"company_id\": 2,\n                \"name\": 4,\n                \"type\": null,\n                \"type_label\": \"Information Technology\",\n                \"type_label_ar\": \"تقنية المعلومات\",\n                \"description_ar\": \"قسم تقنية المعلومات\",\n                \"description_en\": \"Information Technology Department\",\n                \"description\": \"Information Technology Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:42.000000Z\"\n            },\n            {\n                \"id\": 10,\n                \"company_id\": 2,\n                \"name\": 5,\n                \"type\": null,\n                \"type_label\": \"Finance\",\n                \"type_label_ar\": \"المالية\",\n                \"description_ar\": \"قسم المالية\",\n                \"description_en\": \"Finance Department\",\n                \"description\": \"Finance Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": 17,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:43.000000Z\"\n            },\n            {\n                \"id\": 11,\n                \"company_id\": 2,\n                \"name\": 6,\n                \"type\": null,\n                \"type_label\": \"Human Resources\",\n                \"type_label_ar\": \"الموارد البشرية\",\n                \"description_ar\": \"قسم الموارد البشرية\",\n                \"description_en\": \"Human Resources Department\",\n                \"description\": \"Human Resources Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": 18,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:43.000000Z\"\n            },\n            {\n                \"id\": 12,\n                \"company_id\": 2,\n                \"name\": 9,\n                \"type\": null,\n                \"type_label\": \"Compliance\",\n                \"type_label_ar\": \"الالتزام\",\n                \"description_ar\": \"قسم الامتثال\",\n                \"description_en\": \"Compliance Department\",\n                \"description\": \"Compliance Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:42.000000Z\"\n            },\n            {\n                \"id\": 13,\n                \"company_id\": 2,\n                \"name\": 11,\n                \"type\": null,\n                \"type_label\": \"Internal Audit\",\n                \"type_label_ar\": \"التدقيق الداخلي\",\n                \"description_ar\": \"قسم التدقيق الداخلي\",\n                \"description_en\": \"Internal Audit Department\",\n                \"description\": \"Internal Audit Department\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"video_url\": \"https://www.youtube.com/embed/8S0FDjFBj8o\",\n                \"created_at\": \"2025-12-05T19:38:42.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:42.000000Z\"\n            },\n            {\n                \"id\": 22,\n                \"company_id\": 2,\n                \"name\": 12,\n                \"type\": null,\n                \"type_label\": \"Operations\",\n                \"type_label_ar\": \"العمليات\",\n                \"description_ar\": \"قسم العمليات - يقدم هذا القسم خدمات متخصصة في العمليات لضمان أعلى معايير الجودة والامتثال.\",\n                \"description_en\": \"Operations Department - This department provides specialized services in Operations to ensure the highest standards of quality and compliance.\",\n                \"description\": \"Operations Department - This department provides specialized services in Operations to ensure the highest standards of quality and compliance.\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"video_url\": \"https://www.youtube.com/embed/8kK2zwjP0l4\",\n                \"created_at\": \"2025-12-05T19:38:43.000000Z\",\n                \"updated_at\": \"2025-12-05T19:38:43.000000Z\"\n            }\n        ]\n    }\n}","createdAt":"2025-12-05T19:39:30.000Z","updatedAt":"2025-12-05T19:39:30.000Z","uid":"27782819-89bc2bee-9dcf-4306-97a0-5cba9ccd4d0d"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-30T22:43:44.000Z","uid":"27782819-ccda1399-79e0-40ee-bb62-94e9c33502be"},{"name":"Signup Step 2 - Create User","id":"0388399c-23cc-43f8-9e33-8f812be739bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": 2,\n    \"name\": \"John Doe\",\n    \"email\": \"john@example.com\",\n    \"phone\": \"+966501234567\",\n    \"debarment\": false,\n    \"department_id\": 6,\n    \"password\": \"password123\"\n}"},"url":{"raw":"{{base_url}}/api/auth/signup/step2","host":["{{base_url}}"],"path":["api","auth","signup","step2"]}},"response":[{"id":"17788b08-f438-4408-8759-e838e3b2a305","name":"Signup Step 2 - Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"company_id\": 2,\n    \"name\": \"John Doe\",\n    \"email\": \"john@example.com\",\n    \"phone\": \"+966501234567\",\n    \"debarment\": false,\n    \"department_id\": 6,\n    \"password\": \"password123\"\n}"},"url":{"raw":"{{base_url}}/api/auth/signup/step2","host":["{{base_url}}"],"path":["api","auth","signup","step2"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:38:53 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.signup_successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": 21,\n            \"full_name\": \"John Doe\",\n            \"username\": \"john\",\n            \"email\": \"john@example.com\",\n            \"mobile\": \"+966501234567\",\n            \"avatar\": \"https://ui-avatars.com/api/?name=John+Doe&background=1f4f8e&color=fff\",\n            \"company_id\": 2,\n            \"company\": {\n                \"id\": 2,\n                \"name_ar\": \"شركة التأمين الأولى\",\n                \"name_en\": \"First Insurance Company\",\n                \"cr_number\": \"1010123456\"\n            },\n            \"department_id\": 6,\n            \"department\": {\n                \"id\": 6,\n                \"name\": 1,\n                \"type\": null\n            },\n            \"role_id\": 7,\n            \"locale\": null,\n            \"status\": 1,\n            \"debarment\": false,\n            \"email_verified_at\": null,\n            \"last_login_at\": null,\n            \"onboarding\": {\n                \"is_video_watched\": 0,\n                \"is_questions_answered\": 0,\n                \"first_login_completed\": 0\n            },\n            \"created_at\": \"2025-12-05T19:38:53.000000Z\",\n            \"updated_at\": \"2025-12-05T19:38:53.000000Z\"\n        },\n        \"otp_sent\": true,\n        \"next_step\": \"verify_otp\"\n    }\n}","createdAt":"2025-12-05T19:39:40.000Z","updatedAt":"2025-12-05T19:39:40.000Z","uid":"27782819-17788b08-f438-4408-8759-e838e3b2a305"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:30:30.000Z","uid":"27782819-0388399c-23cc-43f8-9e33-8f812be739bd"},{"name":"Verify OTP","id":"271bbd93-4729-45ed-8e84-59df961f389b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\",\n    \"otp\": \"123456\"\n}"},"url":{"raw":"{{base_url}}/api/auth/verify","host":["{{base_url}}"],"path":["api","auth","verify"]}},"response":[{"id":"bad56239-0991-47a5-afb9-ec1b959a9281","name":"Verify OTP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\",\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/auth/verify","host":["{{base_url}}"],"path":["api","auth","verify"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:39:50 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.verification_successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": 21,\n            \"full_name\": \"John Doe\",\n            \"username\": \"john\",\n            \"email\": \"john@example.com\",\n            \"mobile\": \"+966501234567\",\n            \"avatar\": \"https://ui-avatars.com/api/?name=John+Doe&background=1f4f8e&color=fff\",\n            \"company_id\": 2,\n            \"company\": {\n                \"id\": 2,\n                \"name_ar\": \"شركة التأمين الأولى\",\n                \"name_en\": \"First Insurance Company\",\n                \"cr_number\": \"1010123456\"\n            },\n            \"department_id\": 6,\n            \"department\": {\n                \"id\": 6,\n                \"name\": 1,\n                \"type\": null\n            },\n            \"role_id\": 7,\n            \"locale\": 1,\n            \"status\": 2,\n            \"debarment\": false,\n            \"email_verified_at\": \"2025-12-05T19:39:50.000000Z\",\n            \"last_login_at\": null,\n            \"onboarding\": {\n                \"is_video_watched\": 0,\n                \"is_questions_answered\": 0,\n                \"first_login_completed\": 1\n            },\n            \"created_at\": \"2025-12-05T19:38:53.000000Z\",\n            \"updated_at\": \"2025-12-05T19:39:50.000000Z\"\n        },\n        \"token\": \"1|ZlicUUuNnk91xS81rgpRKhH9tGu9PSU3KBTQZi1S004208bb\",\n        \"onboarding\": {\n            \"is_video_watched\": 0,\n            \"is_questions_answered\": 0,\n            \"first_login_completed\": 1,\n            \"next_steps\": [\n                \"watch_video\",\n                \"answer_questions\"\n            ]\n        }\n    }\n}","createdAt":"2025-12-05T19:39:55.000Z","updatedAt":"2025-12-06T10:31:59.000Z","uid":"27782819-bad56239-0991-47a5-afb9-ec1b959a9281"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T19:39:55.000Z","uid":"27782819-271bbd93-4729-45ed-8e84-59df961f389b"},{"name":"Resend OTP","id":"ea082e67-e366-4813-b6ad-fa14c54a57a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@example.com\"\n}"},"url":{"raw":"{{base_url}}/api/auth/resend-otp","host":["{{base_url}}"],"path":["api","auth","resend-otp"]}},"response":[],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-ea082e67-e366-4813-b6ad-fa14c54a57a8"},{"name":"Logout","id":"0bce7fd1-4f88-4706-b668-07c2e6bd01db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/logout","host":["{{base_url}}"],"path":["api","auth","logout"]}},"response":[],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-0bce7fd1-4f88-4706-b668-07c2e6bd01db"}],"id":"32109b5b-2124-4ad9-9f5a-7e3e964e502f","createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-32109b5b-2124-4ad9-9f5a-7e3e964e502f"},{"name":"Onboarding","item":[{"name":"Get Questions","id":"57bdbf7a-7c70-4e61-b289-e20eaccbc670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/questions","host":["{{base_url}}"],"path":["api","auth","questions"]}},"response":[{"id":"c2d905e7-11bf-4a70-a715-ffc1a087e609","name":"Get Questions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/questions","host":["{{base_url}}"],"path":["api","auth","questions"]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:43:13 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"auth.no_template_found\",\n    \"data\": null\n}","createdAt":"2025-12-05T19:43:55.000Z","updatedAt":"2025-12-06T10:31:57.000Z","uid":"27782819-c2d905e7-11bf-4a70-a715-ffc1a087e609"},{"id":"c02a2439-4b0d-4d88-b983-a2a21121af64","name":"Get Questions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/questions","host":["{{base_url}}"],"path":["api","auth","questions"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:53:25 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.questions_loaded\",\n    \"data\": {\n        \"template\": {\n            \"id\": \"TMP-SALES-001\",\n            \"title\": \"Sales Department Assessment Questionnaire\",\n            \"title_ar\": \"استبيان تقييم قسم المبيعات\",\n            \"title_en\": \"Sales Department Assessment Questionnaire\",\n            \"description\": \"Comprehensive questionnaire for assessing sales department performance and procedures\",\n            \"department_type\": \"sales\"\n        },\n        \"questions\": [\n            {\n                \"id\": \"Q-TMP-SALES-001-001\",\n                \"question_id\": \"Q-TMP-SALES-001-001\",\n                \"text\": \"Question 1 - Organizational Structure (1)\",\n                \"text_ar\": \"سؤال 1 - الهيكل التنظيمي (1)\",\n                \"text_en\": \"Question 1 - Organizational Structure (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"org_structure\",\n                \"category_label\": \"Organizational Structure\",\n                \"weight\": \"1.00\",\n                \"order\": 1,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-002\",\n                \"question_id\": \"Q-TMP-SALES-001-002\",\n                \"text\": \"Question 2 - Organizational Structure (1)\",\n                \"text_ar\": \"سؤال 2 - الهيكل التنظيمي (1)\",\n                \"text_en\": \"Question 2 - Organizational Structure (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"org_structure\",\n                \"category_label\": \"Organizational Structure\",\n                \"weight\": \"1.00\",\n                \"order\": 2,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-003\",\n                \"question_id\": \"Q-TMP-SALES-001-003\",\n                \"text\": \"Question 3 - Organizational Structure (1)\",\n                \"text_ar\": \"سؤال 3 - الهيكل التنظيمي (1)\",\n                \"text_en\": \"Question 3 - Organizational Structure (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"org_structure\",\n                \"category_label\": \"Organizational Structure\",\n                \"weight\": \"1.00\",\n                \"order\": 3,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-004\",\n                \"question_id\": \"Q-TMP-SALES-001-004\",\n                \"text\": \"Question 4 - Organizational Structure (1)\",\n                \"text_ar\": \"سؤال 4 - الهيكل التنظيمي (1)\",\n                \"text_en\": \"Question 4 - Organizational Structure (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"org_structure\",\n                \"category_label\": \"Organizational Structure\",\n                \"weight\": \"1.00\",\n                \"order\": 4,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-005\",\n                \"question_id\": \"Q-TMP-SALES-001-005\",\n                \"text\": \"Question 5 - Organizational Structure (1)\",\n                \"text_ar\": \"سؤال 5 - الهيكل التنظيمي (1)\",\n                \"text_en\": \"Question 5 - Organizational Structure (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"org_structure\",\n                \"category_label\": \"Organizational Structure\",\n                \"weight\": \"1.00\",\n                \"order\": 5,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-006\",\n                \"question_id\": \"Q-TMP-SALES-001-006\",\n                \"text\": \"Question 6 - Governance Framework (1)\",\n                \"text_ar\": \"سؤال 6 - إطار الحوكمة (1)\",\n                \"text_en\": \"Question 6 - Governance Framework (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"governance\",\n                \"category_label\": \"Governance Framework\",\n                \"weight\": \"1.00\",\n                \"order\": 6,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-007\",\n                \"question_id\": \"Q-TMP-SALES-001-007\",\n                \"text\": \"Question 7 - Governance Framework (1)\",\n                \"text_ar\": \"سؤال 7 - إطار الحوكمة (1)\",\n                \"text_en\": \"Question 7 - Governance Framework (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"governance\",\n                \"category_label\": \"Governance Framework\",\n                \"weight\": \"1.00\",\n                \"order\": 7,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-008\",\n                \"question_id\": \"Q-TMP-SALES-001-008\",\n                \"text\": \"Question 8 - Governance Framework (1)\",\n                \"text_ar\": \"سؤال 8 - إطار الحوكمة (1)\",\n                \"text_en\": \"Question 8 - Governance Framework (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"governance\",\n                \"category_label\": \"Governance Framework\",\n                \"weight\": \"1.00\",\n                \"order\": 8,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-009\",\n                \"question_id\": \"Q-TMP-SALES-001-009\",\n                \"text\": \"Question 9 - Governance Framework (1)\",\n                \"text_ar\": \"سؤال 9 - إطار الحوكمة (1)\",\n                \"text_en\": \"Question 9 - Governance Framework (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"governance\",\n                \"category_label\": \"Governance Framework\",\n                \"weight\": \"1.00\",\n                \"order\": 9,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-010\",\n                \"question_id\": \"Q-TMP-SALES-001-010\",\n                \"text\": \"Question 10 - Governance Framework (1)\",\n                \"text_ar\": \"سؤال 10 - إطار الحوكمة (1)\",\n                \"text_en\": \"Question 10 - Governance Framework (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"governance\",\n                \"category_label\": \"Governance Framework\",\n                \"weight\": \"1.00\",\n                \"order\": 10,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-011\",\n                \"question_id\": \"Q-TMP-SALES-001-011\",\n                \"text\": \"Question 11 - Training & Development (1)\",\n                \"text_ar\": \"سؤال 11 - التدريب والتطوير (1)\",\n                \"text_en\": \"Question 11 - Training & Development (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"training\",\n                \"category_label\": \"Training & Development\",\n                \"weight\": \"1.00\",\n                \"order\": 11,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-012\",\n                \"question_id\": \"Q-TMP-SALES-001-012\",\n                \"text\": \"Question 12 - Training & Development (1)\",\n                \"text_ar\": \"سؤال 12 - التدريب والتطوير (1)\",\n                \"text_en\": \"Question 12 - Training & Development (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"training\",\n                \"category_label\": \"Training & Development\",\n                \"weight\": \"1.00\",\n                \"order\": 12,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-013\",\n                \"question_id\": \"Q-TMP-SALES-001-013\",\n                \"text\": \"Question 13 - Training & Development (1)\",\n                \"text_ar\": \"سؤال 13 - التدريب والتطوير (1)\",\n                \"text_en\": \"Question 13 - Training & Development (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"training\",\n                \"category_label\": \"Training & Development\",\n                \"weight\": \"1.00\",\n                \"order\": 13,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-014\",\n                \"question_id\": \"Q-TMP-SALES-001-014\",\n                \"text\": \"Question 14 - Training & Development (1)\",\n                \"text_ar\": \"سؤال 14 - التدريب والتطوير (1)\",\n                \"text_en\": \"Question 14 - Training & Development (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"training\",\n                \"category_label\": \"Training & Development\",\n                \"weight\": \"1.00\",\n                \"order\": 14,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            },\n            {\n                \"id\": \"Q-TMP-SALES-001-015\",\n                \"question_id\": \"Q-TMP-SALES-001-015\",\n                \"text\": \"Question 15 - Training & Development (1)\",\n                \"text_ar\": \"سؤال 15 - التدريب والتطوير (1)\",\n                \"text_en\": \"Question 15 - Training & Development (1)\",\n                \"input_type\": \"boolean\",\n                \"question_type\": \"boolean\",\n                \"category\": \"training\",\n                \"category_label\": \"Training & Development\",\n                \"weight\": \"1.00\",\n                \"order\": 15,\n                \"options\": {\n                    \"no\": {\n                        \"label\": \"No\",\n                        \"score\": 0,\n                        \"label_ar\": \"لا\"\n                    },\n                    \"yes\": {\n                        \"label\": \"Yes\",\n                        \"score\": 1,\n                        \"label_ar\": \"نعم\"\n                    }\n                },\n                \"is_required\": true,\n                \"is_active\": true\n            }\n        ]\n    }\n}","createdAt":"2025-12-05T19:53:30.000Z","updatedAt":"2025-12-06T10:31:56.000Z","uid":"27782819-c02a2439-4b0d-4d88-b983-a2a21121af64"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T19:53:30.000Z","uid":"27782819-57bdbf7a-7c70-4e61-b289-e20eaccbc670"},{"name":"Submit Questions","id":"a71b1754-2df4-4f81-b2b2-0aa7b8ad9496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"question_id\": \"Q-TMP-SALES-001-001\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-002\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-003\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-004\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-005\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-006\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-007\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-008\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-009\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-010\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-011\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-012\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-013\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-014\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-015\",\n      \"answer_id\": \"yes\"\n    }\n  ]\n}"},"url":{"raw":"{{base_url}}/api/auth/questions/submit","host":["{{base_url}}"],"path":["api","auth","questions","submit"]}},"response":[{"id":"c6a11ffc-eb30-432f-82fd-e46a11541395","name":"Submit Questions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"question_id\": \"Q-TMP-SALES-001-001\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-002\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-003\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-004\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-005\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-006\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-007\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-008\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-009\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-010\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-011\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-012\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-013\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-014\",\n      \"answer_id\": \"yes\"\n    },\n    {\n      \"question_id\": \"Q-TMP-SALES-001-015\",\n      \"answer_id\": \"yes\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/auth/questions/submit","host":["{{base_url}}"],"path":["api","auth","questions","submit"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:30:06 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.questions_submitted\",\n    \"data\": {\n        \"submission\": {\n            \"submission_id\": \"sub_2025_0055\",\n            \"user_id\": 21,\n            \"department_id\": 6,\n            \"template_id\": \"TMP-SALES-001\",\n            \"answers\": {\n                \"Q-TMP-SALES-001-001\": \"yes\",\n                \"Q-TMP-SALES-001-002\": \"yes\",\n                \"Q-TMP-SALES-001-003\": \"yes\",\n                \"Q-TMP-SALES-001-004\": \"yes\",\n                \"Q-TMP-SALES-001-005\": \"yes\",\n                \"Q-TMP-SALES-001-006\": \"yes\",\n                \"Q-TMP-SALES-001-007\": \"yes\",\n                \"Q-TMP-SALES-001-008\": \"yes\",\n                \"Q-TMP-SALES-001-009\": \"yes\",\n                \"Q-TMP-SALES-001-010\": \"yes\",\n                \"Q-TMP-SALES-001-011\": \"yes\",\n                \"Q-TMP-SALES-001-012\": \"yes\",\n                \"Q-TMP-SALES-001-013\": \"yes\",\n                \"Q-TMP-SALES-001-014\": \"yes\",\n                \"Q-TMP-SALES-001-015\": \"yes\"\n            },\n            \"raw_risk_score\": \"0.00\",\n            \"risk_percentage\": \"0.00\",\n            \"risk_level\": \"low\",\n            \"red_flags\": [],\n            \"top_findings\": [],\n            \"submitted_at\": \"2025-12-05T20:30:07.000000Z\",\n            \"updated_at\": \"2025-12-05T20:30:07.000000Z\",\n            \"created_at\": \"2025-12-05T20:30:07.000000Z\",\n            \"id\": 55,\n            \"total_score\": 15,\n            \"max_possible_score\": 15,\n            \"compliance_percentage\": 100\n        }\n    }\n}","createdAt":"2025-12-05T20:30:17.000Z","updatedAt":"2025-12-06T10:31:52.000Z","uid":"27782819-c6a11ffc-eb30-432f-82fd-e46a11541395"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:30:29.000Z","uid":"27782819-a71b1754-2df4-4f81-b2b2-0aa7b8ad9496"},{"name":"Get Onboarding Video","id":"58086a19-40fd-4054-9fa8-866c8d51d7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/onboarding-video","host":["{{base_url}}"],"path":["api","auth","onboarding-video"]}},"response":[{"id":"f59477ed-67eb-4a4e-8975-1178f99dac41","name":"Get Onboarding Video","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/onboarding-video","host":["{{base_url}}"],"path":["api","auth","onboarding-video"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 19:40:42 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.video_loaded\",\n    \"data\": {\n        \"video_url\": \"https://www.youtube.com/embed/ScMzIvxBSi4\",\n        \"department_id\": 6,\n        \"department_name\": 1\n    }\n}","createdAt":"2025-12-05T20:27:48.000Z","updatedAt":"2025-12-06T10:31:58.000Z","uid":"27782819-f59477ed-67eb-4a4e-8975-1178f99dac41"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:27:48.000Z","uid":"27782819-58086a19-40fd-4054-9fa8-866c8d51d7af"}],"id":"62b5f86f-d898-4952-9507-1503b4267e46","createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-62b5f86f-d898-4952-9507-1503b4267e46"},{"name":"Profile","item":[{"name":"Get Profile","id":"5abc3970-82f4-4704-ac28-fadfcbea50cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/profile","host":["{{base_url}}"],"path":["api","auth","profile"]}},"response":[{"id":"d05981af-ca05-437b-adf6-84029d3e355e","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/profile","host":["{{base_url}}"],"path":["api","auth","profile"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:27:54 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.profile_retrieved\",\n    \"data\": {\n        \"id\": 21,\n        \"full_name\": \"John Doe\",\n        \"username\": \"john\",\n        \"email\": \"john@example.com\",\n        \"mobile\": \"+966501234567\",\n        \"avatar\": \"https://ui-avatars.com/api/?name=John+Doe&background=1f4f8e&color=fff\",\n        \"company_id\": 2,\n        \"company\": {\n            \"id\": 2,\n            \"name_ar\": \"شركة التأمين الأولى\",\n            \"name_en\": \"First Insurance Company\",\n            \"cr_number\": \"1010123456\"\n        },\n        \"department_id\": 6,\n        \"department\": {\n            \"id\": 6,\n            \"name\": 1,\n            \"type\": null\n        },\n        \"role_id\": 7,\n        \"locale\": 1,\n        \"status\": 2,\n        \"debarment\": false,\n        \"email_verified_at\": \"2025-12-05T19:43:45.000000Z\",\n        \"last_login_at\": \"2025-12-05T19:43:50.000000Z\",\n        \"onboarding\": {\n            \"is_video_watched\": 0,\n            \"is_questions_answered\": 1,\n            \"first_login_completed\": 1\n        },\n        \"created_at\": \"2025-12-05T19:43:43.000000Z\",\n        \"updated_at\": \"2025-12-05T20:24:46.000000Z\"\n    }\n}","createdAt":"2025-12-05T20:27:58.000Z","updatedAt":"2025-12-06T12:52:33.000Z","uid":"27782819-d05981af-ca05-437b-adf6-84029d3e355e"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:27:58.000Z","uid":"27782819-5abc3970-82f4-4704-ac28-fadfcbea50cd"},{"name":"Update Profile","id":"3963fef3-2faf-417a-b612-635a03e3dc77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"John Doe Updated\",\n    \"mobile\": \"+966501234567\",\n    \"locale\": 1\n}"},"url":{"raw":"{{base_url}}/api/auth/profile","host":["{{base_url}}"],"path":["api","auth","profile"]}},"response":[{"id":"43d156b3-c57d-446e-973a-041b0b518e94","name":"Update Profile","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"John Doe Updated\",\n    \"mobile\": \"+966501234567\",\n    \"locale\": 1\n}"},"url":{"raw":"{{base_url}}/api/auth/profile","host":["{{base_url}}"],"path":["api","auth","profile"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:57:54 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.profile_updated\",\n    \"data\": {\n        \"id\": 20,\n        \"full_name\": \"John Doe Updated\",\n        \"username\": \"notes_user\",\n        \"email\": \"notes@test.com\",\n        \"mobile\": \"+966501234567\",\n        \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n        \"company_id\": 2,\n        \"company\": {\n            \"id\": 2,\n            \"name_ar\": \"شركة التأمين الأولى\",\n            \"name_en\": \"First Insurance Company\",\n            \"cr_number\": \"1010123456\"\n        },\n        \"department_id\": 11,\n        \"department\": {\n            \"id\": 11,\n            \"name\": 6,\n            \"type\": null\n        },\n        \"role_id\": 7,\n        \"locale\": 1,\n        \"status\": 2,\n        \"debarment\": false,\n        \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n        \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n        \"onboarding\": {\n            \"is_video_watched\": 1,\n            \"is_questions_answered\": 1,\n            \"first_login_completed\": 0\n        },\n        \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n        \"updated_at\": \"2025-12-05T20:57:54.000000Z\"\n    }\n}","createdAt":"2025-12-05T20:57:57.000Z","updatedAt":"2025-12-05T20:57:57.000Z","uid":"27782819-43d156b3-c57d-446e-973a-041b0b518e94"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:57:57.000Z","uid":"27782819-3963fef3-2faf-417a-b612-635a03e3dc77"},{"name":"Upload Avatar","id":"39e79b7e-cf8a-4247-96e8-8366ad89ff0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/Eng.HassanGomaa/Downloads/WhatsApp Image 2025-10-16 at 8.47.25 PM (1).jpeg"}]},"url":{"raw":"{{base_url}}/api/auth/profile/avatar","host":["{{base_url}}"],"path":["api","auth","profile","avatar"]}},"response":[{"id":"0787874c-addc-4423-bf12-84488d712161","name":"Upload Avatar","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","src":"/C:/Users/Eng.HassanGomaa/Downloads/WhatsApp Image 2025-10-16 at 8.47.25 PM (1).jpeg"}]},"url":{"raw":"{{base_url}}/api/auth/profile/avatar","host":["{{base_url}}"],"path":["api","auth","profile","avatar"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:58:12 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.avatar_uploaded\",\n    \"data\": {\n        \"avatar_url\": \"/storage/avatars/2Z8oxgFrUlnGtmXhH6J8Vv1NytZCiMLzuraKcqAn.jpg\"\n    }\n}","createdAt":"2025-12-05T20:58:21.000Z","updatedAt":"2025-12-05T20:58:21.000Z","uid":"27782819-0787874c-addc-4423-bf12-84488d712161"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T21:01:56.000Z","uid":"27782819-39e79b7e-cf8a-4247-96e8-8366ad89ff0f"},{"name":"Get Notifications","id":"1e560eca-1e28-45f3-87ba-1a70c99aba6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/profile/notifications?per_page=15","host":["{{base_url}}"],"path":["api","auth","profile","notifications"],"query":[{"key":"per_page","value":"15"}]}},"response":[{"id":"888a1e1e-0964-4ba8-87c5-7b89eb9e82a2","name":"Get Notifications","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/auth/profile/notifications?per_page=15","host":["{{base_url}}"],"path":["api","auth","profile","notifications"],"query":[{"key":"per_page","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:57:06 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.notifications_retrieved\",\n    \"data\": {\n        \"notifications\": [\n            {\n                \"id\": 96,\n                \"type\": 4,\n                \"type_label\": \"Action Item Assigned\",\n                \"title\": \"Test Notification 1\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\"\n            },\n            {\n                \"id\": 97,\n                \"type\": 4,\n                \"type_label\": \"Action Item Assigned\",\n                \"title\": \"Test Notification 2\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T18:53:22.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\"\n            },\n            {\n                \"id\": 98,\n                \"type\": 1,\n                \"type_label\": \"Observation Created\",\n                \"title\": \"Test Notification 3\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T17:53:22.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\"\n            },\n            {\n                \"id\": 99,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Read Notification 1\",\n                \"message\": \"This notification has been read\",\n                \"priority\": \"low\",\n                \"priority_label\": \"Low\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": true,\n                \"read_at\": \"2025-12-05T16:53:22.000000Z\",\n                \"sent_at\": \"2025-12-05T16:53:22.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\"\n            },\n            {\n                \"id\": 100,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Read Notification 2\",\n                \"message\": \"This notification has been read\",\n                \"priority\": \"low\",\n                \"priority_label\": \"Low\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": true,\n                \"read_at\": \"2025-12-05T15:53:22.000000Z\",\n                \"sent_at\": \"2025-12-05T15:53:22.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\"\n            },\n            {\n                \"id\": 71,\n                \"type\": 4,\n                \"type_label\": \"Action Item Assigned\",\n                \"title\": \"Test Notification 1\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\"\n            },\n            {\n                \"id\": 72,\n                \"type\": 4,\n                \"type_label\": \"Action Item Assigned\",\n                \"title\": \"Test Notification 2\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T18:52:18.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\"\n            },\n            {\n                \"id\": 73,\n                \"type\": 1,\n                \"type_label\": \"Observation Created\",\n                \"title\": \"Test Notification 3\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T17:52:18.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\"\n            },\n            {\n                \"id\": 74,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Read Notification 1\",\n                \"message\": \"This notification has been read\",\n                \"priority\": \"low\",\n                \"priority_label\": \"Low\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": true,\n                \"read_at\": \"2025-12-05T16:52:18.000000Z\",\n                \"sent_at\": \"2025-12-05T16:52:18.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\"\n            },\n            {\n                \"id\": 75,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Read Notification 2\",\n                \"message\": \"This notification has been read\",\n                \"priority\": \"low\",\n                \"priority_label\": \"Low\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": true,\n                \"read_at\": \"2025-12-05T15:52:18.000000Z\",\n                \"sent_at\": \"2025-12-05T15:52:18.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\"\n            },\n            {\n                \"id\": 46,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Test Notification 1\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\"\n            },\n            {\n                \"id\": 47,\n                \"type\": 4,\n                \"type_label\": \"Action Item Assigned\",\n                \"title\": \"Test Notification 2\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T18:50:10.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\"\n            },\n            {\n                \"id\": 48,\n                \"type\": 4,\n                \"type_label\": \"Action Item Assigned\",\n                \"title\": \"Test Notification 3\",\n                \"message\": \"This is a test notification message\",\n                \"priority\": \"medium\",\n                \"priority_label\": \"Medium\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": false,\n                \"read_at\": null,\n                \"sent_at\": \"2025-12-05T17:50:10.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\"\n            },\n            {\n                \"id\": 49,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Read Notification 1\",\n                \"message\": \"This notification has been read\",\n                \"priority\": \"low\",\n                \"priority_label\": \"Low\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": true,\n                \"read_at\": \"2025-12-05T16:50:10.000000Z\",\n                \"sent_at\": \"2025-12-05T16:50:10.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\"\n            },\n            {\n                \"id\": 50,\n                \"type\": 7,\n                \"type_label\": \"Report Issued\",\n                \"title\": \"Read Notification 2\",\n                \"message\": \"This notification has been read\",\n                \"priority\": \"low\",\n                \"priority_label\": \"Low\",\n                \"channel\": \"inapp\",\n                \"channel_label\": \"In-App\",\n                \"status\": \"delivered\",\n                \"is_read\": true,\n                \"read_at\": \"2025-12-05T15:50:10.000000Z\",\n                \"sent_at\": \"2025-12-05T15:50:10.000000Z\",\n                \"payload\": [],\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\"\n            }\n        ],\n        \"meta\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"total\": 20,\n            \"lastPage\": 2\n        }\n    }\n}","createdAt":"2025-12-05T20:57:13.000Z","updatedAt":"2025-12-06T12:52:32.000Z","uid":"27782819-888a1e1e-0964-4ba8-87c5-7b89eb9e82a2"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:57:13.000Z","uid":"27782819-1e560eca-1e28-45f3-87ba-1a70c99aba6f"},{"name":"Mark Notifications as Seen","id":"01bad67a-0e1a-4236-9659-c972d50ded15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"notification_ids\": [\n        96,\n        97\n    ]\n}"},"url":{"raw":"{{base_url}}/api/auth/profile/mark-as-seen","host":["{{base_url}}"],"path":["api","auth","profile","mark-as-seen"]}},"response":[{"id":"e2b0d80c-35b9-4953-aeae-2b48110ed89c","name":"Mark Notifications as Seen","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"notification_ids\": [\n        96,\n        97\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/auth/profile/mark-as-seen","host":["{{base_url}}"],"path":["api","auth","profile","mark-as-seen"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:57:39 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"auth.notifications_marked\",\n    \"data\": {\n        \"marked_count\": 2\n    }\n}","createdAt":"2025-12-05T20:57:45.000Z","updatedAt":"2025-12-06T12:52:31.000Z","uid":"27782819-e2b0d80c-35b9-4953-aeae-2b48110ed89c"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:57:45.000Z","uid":"27782819-01bad67a-0e1a-4236-9659-c972d50ded15"}],"id":"e1b7cf39-cb1e-4d77-be13-ecef9e141d96","createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-e1b7cf39-cb1e-4d77-be13-ecef9e141d96"},{"name":"Contact Form","item":[{"name":"Submit Contact Form","id":"9b05042d-36ae-44b1-9f3a-1fd1c1b012dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Contact form message here\",\n    \"severity\": \"medium\",\n    \"subject\": \"medium\",\n    \"message\": \"medium\",\n    \"category\": \"General Inquiry\"\n}"},"url":{"raw":"{{base_url}}/api/contact","host":["{{base_url}}"],"path":["api","contact"]}},"response":[],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-30T22:48:32.000Z","uid":"27782819-9b05042d-36ae-44b1-9f3a-1fd1c1b012dd"}],"id":"827d8eb3-41ef-41f0-babc-f445fda4bd4f","createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-827d8eb3-41ef-41f0-babc-f445fda4bd4f"},{"name":"Notes","item":[{"name":"Get All Notes","id":"4314f0a4-68a2-4223-b17e-f62df76ac71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/notes?per_page=15","host":["{{base_url}}"],"path":["api","notes"],"query":[{"key":"per_page","value":"15"}]}},"response":[{"id":"0b1922be-560c-4e1f-8596-82285682d0d5","name":"Get All Notes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/notes?per_page=15","host":["{{base_url}}"],"path":["api","notes"],"query":[{"key":"per_page","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 20:54:15 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"notes.retrieved\",\n    \"data\": {\n        \"notes\": [\n            {\n                \"id\": 60,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 2,\n                \"content\": \"This note has been resolved.\",\n                \"is_internal\": false,\n                \"is_resolved\": true,\n                \"resolved_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"resolved_by\": 20,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"replies\": [],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 58,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 1,\n                \"content\": \"This is a test note for the notes endpoint.\",\n                \"is_internal\": false,\n                \"is_resolved\": false,\n                \"resolved_at\": null,\n                \"resolved_by\": null,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"updated_at\": \"2025-12-05T19:53:22.000000Z\",\n                \"replies\": [\n                    {\n                        \"id\": 59,\n                        \"user_id\": 20,\n                        \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                        \"commentable_id\": 1,\n                        \"content\": \"This is a response to the note.\",\n                        \"is_internal\": false,\n                        \"is_resolved\": false,\n                        \"resolved_at\": null,\n                        \"resolved_by\": null,\n                        \"parent_id\": 58,\n                        \"created_at\": \"2025-12-05T19:53:22.000000Z\",\n                        \"updated_at\": \"2025-12-05T19:53:22.000000Z\"\n                    }\n                ],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 45,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 2,\n                \"content\": \"This note has been resolved.\",\n                \"is_internal\": false,\n                \"is_resolved\": true,\n                \"resolved_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"resolved_by\": 20,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"replies\": [],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 43,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 1,\n                \"content\": \"This is a test note for the notes endpoint.\",\n                \"is_internal\": false,\n                \"is_resolved\": false,\n                \"resolved_at\": null,\n                \"resolved_by\": null,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"updated_at\": \"2025-12-05T19:52:18.000000Z\",\n                \"replies\": [\n                    {\n                        \"id\": 44,\n                        \"user_id\": 20,\n                        \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                        \"commentable_id\": 1,\n                        \"content\": \"This is a response to the note.\",\n                        \"is_internal\": false,\n                        \"is_resolved\": false,\n                        \"resolved_at\": null,\n                        \"resolved_by\": null,\n                        \"parent_id\": 43,\n                        \"created_at\": \"2025-12-05T19:52:18.000000Z\",\n                        \"updated_at\": \"2025-12-05T19:52:18.000000Z\"\n                    }\n                ],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 2,\n                \"content\": \"This note has been resolved.\",\n                \"is_internal\": false,\n                \"is_resolved\": true,\n                \"resolved_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"resolved_by\": 20,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"replies\": [],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 1,\n                \"content\": \"This is a test note for the notes endpoint.\",\n                \"is_internal\": false,\n                \"is_resolved\": false,\n                \"resolved_at\": null,\n                \"resolved_by\": null,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"updated_at\": \"2025-12-05T19:50:10.000000Z\",\n                \"replies\": [\n                    {\n                        \"id\": 29,\n                        \"user_id\": 20,\n                        \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                        \"commentable_id\": 1,\n                        \"content\": \"This is a response to the note.\",\n                        \"is_internal\": false,\n                        \"is_resolved\": false,\n                        \"resolved_at\": null,\n                        \"resolved_by\": null,\n                        \"parent_id\": 28,\n                        \"created_at\": \"2025-12-05T19:50:10.000000Z\",\n                        \"updated_at\": \"2025-12-05T19:50:10.000000Z\"\n                    }\n                ],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 15,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 2,\n                \"content\": \"This note has been resolved.\",\n                \"is_internal\": false,\n                \"is_resolved\": true,\n                \"resolved_at\": \"2025-12-05T19:43:30.000000Z\",\n                \"resolved_by\": 20,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:43:30.000000Z\",\n                \"updated_at\": \"2025-12-05T19:43:30.000000Z\",\n                \"replies\": [],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            },\n            {\n                \"id\": 13,\n                \"user_id\": 20,\n                \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                \"commentable_id\": 1,\n                \"content\": \"This is a test note for the notes endpoint.\",\n                \"is_internal\": false,\n                \"is_resolved\": false,\n                \"resolved_at\": null,\n                \"resolved_by\": null,\n                \"parent_id\": null,\n                \"created_at\": \"2025-12-05T19:43:30.000000Z\",\n                \"updated_at\": \"2025-12-05T19:43:30.000000Z\",\n                \"replies\": [\n                    {\n                        \"id\": 14,\n                        \"user_id\": 20,\n                        \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n                        \"commentable_id\": 1,\n                        \"content\": \"This is a response to the note.\",\n                        \"is_internal\": false,\n                        \"is_resolved\": false,\n                        \"resolved_at\": null,\n                        \"resolved_by\": null,\n                        \"parent_id\": 13,\n                        \"created_at\": \"2025-12-05T19:43:30.000000Z\",\n                        \"updated_at\": \"2025-12-05T19:43:30.000000Z\"\n                    }\n                ],\n                \"user\": {\n                    \"id\": 20,\n                    \"username\": \"notes_user\",\n                    \"full_name\": \"Notes User\",\n                    \"email\": \"notes@test.com\",\n                    \"mobile\": \"+966505555555\",\n                    \"company_id\": 2,\n                    \"department_id\": 11,\n                    \"role_id\": 7,\n                    \"locale\": 1,\n                    \"status\": 2,\n                    \"first_login_completed\": false,\n                    \"awareness_video_watched\": true,\n                    \"awareness_video_watched_at\": null,\n                    \"video_watch_duration\": null,\n                    \"video_completed_fully\": false,\n                    \"checkin_assessment_completed\": true,\n                    \"avatar\": \"https://ui-avatars.com/api/?name=Notes+User&background=8B5CF6&color=fff\",\n                    \"debarment\": false,\n                    \"email_verified_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"last_login_at\": \"2025-12-05T20:54:10.000000Z\",\n                    \"locked_at\": null,\n                    \"lock_reason\": null,\n                    \"created_at\": \"2025-12-05T19:43:29.000000Z\",\n                    \"updated_at\": \"2025-12-05T20:54:10.000000Z\"\n                }\n            }\n        ],\n        \"meta\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"total\": 8,\n            \"lastPage\": 1\n        }\n    }\n}","createdAt":"2025-12-05T20:54:18.000Z","updatedAt":"2025-12-05T20:54:18.000Z","uid":"27782819-0b1922be-560c-4e1f-8596-82285682d0d5"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T20:54:18.000Z","uid":"27782819-4314f0a4-68a2-4223-b17e-f62df76ac71d"},{"name":"Create Note","id":"ff392d38-2023-4f2b-bbca-e7425c970918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"New note content here\",\n    \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n    \"commentable_id\": 1,\n    \"is_internal\": false\n}"},"url":{"raw":"{{base_url}}/api/notes","host":["{{base_url}}"],"path":["api","notes"]}},"response":[{"id":"e952ecb2-ad8a-4f84-a0df-9536b3313234","name":"Create Note","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"New note content here\",\n    \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n    \"commentable_id\": 1,\n    \"is_internal\": false\n}"},"url":{"raw":"{{base_url}}/api/notes","host":["{{base_url}}"],"path":["api","notes"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 21:01:20 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"notes.created\",\n    \"data\": {\n        \"note\": {\n            \"user_id\": 20,\n            \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n            \"commentable_id\": 1,\n            \"content\": \"New note content here\",\n            \"is_internal\": false,\n            \"is_resolved\": false,\n            \"parent_id\": null,\n            \"updated_at\": \"2025-12-05T21:01:20.000000Z\",\n            \"created_at\": \"2025-12-05T21:01:20.000000Z\",\n            \"id\": 61\n        }\n    }\n}","createdAt":"2025-12-05T21:01:23.000Z","updatedAt":"2025-12-05T21:01:23.000Z","uid":"27782819-e952ecb2-ad8a-4f84-a0df-9536b3313234"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T21:01:23.000Z","uid":"27782819-ff392d38-2023-4f2b-bbca-e7425c970918"},{"name":"Respond to Note","id":"39cd297f-889f-45c3-8e6c-7c1bcf212387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"Response to the note\"\n}"},"url":{"raw":"{{base_url}}/api/notes/1/respond","host":["{{base_url}}"],"path":["api","notes","1","respond"]}},"response":[{"id":"422c4fc4-9ab7-4ace-85ab-04a983b494f3","name":"Respond to Note","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"Response to the note\"\n}"},"url":{"raw":"{{base_url}}/api/notes/1/respond","host":["{{base_url}}"],"path":["api","notes","1","respond"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 21:01:32 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"notes.response_created\",\n    \"data\": {\n        \"response\": {\n            \"user_id\": 20,\n            \"commentable_type\": \"App\\\\Models\\\\RegulatoryNote\",\n            \"commentable_id\": 1,\n            \"content\": \"Response to the note\",\n            \"is_internal\": false,\n            \"parent_id\": 1,\n            \"updated_at\": \"2025-12-05T21:01:32.000000Z\",\n            \"created_at\": \"2025-12-05T21:01:32.000000Z\",\n            \"id\": 62\n        }\n    }\n}","createdAt":"2025-12-05T21:01:35.000Z","updatedAt":"2025-12-05T21:01:35.000Z","uid":"27782819-422c4fc4-9ab7-4ace-85ab-04a983b494f3"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T21:01:35.000Z","uid":"27782819-39cd297f-889f-45c3-8e6c-7c1bcf212387"},{"name":"Update Note Status","id":"f3b8e293-2192-4531-8bd2-d151b803db5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"finished\"\n}"},"url":{"raw":"{{base_url}}/api/notes/1/status","host":["{{base_url}}"],"path":["api","notes","1","status"]}},"response":[],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-f3b8e293-2192-4531-8bd2-d151b803db5a"}],"id":"7c2cc020-bba4-42b1-af93-adc2139ab4a1","createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-7c2cc020-bba4-42b1-af93-adc2139ab4a1"},{"name":"Companies","item":[{"name":"Get All Companies","id":"8db2286b-b1a5-492a-9c87-b300cf24fb94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/api/companies?per_page=15","host":["{{base_url}}"],"path":["api","companies"],"query":[{"key":"per_page","value":"15"}]}},"response":[{"id":"de58b0c8-729f-47a8-bfdf-50ebf186cee7","name":"Get All Companies","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/api/companies?per_page=15","host":["{{base_url}}"],"path":["api","companies"],"query":[{"key":"per_page","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 18:47:40 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"companies.retrieved\",\n    \"data\": {\n        \"companies\": [\n            {\n                \"id\": 4,\n                \"cr_number\": \"1010345678\",\n                \"name_ar\": \"شركة الأمان للتأمين\",\n                \"name_en\": \"Aman Insurance Company\",\n                \"name\": \"Aman Insurance Company\",\n                \"license_number\": \"INS-003-2024\",\n                \"city\": \"Dammam\",\n                \"ceo_name\": \"Khalid Fahad Al-Saud\",\n                \"address_ar\": \"الدمام، المملكة العربية السعودية\",\n                \"address_en\": \"Dammam, Saudi Arabia\",\n                \"address\": \"Dammam, Saudi Arabia\",\n                \"phone\": \"+966133456789\",\n                \"email\": \"info@amaninsurance.com\",\n                \"website\": \"https://amaninsurance.com\",\n                \"status\": 2,\n                \"verified_at\": \"2025-12-05T18:45:19.000000Z\",\n                \"established_date\": null,\n                \"departments_count\": 6,\n                \"users_count\": 0,\n                \"created_at\": \"2025-12-05T18:45:19.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:19.000000Z\"\n            },\n            {\n                \"id\": 2,\n                \"cr_number\": \"1010123456\",\n                \"name_ar\": \"شركة التأمين الأولى\",\n                \"name_en\": \"First Insurance Company\",\n                \"name\": \"First Insurance Company\",\n                \"license_number\": \"INS-001-2024\",\n                \"city\": \"Riyadh\",\n                \"ceo_name\": \"Ahmed Mohammed Al-Rashid\",\n                \"address_ar\": \"الرياض، المملكة العربية السعودية\",\n                \"address_en\": \"Riyadh, Saudi Arabia\",\n                \"address\": \"Riyadh, Saudi Arabia\",\n                \"phone\": null,\n                \"email\": null,\n                \"website\": null,\n                \"status\": 2,\n                \"verified_at\": \"2025-12-05T18:45:19.000000Z\",\n                \"established_date\": null,\n                \"departments_count\": 9,\n                \"users_count\": 4,\n                \"created_at\": \"2025-12-05T18:45:19.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:19.000000Z\"\n            },\n            {\n                \"id\": 3,\n                \"cr_number\": \"1010234567\",\n                \"name_ar\": \"شركة الحماية للتأمين\",\n                \"name_en\": \"Protection Insurance Company\",\n                \"name\": \"Protection Insurance Company\",\n                \"license_number\": \"INS-002-2024\",\n                \"city\": \"Jeddah\",\n                \"ceo_name\": \"Sarah Abdullah Al-Zahrani\",\n                \"address_ar\": \"جدة، المملكة العربية السعودية\",\n                \"address_en\": \"Jeddah, Saudi Arabia\",\n                \"address\": \"Jeddah, Saudi Arabia\",\n                \"phone\": null,\n                \"email\": null,\n                \"website\": null,\n                \"status\": 2,\n                \"verified_at\": \"2025-12-05T18:45:19.000000Z\",\n                \"established_date\": null,\n                \"departments_count\": 9,\n                \"users_count\": 1,\n                \"created_at\": \"2025-12-05T18:45:19.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:19.000000Z\"\n            },\n            {\n                \"id\": 1,\n                \"cr_number\": \"2578626059\",\n                \"name_ar\": \"مؤسسة الحميد\",\n                \"name_en\": \"Wilderman-Little\",\n                \"name\": \"Wilderman-Little\",\n                \"license_number\": \"LIC-2825\",\n                \"city\": \"Demarioside\",\n                \"ceo_name\": \"Sonia Kuhic\",\n                \"address_ar\": \"25 طريق العزم الفدا شقة رقم. 83\\nسكاكا\",\n                \"address_en\": \"97746 Rickey Well Apt. 383\\nLake Bell, SD 40810-1680\",\n                \"address\": \"97746 Rickey Well Apt. 383\\nLake Bell, SD 40810-1680\",\n                \"phone\": \"402.301.3000\",\n                \"email\": \"hmorar@keebler.info\",\n                \"website\": \"http://schmeler.com/\",\n                \"status\": 2,\n                \"verified_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"established_date\": \"2024-10-26T00:00:00.000000Z\",\n                \"departments_count\": 5,\n                \"users_count\": 13,\n                \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n            }\n        ],\n        \"meta\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"total\": 4,\n            \"lastPage\": 1\n        }\n    }\n}","createdAt":"2025-12-05T18:47:55.000Z","updatedAt":"2025-12-05T18:47:55.000Z","uid":"27782819-de58b0c8-729f-47a8-bfdf-50ebf186cee7"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:47:55.000Z","uid":"27782819-8db2286b-b1a5-492a-9c87-b300cf24fb94"},{"name":"Get Company Details","id":"a981a6a5-0b90-43cf-a71b-8d8eec216462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/api/companies/1","host":["{{base_url}}"],"path":["api","companies","1"]}},"response":[{"id":"00f23d01-65aa-4103-b7d6-48c969ad457a","name":"Get Company Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/api/companies/1","host":["{{base_url}}"],"path":["api","companies","1"]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 18:47:43 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"companies.details_retrieved\",\n    \"data\": {\n        \"id\": 1,\n        \"cr_number\": \"2578626059\",\n        \"name_ar\": \"مؤسسة الحميد\",\n        \"name_en\": \"Wilderman-Little\",\n        \"name\": \"Wilderman-Little\",\n        \"license_number\": \"LIC-2825\",\n        \"city\": \"Demarioside\",\n        \"ceo_name\": \"Sonia Kuhic\",\n        \"address_ar\": \"25 طريق العزم الفدا شقة رقم. 83\\nسكاكا\",\n        \"address_en\": \"97746 Rickey Well Apt. 383\\nLake Bell, SD 40810-1680\",\n        \"address\": \"97746 Rickey Well Apt. 383\\nLake Bell, SD 40810-1680\",\n        \"phone\": \"402.301.3000\",\n        \"email\": \"hmorar@keebler.info\",\n        \"website\": \"http://schmeler.com/\",\n        \"status\": 2,\n        \"verified_at\": \"2025-12-05T18:45:18.000000Z\",\n        \"established_date\": \"2024-10-26T00:00:00.000000Z\",\n        \"departments_count\": 5,\n        \"users_count\": 13,\n        \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n        \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n    }\n}","createdAt":"2025-12-05T18:47:52.000Z","updatedAt":"2025-12-05T18:47:52.000Z","uid":"27782819-00f23d01-65aa-4103-b7d6-48c969ad457a"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:47:52.000Z","uid":"27782819-a981a6a5-0b90-43cf-a71b-8d8eec216462"},{"name":"Get Company Departments","id":"ba354e9b-11e1-4976-8215-2b7cdcb4a77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/api/companies/1/departments?per_page=15","host":["{{base_url}}"],"path":["api","companies","1","departments"],"query":[{"key":"per_page","value":"15"}]}},"response":[{"id":"9a91d2c2-cfe6-428f-b447-1a3712079fc5","name":"Get Company Departments","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/api/companies/1/departments?per_page=15","host":["{{base_url}}"],"path":["api","companies","1","departments"],"query":[{"key":"per_page","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 05 Dec 2025 18:47:46 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.18"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"companies.departments_retrieved\",\n    \"data\": {\n        \"departments\": [\n            {\n                \"id\": 4,\n                \"company_id\": 1,\n                \"name\": 2,\n                \"type\": null,\n                \"type_label\": \"Claims\",\n                \"type_label_ar\": \"المطالبات\",\n                \"description_ar\": \"Molestiae possimus distinctio iste.\",\n                \"description_en\": \"Hic dolores vel nisi laboriosam praesentium consectetur.\",\n                \"description\": \"Hic dolores vel nisi laboriosam praesentium consectetur.\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"manager\": null,\n                \"video_url\": null,\n                \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n            },\n            {\n                \"id\": 3,\n                \"company_id\": 1,\n                \"name\": 7,\n                \"type\": null,\n                \"type_label\": \"Marketing\",\n                \"type_label_ar\": \"التسويق\",\n                \"description_ar\": \"Id ad labore architecto quia quam.\",\n                \"description_en\": \"Molestias veritatis quis quia quia aut iure quaerat.\",\n                \"description\": \"Molestias veritatis quis quia quia aut iure quaerat.\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"manager\": null,\n                \"video_url\": null,\n                \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n            },\n            {\n                \"id\": 1,\n                \"company_id\": 1,\n                \"name\": 11,\n                \"type\": null,\n                \"type_label\": \"Internal Audit\",\n                \"type_label_ar\": \"التدقيق الداخلي\",\n                \"description_ar\": \"Molestias nostrum iure adipisci voluptatem tempore optio incidunt.\",\n                \"description_en\": \"Quod optio ut quae cum nemo dolores non.\",\n                \"description\": \"Quod optio ut quae cum nemo dolores non.\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"manager\": null,\n                \"video_url\": null,\n                \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n            },\n            {\n                \"id\": 2,\n                \"company_id\": 1,\n                \"name\": 11,\n                \"type\": null,\n                \"type_label\": \"Internal Audit\",\n                \"type_label_ar\": \"التدقيق الداخلي\",\n                \"description_ar\": \"Rerum omnis quo necessitatibus sed.\",\n                \"description_en\": \"Similique autem placeat molestiae et consectetur.\",\n                \"description\": \"Similique autem placeat molestiae et consectetur.\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"manager\": null,\n                \"video_url\": null,\n                \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n            },\n            {\n                \"id\": 5,\n                \"company_id\": 1,\n                \"name\": 11,\n                \"type\": null,\n                \"type_label\": \"Internal Audit\",\n                \"type_label_ar\": \"التدقيق الداخلي\",\n                \"description_ar\": \"Ipsum nihil laudantium eos numquam culpa dolor.\",\n                \"description_en\": \"Sit unde veritatis asperiores non est.\",\n                \"description\": \"Sit unde veritatis asperiores non est.\",\n                \"status\": 1,\n                \"status_label\": \"Active\",\n                \"manager_user_id\": null,\n                \"manager\": null,\n                \"video_url\": null,\n                \"created_at\": \"2025-12-05T18:45:18.000000Z\",\n                \"updated_at\": \"2025-12-05T18:45:18.000000Z\"\n            }\n        ],\n        \"meta\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"total\": 5,\n            \"lastPage\": 1\n        }\n    }\n}","createdAt":"2025-12-05T18:47:49.000Z","updatedAt":"2025-12-05T18:47:49.000Z","uid":"27782819-9a91d2c2-cfe6-428f-b447-1a3712079fc5"}],"createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:47:49.000Z","uid":"27782819-ba354e9b-11e1-4976-8215-2b7cdcb4a77e"}],"id":"203e06a5-2fb9-4853-8881-1772e263a488","createdAt":"2025-12-05T18:10:21.000Z","updatedAt":"2025-12-05T18:10:21.000Z","uid":"27782819-203e06a5-2fb9-4853-8881-1772e263a488"},{"name":"Recommendations","item":[{"name":"Get All Recommendations","id":"6c3d4f86-da3a-4ac6-8263-cb4d56dc69bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/recommendations?per_page=15","host":["{{base_url}}"],"path":["api","recommendations"],"query":[{"key":"per_page","value":"15"}]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-6c3d4f86-da3a-4ac6-8263-cb4d56dc69bb"},{"name":"Create Recommendation","id":"0b191987-a4b7-4c4e-81ac-332edc80f8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"to_department_id\": 1,\n    \"title\": \"Improve Compliance Documentation\",\n    \"text\": \"It is recommended to enhance the compliance documentation process.\",\n    \"priority\": 1,\n    \"due_date\": \"2025-12-31\"\n}"},"url":{"raw":"{{base_url}}/api/recommendations","host":["{{base_url}}"],"path":["api","recommendations"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-0b191987-a4b7-4c4e-81ac-332edc80f8ee"},{"name":"Get Recommendation Details","id":"3b878fad-ace2-4864-be1b-2d97ce449f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/recommendations/1","host":["{{base_url}}"],"path":["api","recommendations","1"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-3b878fad-ace2-4864-be1b-2d97ce449f62"},{"name":"Update Recommendation Status","id":"86a66076-a8f7-494a-8799-0ce8486c10fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"acknowledge\"\n}"},"url":{"raw":"{{base_url}}/api/recommendations/1/status","host":["{{base_url}}"],"path":["api","recommendations","1","status"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-86a66076-a8f7-494a-8799-0ce8486c10fe"}],"id":"17ae369c-e11d-42eb-943f-a343e29c1e19","createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-17ae369c-e11d-42eb-943f-a343e29c1e19"},{"name":"Requests","item":[{"name":"Get All Requests","id":"970b9879-b400-4bcf-acaf-59b5fd833282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/requests?per_page=15&type=field_visit","host":["{{base_url}}"],"path":["api","requests"],"query":[{"key":"per_page","value":"15"},{"key":"type","value":"field_visit","description":"Optional: field_visit, meeting, documents"}]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-970b9879-b400-4bcf-acaf-59b5fd833282"},{"name":"Create Field Visit Request","id":"79636868-2be5-4c27-9f4f-f3ed8fe57419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"field_visit\",\n    \"department_id\": 1,\n    \"request_date\": \"2025-12-15\",\n    \"location\": \"Main Office Building, Floor 3\",\n    \"time\": \"10:00\",\n    \"purpose\": \"Compliance Audit Inspection\"\n}"},"url":{"raw":"{{base_url}}/api/requests","host":["{{base_url}}"],"path":["api","requests"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-79636868-2be5-4c27-9f4f-f3ed8fe57419"},{"name":"Create Meeting Request","id":"00ca4548-116b-4e64-8278-e410fc5b09a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"meeting\",\n    \"department_id\": 1,\n    \"request_date\": \"2025-12-20\",\n    \"subject\": \"Compliance Review Meeting\",\n    \"time\": \"11:00\",\n    \"duration_minutes\": 60,\n    \"location\": \"Conference Room A\"\n}"},"url":{"raw":"{{base_url}}/api/requests","host":["{{base_url}}"],"path":["api","requests"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-00ca4548-116b-4e64-8278-e410fc5b09a9"},{"name":"Create Document Request","id":"40fb02d4-62ec-4d1a-80d6-81a728bdd72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"documents\",\n    \"department_id\": 1,\n    \"request_date\": \"2025-12-25\",\n    \"document_type\": \"Q4 Compliance Reports\"\n}"},"url":{"raw":"{{base_url}}/api/requests","host":["{{base_url}}"],"path":["api","requests"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-40fb02d4-62ec-4d1a-80d6-81a728bdd72f"},{"name":"Get Request Details","id":"68dc7407-450b-4252-85a3-ee4709991b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/requests/field_visit/1","host":["{{base_url}}"],"path":["api","requests","field_visit","1"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-68dc7407-450b-4252-85a3-ee4709991b1b"},{"name":"Update Request Status","id":"d547faa5-65f8-4731-99ca-f3b06675a27c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"approve\"\n}"},"url":{"raw":"{{base_url}}/api/requests/field_visit/1/status","host":["{{base_url}}"],"path":["api","requests","field_visit","1","status"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-d547faa5-65f8-4731-99ca-f3b06675a27c"}],"id":"002c0019-2790-4cb4-94c1-55246f5b9b56","createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-002c0019-2790-4cb4-94c1-55246f5b9b56"},{"name":"Evaluations","item":[{"name":"Get All Evaluations","id":"aadb695b-1bdc-48e1-96c2-02cedda27199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/evaluations?per_page=15","host":["{{base_url}}"],"path":["api","evaluations"],"query":[{"key":"per_page","value":"15"}]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-aadb695b-1bdc-48e1-96c2-02cedda27199"},{"name":"Create Evaluation","id":"8227773b-1326-43c7-896b-9073c17cd96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"department_id\": 1,\n    \"evaluation_date\": \"2025-12-06\",\n    \"notes_count\": 15,\n    \"completion_percentage\": 85.50,\n    \"evaluation_score\": 88.75,\n    \"evaluation_grade\": \"A\",\n    \"reasons\": \"Excellent compliance with regulatory requirements. All documentation is up to date.\"\n}"},"url":{"raw":"{{base_url}}/api/evaluations","host":["{{base_url}}"],"path":["api","evaluations"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-8227773b-1326-43c7-896b-9073c17cd96f"},{"name":"Get Evaluation Details","id":"a04490d1-8b29-4ec9-8a38-7ccfaf020bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/evaluations/1","host":["{{base_url}}"],"path":["api","evaluations","1"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-a04490d1-8b29-4ec9-8a38-7ccfaf020bca"},{"name":"Update Evaluation","id":"72486448-a166-4c99-a340-0f32471e3722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"completion_percentage\": 90.00,\n    \"evaluation_score\": 92.50,\n    \"evaluation_grade\": \"A\",\n    \"reasons\": \"Updated evaluation with improved metrics.\"\n}"},"url":{"raw":"{{base_url}}/api/evaluations/1","host":["{{base_url}}"],"path":["api","evaluations","1"]}},"response":[],"createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-72486448-a166-4c99-a340-0f32471e3722"}],"id":"5ed9d093-3a9d-4efc-a17b-a2a40fff29a1","createdAt":"2025-12-07T08:42:25.000Z","updatedAt":"2025-12-07T08:42:43.000Z","uid":"27782819-5ed9d093-3a9d-4efc-a17b-a2a40fff29a1"},{"name":"Lookup Data","item":[{"name":"Get Note Severities","id":"e522ca96-d104-41e7-a4cb-57f978dd72a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/notes/severities","host":["{{base_url}}"],"path":["api","notes","severities"]},"description":"Get all note severity lookup data (1=low, 2=medium, 3=high, 4=critical)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-e522ca96-d104-41e7-a4cb-57f978dd72a1"},{"name":"Get Note Statuses","id":"3c067919-2de7-4d32-b382-9d09527247e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/notes/statuses","host":["{{base_url}}"],"path":["api","notes","statuses"]},"description":"Get all note status lookup data (1=new, 2=in_progress, 3=completed, 4=rejected, 5=late, 6=pending_reply)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-3c067919-2de7-4d32-b382-9d09527247e8"},{"name":"Get Request Types","id":"cd8fc03a-dec6-4735-9311-875278cca5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/requests/types","host":["{{base_url}}"],"path":["api","requests","types"]},"description":"Get all request types (field_visit, meeting, documents)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-cd8fc03a-dec6-4735-9311-875278cca5be"},{"name":"Get Request Statuses","id":"32b3c07f-8995-4e02-9275-0e4834240355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/requests/statuses","host":["{{base_url}}"],"path":["api","requests","statuses"]},"description":"Get all request statuses (requested, approved, scheduled, submitted, completed, held, cancelled, overdue)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-32b3c07f-8995-4e02-9275-0e4834240355"},{"name":"Get Risk Types","id":"ceeb19e3-1ed7-4d01-9fc1-66e6bd4e7b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risks/types","host":["{{base_url}}"],"path":["api","risks","types"]},"description":"Get all risk types (financial, legal, operational, reputation, strategic)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-ceeb19e3-1ed7-4d01-9fc1-66e6bd4e7b33"}],"id":"dbf14b10-8f99-4012-8e23-ba6c48121b4b","description":"Lookup data endpoints for dropdowns and filters","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-dbf14b10-8f99-4012-8e23-ba6c48121b4b"},{"name":"Notes","item":[{"name":"Get Notes","id":"e2978995-f380-4fca-9cc0-c86d56b9d799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/notes?per_page=15&status=1&severity=2&department_id=1&company_id=1","host":["{{base_url}}"],"path":["api","notes"],"query":[{"key":"per_page","value":"15","description":"Items per page (default: 15)"},{"key":"status","value":"1","description":"Filter by status (1=new, 2=in_progress, 3=completed, 4=rejected, 5=late, 6=pending_reply)"},{"key":"severity","value":"2","description":"Filter by severity (1=low, 2=medium, 3=high, 4=critical)"},{"key":"department_id","value":"1","description":"Filter by department ID"},{"key":"company_id","value":"1","description":"Filter by company ID"}]},"description":"Get paginated list of notes with filters. Notes now include status, severity, deadline, company_id, department_id fields."},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-e2978995-f380-4fca-9cc0-c86d56b9d799"},{"name":"Create Note","id":"1ce5334e-b424-459d-9d7d-8fdbe06c2987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"content","value":"This is a test note with new fields","type":"text","description":"Required: Note content (max 5000 chars)"},{"key":"company_id","value":"1","type":"text","description":"Optional: Company ID"},{"key":"department_id","value":"1","type":"text","description":"Required for AUDITOR: Department ID"},{"key":"status","value":"1","type":"text","description":"Required for AUDITOR: Status (1=new, 2=in_progress, 3=completed, 4=rejected, 5=late, 6=pending_reply)"},{"key":"severity","value":"2","type":"text","description":"Required for AUDITOR: Severity (1=low, 2=medium, 3=high, 4=critical)"},{"key":"deadline","value":"2024-12-31","type":"text","description":"Optional: Deadline date (YYYY-MM-DD)"},{"key":"is_internal","value":"false","type":"text","description":"Optional: Is internal note (boolean)"},{"key":"attachment","type":"file","description":"Optional: File attachment (max 10MB)","value":null}]},"url":{"raw":"{{base_url}}/api/notes","host":["{{base_url}}"],"path":["api","notes"]},"description":"Create a new note. For AUDITOR role: department_id, status, and severity are required."},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-1ce5334e-b424-459d-9d7d-8fdbe06c2987"},{"name":"Respond to Note","id":"4c7ba227-a2c7-4ee0-be9c-9501e031131b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"content\": \"This is a response to the note\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/notes/1/respond","host":["{{base_url}}"],"path":["api","notes","1","respond"],"variable":[{"id":"3a1c2b0d-ccce-4721-b931-1a7c29f47c17","key":"id","value":"1"}]},"description":"Respond to a note (creates a reply)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-4c7ba227-a2c7-4ee0-be9c-9501e031131b"},{"name":"Update Note Status","id":"1e168e46-6475-4b5c-870f-a72fab95f0e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/notes/1/status","host":["{{base_url}}"],"path":["api","notes","1","status"],"variable":[{"id":"4a9da777-f8bb-4b5f-8862-63584bc5f02e","key":"id","value":"1"}]},"description":"Update note status (1=new, 2=in_progress, 3=completed, 4=rejected, 5=late, 6=pending_reply)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-1e168e46-6475-4b5c-870f-a72fab95f0e7"}],"id":"72c4f079-3772-4fe3-a1f5-139d678fe19e","description":"Notes endpoints with new fields: status, severity, deadline, company_id, department_id","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-72c4f079-3772-4fe3-a1f5-139d678fe19e"},{"name":"Alerts","item":[{"name":"Get Alerts","id":"7eb1f409-402e-4a7a-97f9-0ecf73a91f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/alerts?per_page=15&type=urgent&is_read=false","host":["{{base_url}}"],"path":["api","alerts"],"query":[{"key":"per_page","value":"15","description":"Items per page"},{"key":"type","value":"urgent","description":"Filter by type (urgent, warning, notice, emergency)"},{"key":"is_read","value":"false","description":"Filter by read status"}]},"description":"Get paginated list of alerts for the authenticated user"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-7eb1f409-402e-4a7a-97f9-0ecf73a91f34"},{"name":"Create Alert","id":"aaa3c7ae-ae02-4dd0-9912-1235fa388310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"department_id\": 1,\n    \"type\": \"urgent\",\n    \"message\": \"Urgent action required on note #123\",\n    \"note_reference\": 123\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/alerts","host":["{{base_url}}"],"path":["api","alerts"]},"description":"Create a new alert. Types: urgent, warning, notice, emergency. Can link to note via note_reference."},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-aaa3c7ae-ae02-4dd0-9912-1235fa388310"},{"name":"Mark Alert as Read","id":"924fd29f-3164-41d5-9d4b-1117589d49dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/alerts/1/read","host":["{{base_url}}"],"path":["api","alerts","1","read"],"variable":[{"id":"4a33db96-677d-4bf3-bde2-493da9908427","key":"id","value":"1"}]},"description":"Mark an alert as read"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-924fd29f-3164-41d5-9d4b-1117589d49dc"}],"id":"3febe143-3ef0-41ce-9727-f1aa1853e0e6","description":"Alert management endpoints","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-3febe143-3ef0-41ce-9727-f1aa1853e0e6"},{"name":"Compliance","item":[{"name":"Get Compliance Summary","id":"5299cb65-2a97-456f-a76c-5faed02fad79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/compliance/summary?company_id=1","host":["{{base_url}}"],"path":["api","compliance","summary"],"query":[{"key":"company_id","value":"1","description":"Required: Company ID"}]},"description":"Get compliance summary for a company"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-5299cb65-2a97-456f-a76c-5faed02fad79"},{"name":"Get Compliance Notes","id":"ac9eb53d-f1ad-4de9-a09c-6f038c7f0456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/compliance/notes?per_page=15&status=1&severity=2&department_id=1","host":["{{base_url}}"],"path":["api","compliance","notes"],"query":[{"key":"per_page","value":"15","description":"Items per page"},{"key":"status","value":"1","description":"Filter by status (1-6)"},{"key":"severity","value":"2","description":"Filter by severity (1-4)"},{"key":"department_id","value":"1","description":"Filter by department ID"}]},"description":"Get all notes for company departments (Compliance Officer view)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-ac9eb53d-f1ad-4de9-a09c-6f038c7f0456"},{"name":"Create Emergency Alert for Note","id":"159b0f7c-9be6-4b2b-a848-39223ba4ba0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/compliance/notes/1/emergency-alert","host":["{{base_url}}"],"path":["api","compliance","notes","1","emergency-alert"],"variable":[{"id":"64f3d9ec-0279-4746-94be-0ebd78648db0","key":"id","value":"1"}]},"description":"Create an emergency alert for a specific note"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-159b0f7c-9be6-4b2b-a848-39223ba4ba0f"},{"name":"Close Note","id":"c2876579-ddaf-4ad6-8885-8c83f0a710f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/compliance/notes/1/close","host":["{{base_url}}"],"path":["api","compliance","notes","1","close"],"variable":[{"id":"2d5d7547-b706-42cf-97c4-1ed7e9110469","key":"id","value":"1"}]},"description":"Close a compliance note"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-c2876579-ddaf-4ad6-8885-8c83f0a710f4"},{"name":"Change Note Status","id":"fb92d2c4-0a5c-496f-9db4-d0dfde28df3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": 3\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/compliance/notes/1/status","host":["{{base_url}}"],"path":["api","compliance","notes","1","status"],"variable":[{"id":"d38264e5-8823-46c9-801b-2b7f123d6780","key":"id","value":"1"}]},"description":"Change note status (1=new, 2=in_progress, 3=completed, 4=rejected, 5=late, 6=pending_reply)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-fb92d2c4-0a5c-496f-9db4-d0dfde28df3d"},{"name":"Create Department Alert","id":"e06544ff-b0df-46db-a884-f19de83fe32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"warning\",\n    \"message\": \"Department needs to address compliance issues\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/compliance/departments/1/alert","host":["{{base_url}}"],"path":["api","compliance","departments","1","alert"],"variable":[{"id":"bface568-13af-4d07-9467-9286b90e560b","key":"id","value":"1"}]},"description":"Create an alert for a specific department"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-e06544ff-b0df-46db-a884-f19de83fe32d"},{"name":"Get Compliance Folders","id":"c1d3e31b-86fb-42ee-9180-abe2b220dc6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/compliance/folders?per_page=15","host":["{{base_url}}"],"path":["api","compliance","folders"],"query":[{"key":"per_page","value":"15","description":"Items per page"}]},"description":"Get paginated list of compliance folders"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-c1d3e31b-86fb-42ee-9180-abe2b220dc6e"},{"name":"Create Compliance Folder","id":"f4a5cdc4-733f-4c22-b71d-09c5f11e4b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Q4 2024 Compliance Reports\",\n    \"description\": \"Quarterly compliance reports for Q4 2024\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/compliance/folders","host":["{{base_url}}"],"path":["api","compliance","folders"]},"description":"Create a new compliance folder"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-f4a5cdc4-733f-4c22-b71d-09c5f11e4b58"},{"name":"Upload Compliance File","id":"9e97913d-390c-44f5-ab5a-88e2b535c910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"folder_id","value":"1","type":"text","description":"Required: Folder ID"},{"key":"name","value":"Compliance Document","type":"text","description":"Required: File name"},{"key":"type","value":"Word","type":"text","description":"Optional: File type (Word, Excel, PowerPoint, Image, PDF, Other)"},{"key":"attachment","type":"file","description":"Required: File attachment (max 10MB)","value":null}]},"url":{"raw":"{{base_url}}/api/compliance/files","host":["{{base_url}}"],"path":["api","compliance","files"]},"description":"Upload a file to a compliance folder"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-9e97913d-390c-44f5-ab5a-88e2b535c910"},{"name":"Get Folder Files","id":"2913f831-0c1b-4fea-833a-88edba19804b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/compliance/folders/1/files?per_page=15","host":["{{base_url}}"],"path":["api","compliance","folders","1","files"],"query":[{"key":"per_page","value":"15","description":"Items per page"}],"variable":[{"id":"daa92749-50f5-4bab-98fb-8c3fa605b3d5","key":"id","value":"1"}]},"description":"Get all files in a compliance folder"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-2913f831-0c1b-4fea-833a-88edba19804b"}],"id":"1a319af5-2364-4e70-acfc-f5b94ff7758f","description":"Compliance Officer endpoints for managing notes, alerts, folders, and files","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-1a319af5-2364-4e70-acfc-f5b94ff7758f"},{"name":"Regulatory Notes","item":[{"name":"Get Regulatory Notes","id":"a97b6e49-0401-4d5f-ae9d-13fc8a450bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/regulatory/notes?per_page=15","host":["{{base_url}}"],"path":["api","regulatory","notes"],"query":[{"key":"per_page","value":"15","description":"Items per page"},{"key":"company_id","value":"1","description":"Filter by company ID","disabled":true},{"key":"severity","value":"high","description":"Filter by severity (low, medium, high, critical)","disabled":true}]},"description":"Get paginated list of regulatory notes"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-30T22:48:45.000Z","uid":"27782819-a97b6e49-0401-4d5f-ae9d-13fc8a450bbc"},{"name":"Create Regulatory Note","id":"c67455ea-905b-4b2b-a616-5f33dbd70a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"company_id","value":"1","type":"text","description":"Required: Company ID"},{"key":"department_id","value":"1","type":"text","description":"Optional: Department ID"},{"key":"content","value":"Regulatory note content here","type":"text","description":"Required: Note content (max 5000 chars)"},{"key":"severity","value":"high","type":"text","description":"Required: Severity (low, medium, high, critical)"},{"key":"deadline","value":"2024-12-31","type":"text","description":"Required: Deadline date (YYYY-MM-DD)"},{"key":"attachment","type":"file","description":"Optional: File attachment (max 10MB)","value":null}]},"url":{"raw":"{{base_url}}/api/regulatory/notes","host":["{{base_url}}"],"path":["api","regulatory","notes"]},"description":"Create a new regulatory note"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-c67455ea-905b-4b2b-a616-5f33dbd70a0c"},{"name":"Delete Regulatory Note","id":"e3137d4b-962c-4c26-ac0b-0b64bee8fddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/regulatory/notes/1","host":["{{base_url}}"],"path":["api","regulatory","notes","1"],"variable":[{"id":"469123f5-044c-496a-85c2-69f18a478038","key":"id","value":"1"}]},"description":"Delete a regulatory note"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-e3137d4b-962c-4c26-ac0b-0b64bee8fddf"},{"name":"Create Alert for Regulatory Note","id":"5f088720-452e-43b1-abce-111a189cdc27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/regulatory/notes/1/alert","host":["{{base_url}}"],"path":["api","regulatory","notes","1","alert"],"variable":[{"id":"05493dc2-29ea-4ce6-9a4f-832c4fdd5254","key":"id","value":"1"}]},"description":"Create an alert for a regulatory note (sends to department)"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-5f088720-452e-43b1-abce-111a189cdc27"}],"id":"65506099-3151-45bb-ae1f-c33906f2e1de","description":"Regulatory Body endpoints for managing regulatory notes","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-65506099-3151-45bb-ae1f-c33906f2e1de"},{"name":"Risk Reports","item":[{"name":"Get Risk Reports","id":"f8ddd9a1-f1fb-43c4-81ab-52c8fa1cb557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risk-reports?per_page=15","host":["{{base_url}}"],"path":["api","risk-reports"],"query":[{"key":"per_page","value":"15","description":"Items per page (1-100)"},{"key":"department_id","value":"1","description":"Filter by department ID","disabled":true},{"key":"risk_level","value":"high","description":"Filter by risk level (critical, high, medium, low)","disabled":true},{"key":"status","value":"processing","description":"Filter by status (open, processing, pending, closed, not_complete, following)","disabled":true}]},"description":"Get paginated list of risk reports with filters"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-30T22:46:16.000Z","uid":"27782819-f8ddd9a1-f1fb-43c4-81ab-52c8fa1cb557"},{"name":"Get Risk Report","id":"c80ee354-167c-47b3-bc3b-df5d6afb9b6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risk-reports/1","host":["{{base_url}}"],"path":["api","risk-reports","1"],"variable":[{"id":"6c2b7fce-3e01-46e9-8b85-524e6667deb6","key":"id","value":"1"}]},"description":"Get a single risk report by ID"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-c80ee354-167c-47b3-bc3b-df5d6afb9b6b"},{"name":"Create Risk Report","id":"db7893fb-8bbe-4332-9e01-3c1677944af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"department_id","value":"1","type":"text","description":"Required: Department ID"},{"key":"risk_type_id","value":"1","type":"text","description":"Required: Risk Type ID (from /api/risks/types)"},{"key":"risk_level","value":"high","type":"text","description":"Required: Risk level (critical, high, medium, low)"},{"key":"assessment_date","value":"2024-12-01","type":"text","description":"Required: Assessment date (YYYY-MM-DD)"},{"key":"description","value":"Risk assessment description","type":"text","description":"Required: Description (max 5000 chars)"},{"key":"mitigation_plan","value":"Mitigation plan details","type":"text","description":"Optional: Mitigation plan (max 5000 chars)"},{"key":"attachment","type":"file","description":"Optional: File attachment (max 10MB)","value":null}]},"url":{"raw":"{{base_url}}/api/risk-reports","host":["{{base_url}}"],"path":["api","risk-reports"]},"description":"Create a new risk report"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-db7893fb-8bbe-4332-9e01-3c1677944af3"},{"name":"Get Risk Statistics","id":"0e16d84d-6878-4f78-b14d-cdb400dcc6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risks/statistics","host":["{{base_url}}"],"path":["api","risks","statistics"]},"description":"Get risk statistics and analytics"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-0e16d84d-6878-4f78-b14d-cdb400dcc6ec"},{"name":"Get Department Risk Reports","id":"3280664e-a0c5-4e48-98d2-1a3af293ad46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risks/department-report","host":["{{base_url}}"],"path":["api","risks","department-report"]},"description":"Get risk reports for user's department"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-3280664e-a0c5-4e48-98d2-1a3af293ad46"},{"name":"Close Risk Report","id":"f480143b-d270-4d34-b23e-4c372097cd8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risks/1/close","host":["{{base_url}}"],"path":["api","risks","1","close"],"variable":[{"id":"203e3219-cd7d-466f-a5a1-2fc484bb29ad","key":"id","value":"1"}]},"description":"Close a risk report"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-f480143b-d270-4d34-b23e-4c372097cd8b"}],"id":"e0521590-5cf8-41d0-89e5-afd5da2da047","description":"Risk Manager endpoints for managing risk reports","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-e0521590-5cf8-41d0-89e5-afd5da2da047"},{"name":"Risk Recommendations","item":[{"name":"Get Risk Recommendations","id":"d6f40bdf-373b-4aa9-acc8-de06398808b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risk/recommendations?per_page=15","host":["{{base_url}}"],"path":["api","risk","recommendations"],"query":[{"key":"per_page","value":"15","description":"Items per page"}]},"description":"Get paginated list of risk recommendations"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-d6f40bdf-373b-4aa9-acc8-de06398808b2"},{"name":"Create Risk Recommendation","id":"9c8c654e-4043-4da9-9d35-5e56b81a8c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"receiver_role\": \"top_management\",\n    \"subject\": \"Risk Mitigation Recommendation\",\n    \"message\": \"Recommend implementing additional controls for identified risks\",\n    \"risk_reference_id\": 1,\n    \"department_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/risk/recommendations","host":["{{base_url}}"],"path":["api","risk","recommendations"]},"description":"Create a risk recommendation. Receiver roles: top_management, department, auditor, compliance"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-9c8c654e-4043-4da9-9d35-5e56b81a8c40"},{"name":"Get Recommendation Receivers","id":"04ce4fb7-a7b9-40b2-be6e-c6043c672ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/risk/recommendations/receivers","host":["{{base_url}}"],"path":["api","risk","recommendations","receivers"]},"description":"Get list of available recommendation receivers"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-04ce4fb7-a7b9-40b2-be6e-c6043c672ce6"}],"id":"e811f6a7-02eb-4658-9c2f-d628515abd18","description":"Risk recommendation endpoints","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-e811f6a7-02eb-4658-9c2f-d628515abd18"},{"name":"Strategic Notes","item":[{"name":"Get Strategic Notes","id":"4dc5f055-54ed-492c-a7d3-76a68f7cc84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/strategic-notes?per_page=15&priority=high&department_id=1","host":["{{base_url}}"],"path":["api","strategic-notes"],"query":[{"key":"per_page","value":"15","description":"Items per page"},{"key":"priority","value":"high","description":"Filter by priority (critical, high, medium, low)"},{"key":"department_id","value":"1","description":"Filter by department ID"}]},"description":"Get paginated list of strategic notes"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-4dc5f055-54ed-492c-a7d3-76a68f7cc84a"},{"name":"Create Strategic Note","id":"411d501e-d365-4953-9a79-f68db7be6301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"department_id\": 1,\n    \"priority\": \"high\",\n    \"title\": \"Strategic Initiative: Digital Transformation\",\n    \"content\": \"Implement comprehensive digital transformation strategy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/strategic-notes","host":["{{base_url}}"],"path":["api","strategic-notes"]},"description":"Create a new strategic note. Priority: critical, high, medium, low"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-411d501e-d365-4953-9a79-f68db7be6301"}],"id":"5f1b6b85-102a-4184-8951-4cfdae1abc83","description":"Top Management endpoints for strategic notes","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-5f1b6b85-102a-4184-8951-4cfdae1abc83"},{"name":"Top Management","item":[{"name":"Get Dashboard Summary","id":"41763104-a7e6-4ec2-94f6-5a2483e2bcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/top-management/dashboard-summary","host":["{{base_url}}"],"path":["api","top-management","dashboard-summary"]},"description":"Get dashboard summary for top management"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-41763104-a7e6-4ec2-94f6-5a2483e2bcc3"},{"name":"Get Departments Report","id":"0ad8e84a-174d-4578-af35-f5467a899e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/top-management/departments-report?per_page=15","host":["{{base_url}}"],"path":["api","top-management","departments-report"],"query":[{"key":"per_page","value":"15","description":"Items per page"}]},"description":"Get paginated list of department reports"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-0ad8e84a-174d-4578-af35-f5467a899e40"},{"name":"Get Department Report","id":"4c1b0b1a-e3c9-4cae-b6a5-1e761af9a787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/top-management/departments/1/report","host":["{{base_url}}"],"path":["api","top-management","departments","1","report"],"variable":[{"id":"fa5ba8c8-8d4e-4c4f-8e72-12a9c3ce2935","key":"id","value":"1"}]},"description":"Get detailed report for a specific department"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-4c1b0b1a-e3c9-4cae-b6a5-1e761af9a787"},{"name":"Download Department Report","id":"bdc530ea-03db-4bbe-a351-88a35b1529e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/pdf"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/top-management/departments/1/report/download","host":["{{base_url}}"],"path":["api","top-management","departments","1","report","download"],"variable":[{"id":"23fd0c36-1503-47e0-b11f-661ec0770be8","key":"id","value":"1"}]},"description":"Download department report as PDF"},"response":[],"createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-bdc530ea-03db-4bbe-a351-88a35b1529e0"}],"id":"1847e98b-3006-4fa2-838c-2e89b77dbc09","description":"Top Management dashboard and reporting endpoints","createdAt":"2025-12-27T15:17:04.000Z","updatedAt":"2025-12-27T15:17:26.000Z","uid":"27782819-1847e98b-3006-4fa2-838c-2e89b77dbc09"},{"name":"User & Role Management","item":[{"name":"Get Roles","id":"eeeb8bb9-9e10-4641-b4af-63f771bd31b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/roles","host":["{{base_url}}"],"path":["api","roles"]},"description":"Get all active roles. Only SUPER_AUDITOR can access this endpoint."},"response":[],"createdAt":"2025-12-27T16:03:15.000Z","updatedAt":"2025-12-27T16:03:24.000Z","uid":"27782819-eeeb8bb9-9e10-4641-b4af-63f771bd31b4"},{"name":"List Users","id":"a9ac7f1a-b613-4404-97af-ad285d90d7d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/users?per_page=15","host":["{{base_url}}"],"path":["api","users"],"query":[{"key":"per_page","value":"15","description":"Items per page (1-100)"},{"key":"company_id","value":"","description":"Filter by company ID","disabled":true},{"key":"department_id","value":"","description":"Filter by department ID","disabled":true},{"key":"role_id","value":"","description":"Filter by role ID","disabled":true},{"key":"status","value":"","description":"Filter by status (0=pending, 1=inactive, 2=active)","disabled":true},{"key":"search","value":"","description":"Search by name, email, or username","disabled":true}]},"description":"List all users with optional filters. Only SUPER_AUDITOR can access this endpoint."},"response":[],"createdAt":"2025-12-27T16:03:15.000Z","updatedAt":"2025-12-27T16:03:24.000Z","uid":"27782819-a9ac7f1a-b613-4404-97af-ad285d90d7d6"},{"name":"Get User Details","id":"7dd98545-de53-40c3-8975-33fd7f9542d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/api/users/1","host":["{{base_url}}"],"path":["api","users","1"],"variable":[{"id":"fe00ead1-b9dd-479c-bca0-21c6a8bb6d7e","key":"id","value":"1"}]},"description":"Get detailed information about a specific user. Only SUPER_AUDITOR can access this endpoint."},"response":[],"createdAt":"2025-12-27T16:03:15.000Z","updatedAt":"2025-12-27T16:03:24.000Z","uid":"27782819-7dd98545-de53-40c3-8975-33fd7f9542d7"},{"name":"Assign Role to User","id":"29ae6acc-1be5-4414-953e-3761753e6247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"role_id\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/users/1/role","host":["{{base_url}}"],"path":["api","users","1","role"],"variable":[{"id":"6219f4da-1abf-4f4d-b186-07128243029f","key":"id","value":"1"}]},"description":"Assign or update a user's role. Only SUPER_AUDITOR can access this endpoint.\n\nRole IDs:\n- 1: SUPER_AUDITOR\n- 2: AUDITOR\n- 3: COMPLIANCE_OFFICER\n- 4: RISK_MANAGER\n- 5: TOP_MANAGEMENT\n- 6: REGULATOR\n- 7: DEPARTMENT_USER"},"response":[],"createdAt":"2025-12-27T16:03:15.000Z","updatedAt":"2025-12-27T16:03:24.000Z","uid":"27782819-29ae6acc-1be5-4414-953e-3761753e6247"}],"id":"f81c243b-58fa-49a0-9f6f-8fe02d8adba1","description":"User and role management endpoints. All endpoints require SUPER_AUDITOR role.","createdAt":"2025-12-27T16:03:15.000Z","updatedAt":"2025-12-27T16:03:24.000Z","uid":"27782819-f81c243b-58fa-49a0-9f6f-8fe02d8adba1"},{"name":"Contact & Messaging System Copy","item":[{"name":"Create Contact Message","id":"bfd521ed-102f-406a-8a4a-b6377c8a84a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Need Help with Compliance\",\n    \"message\": \"I have a question about the compliance requirements for Q4 reporting.\"\n}"},"url":{"raw":"{{base_url}}/api/contact","host":["{{base_url}}"],"path":["api","contact"]},"description":"Create a new contact message. Users can send messages to auditors."},"response":[],"createdAt":"2026-01-31T19:33:37.000Z","updatedAt":"2026-01-31T19:33:37.000Z","uid":"27782819-bfd521ed-102f-406a-8a4a-b6377c8a84a6"},{"name":"List Contact Messages","id":"e2864c98-a527-4cc9-ab0d-214483ce5acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/contact?per_page=15","host":["{{base_url}}"],"path":["api","contact"],"query":[{"key":"per_page","value":"15"},{"key":"status","value":"open","description":"Optional: open, closed","disabled":true}]},"description":"List contact messages. Auditors see all company messages, users see their own."},"response":[],"createdAt":"2026-01-31T19:33:37.000Z","updatedAt":"2026-01-31T19:33:37.000Z","uid":"27782819-e2864c98-a527-4cc9-ab0d-214483ce5acb"},{"name":"Get Message Replies","id":"d0e494c0-0ca1-4475-b73a-29fbd214a1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/contact/1/replies","host":["{{base_url}}"],"path":["api","contact","1","replies"]},"description":"Get all replies for a specific contact message."},"response":[],"createdAt":"2026-01-31T19:33:37.000Z","updatedAt":"2026-01-31T19:33:37.000Z","uid":"27782819-d0e494c0-0ca1-4475-b73a-29fbd214a1d6"},{"name":"Create Reply","id":"a03a758e-5b3e-4573-a943-515052e581b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_message_id\": 1,\n    \"message\": \"Thank you for your question. The Q4 reporting requirements are...\"\n}"},"url":{"raw":"{{base_url}}/api/contact/reply","host":["{{base_url}}"],"path":["api","contact","reply"]},"description":"Create a reply to a contact message. Supports bidirectional messaging."},"response":[],"createdAt":"2026-01-31T19:33:37.000Z","updatedAt":"2026-01-31T19:33:37.000Z","uid":"27782819-a03a758e-5b3e-4573-a943-515052e581b8"}],"id":"fa80fc7a-c3d8-4f8d-876c-9a64f4e79faa","createdAt":"2026-01-31T19:33:37.000Z","updatedAt":"2026-01-31T19:33:37.000Z","uid":"27782819-fa80fc7a-c3d8-4f8d-876c-9a64f4e79faa"},{"name":"Audit Reports Copy","item":[{"name":"Upload Audit Report","id":"826dc56c-15d3-420a-902c-371a47121c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"PDF file (max 50MB)","src":"/C:/Users/Eng.HassanGomaa/Downloads/Copy of Scrum Team RCA Template for Issue Reporting.pdf"},{"key":"type","value":"Annual","type":"text","description":"Annual or Quarterly"},{"key":"report_date","value":"2026-01-31","type":"text"},{"key":"name","value":"Annual Audit Report 2026","type":"text"},{"key":"company_id","value":"1","type":"text"},{"key":"department_id","value":"1","type":"text","description":"Optional"}]},"url":{"raw":"{{base_url}}/api/audit-reports","host":["{{base_url}}"],"path":["api","audit-reports"]},"description":"Upload an audit report PDF. Sends notifications to TOP_MANAGEMENT, COMPLIANCE_OFFICER, and department users."},"response":[],"createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-01-31T19:33:38.000Z","uid":"27782819-826dc56c-15d3-420a-902c-371a47121c9f"},{"name":"Get Audit Reports by Company","id":"ba261007-5e7b-4b56-a8e4-2b5b82e219ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/audit-reports/company/1?per_page=15","host":["{{base_url}}"],"path":["api","audit-reports","company","1"],"query":[{"key":"per_page","value":"15"}]},"description":"List all audit reports for a specific company."},"response":[],"createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-01-31T19:33:38.000Z","uid":"27782819-ba261007-5e7b-4b56-a8e4-2b5b82e219ff"},{"name":"Get Audit Reports by Department","id":"c47dab63-c367-414e-a6e3-b099992a8027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/audit-reports/department/1?per_page=15","host":["{{base_url}}"],"path":["api","audit-reports","department","1"],"query":[{"key":"per_page","value":"15"}]},"description":"List all audit reports for a specific department."},"response":[],"createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-01-31T19:33:38.000Z","uid":"27782819-c47dab63-c367-414e-a6e3-b099992a8027"}],"id":"5f0f19dd-8870-4afe-b703-c6bd7b6bcca8","createdAt":"2026-01-31T19:33:37.000Z","updatedAt":"2026-01-31T19:33:38.000Z","uid":"27782819-5f0f19dd-8870-4afe-b703-c6bd7b6bcca8"},{"name":"Compliance Reports Copy","item":[{"name":"Upload Compliance Report","id":"bb64bc69-f9d2-4592-93e7-6db07e6d1c04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"PDF file (max 50MB)","src":"/C:/Users/Eng.HassanGomaa/Downloads/Copy of Scrum Team RCA Template for Issue Reporting.pdf"},{"key":"type","value":"Quarterly","type":"text","description":"Annual or Quarterly"},{"key":"report_date","value":"2026-01-31","type":"text"},{"key":"name","value":"Q1 Compliance Report 2026","type":"text"},{"key":"company_id","value":"1","type":"text"},{"key":"department_id","value":"1","type":"text","description":"Optional"}]},"url":{"raw":"{{base_url}}/api/compliance-reports","host":["{{base_url}}"],"path":["api","compliance-reports"]},"description":"Upload a compliance report PDF. Sends notifications to TOP_MANAGEMENT, COMPLIANCE_OFFICER, and department users."},"response":[],"createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-02-06T23:06:16.000Z","uid":"27782819-bb64bc69-f9d2-4592-93e7-6db07e6d1c04"},{"name":"Get Compliance Reports by Company","id":"4287398d-3156-42ed-a779-13a0a4ca48b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/compliance-reports/company/1?per_page=15","host":["{{base_url}}"],"path":["api","compliance-reports","company","1"],"query":[{"key":"per_page","value":"15"}]},"description":"List all compliance reports for a specific company."},"response":[],"createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-02-06T23:06:21.000Z","uid":"27782819-4287398d-3156-42ed-a779-13a0a4ca48b9"},{"name":"Get Compliance Reports by Department","id":"573b4516-514d-46d4-a99f-01f45462d8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{auth_token}}"}],"url":{"raw":"{{base_url}}/api/compliance-reports/department/1?per_page=15","host":["{{base_url}}"],"path":["api","compliance-reports","department","1"],"query":[{"key":"per_page","value":"15"}]},"description":"List all compliance reports for a specific department."},"response":[],"createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-01-31T19:33:38.000Z","uid":"27782819-573b4516-514d-46d4-a99f-01f45462d8ad"}],"id":"a429a90c-f46c-4c77-bc8d-b7d9a34c124f","createdAt":"2026-01-31T19:33:38.000Z","updatedAt":"2026-01-31T19:33:38.000Z","uid":"27782819-a429a90c-f46c-4c77-bc8d-b7d9a34c124f"}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{token}}","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"5cc6916a-7edb-4a7e-9c3f-cd9d8ff8628e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"fa7193eb-b86a-4bb9-a9f4-e6e34c34611c","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:8000"},{"key":"auth_token","value":""},{"key":"token","value":""},{"key":"base_url","value":"","disabled":true}]}}