{
    "info": {
        "name": "CRM App API",
        "description": "Generated from Laravel routes. Set `base_url` and `token` collection variables before sending authenticated requests.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "value": "{{token}}",
                "type": "string"
            }
        ]
    },
    "variable": [
        {
            "key": "base_url",
            "value": "http://127.0.0.1:8000",
            "type": "string"
        },
        {
            "key": "token",
            "value": "",
            "type": "string"
        },
        {
            "key": "path",
            "value": "example.png",
            "type": "string"
        }
    ],
    "item": [
        {
            "name": "Account",
            "item": [
                {
                    "name": "POST Create Document",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account/document/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account",
                                "document",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@create_document\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Document",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account/document/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account",
                                "document",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@delete_document\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "document_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Documents",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account/document/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account",
                                "document",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@fetch_documents\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Account",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@update_account\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "website",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "year_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Document",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account/document/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account",
                                "document",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@update_document\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "document_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Logo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account/logo/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account",
                                "logo",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@update_logo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "logo",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Account Policy",
            "item": [
                {
                    "name": "POST Acknowledge Policies",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account-policy/acknowledge",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account-policy",
                                "acknowledge"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountPolicyController@acknowledge_policies\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Account Policy",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account-policy/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account-policy",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountPolicyController@create_account_policy\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "title",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "attachment_file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Account Policy",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account-policy/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account-policy",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountPolicyController@delete_account_policy\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Account Policies",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account-policy/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account-policy",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountPolicyController@fetch_all_account_policies\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Organize Serial Number",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account-policy/organize-serial-number",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account-policy",
                                "organize-serial-number"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountPolicyController@organize_serial_number\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "serial_number",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Account Policy",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/account-policy/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "account-policy",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountPolicyController@update_account_policy\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "title",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "attachment_file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Activity",
            "item": [
                {
                    "name": "POST Fetch User Activity Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/activity/user/log/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "activity",
                                "user",
                                "log",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ActivityLogController@fetch_user_activity_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "log_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "App Version",
            "item": [
                {
                    "name": "POST Destroy",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@destroy\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Index",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@index\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Show",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@show\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Store",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@store\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST StoreDirect",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/create-direct",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "create-direct"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@storeDirect\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "version_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "version_description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "old_version",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_version",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "app_url",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST UpdateStatus",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/app-version/status/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "app-version",
                                "status",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AppVersionController@updateStatus\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Attendance",
            "item": [
                {
                    "name": "POST BackfillAttendance",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/backfill",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "backfill"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@backfillAttendance\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST CheckIn",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/check_in",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "check_in"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@checkIn\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "lng",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST CheckOut",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/check_out",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "check_out"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@checkOut\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "lng",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST GetAggregatedAttendance",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/report/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "report",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@getAggregatedAttendance\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST GetDetailedAttendanceReport",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/detailed/report/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "detailed",
                                "report",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@getDetailedAttendanceReport\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST GetLocationHistory",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/location/history",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "location",
                                "history"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationTrackingController@getLocationHistory\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST MarkAttendance",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/mark",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "mark"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@markAttendance\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "attendance_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "leave_type_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "shift_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "check_in_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "check_out_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "check_in_lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "check_in_lng",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "check_out_lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "check_out_lng",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "check_in_image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "check_out_image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Today Own Attendance Details",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/today/own/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "today",
                                "own",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AttendanceController@today_own_attendance_details\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST TrackLocation",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/attendance/location/track",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "attendance",
                                "location",
                                "track"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationTrackingController@trackLocation\nMiddleware: api, App\\Http\\Middleware\\AccountValidation",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "latitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "longitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "accuracy",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "is_internet",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "is_gps",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "is_location",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "recorded_at",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Auth",
            "item": [
                {
                    "name": "POST Login",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/login",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "login"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AuthController@login\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        },
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "login_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Logout",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/logout",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "logout"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AuthController@logout\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Register",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/register",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "register"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RegistrationController@register\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        },
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Verify",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/verify",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "verify"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AuthController@verify\nMiddleware: api, App\\Http\\Middleware\\AccountValidation",
                        "auth": {
                            "type": "noauth"
                        },
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "otp",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST VerifyAndRegister",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/register/verify",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "register",
                                "verify"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RegistrationController@verifyAndRegister\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        },
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "otp",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Broadcasting",
            "item": [
                {
                    "name": "POST Broadcasting Auth",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/broadcasting/auth",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "broadcasting",
                                "auth"
                            ]
                        },
                        "description": "Action: Closure\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Campaign",
            "item": [
                {
                    "name": "POST Create",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@create\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "strategy",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "channels",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"type\":\"string\",\"priority\":1,\"template_id\":1,\"sender_id\":1,\"credentials_config\":[],\"fallback_time\":1}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/fetch_logs",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "fetch_logs"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@fetch_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Stats",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/fetch_stats",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "fetch_stats"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@fetch_stats\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Launch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/launch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "launch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@launch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Map Variables",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/map_variables",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "map_variables"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@map_variables\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "mappings",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"variable\":\"string\",\"column\":\"string\",\"channel_type\":\"string\",\"default_value\":\"string\",\"is_required\":true}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Mapping Fields",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/mapping_fields",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "mapping_fields"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@mapping_fields\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Pause",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/pause",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "pause"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@pause\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Preview",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/preview",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "preview"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@preview\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sample_data",
                                    "type": "text",
                                    "src": null,
                                    "value": "[]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Resume",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/resume",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "resume"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@resume\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@search\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "strategy",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "channel_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Select Lead Group",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/select_lead_group",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "select_lead_group"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@select_lead_group\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_group_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Select Test Audience",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/select_test_audience",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "select_test_audience"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@select_test_audience\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "test_numbers",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"string\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Stop",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/stop",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "stop"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@stop\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "strategy",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "channels",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"type\":\"string\",\"priority\":1,\"template_id\":1,\"sender_id\":1,\"credentials_config\":[],\"fallback_time\":1}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Upload Excel",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign/upload_excel",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign",
                                "upload_excel"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignController@upload_excel\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "campaign_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "excel_file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Campaign Api Credential",
            "item": [
                {
                    "name": "POST Fetch Campaign Api Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign_api_credential/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign_api_credential",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignApiCredentialController@fetch_campaign_api_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Campaign Api Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/campaign_api_credential/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "campaign_api_credential",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CampaignApiCredentialController@update_campaign_api_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "api_key",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Client",
            "item": [
                {
                    "name": "POST Fetch Messages",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/chat/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "chat",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientChatController@fetch_messages\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "file_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "has_files",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sender_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Profile",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/profile/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "profile",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientProfileController@fetch_profile\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Projects",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/project/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "project",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientProjectController@fetch_projects\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Tasks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/project/task/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "project",
                                "task",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientProjectController@fetch_tasks\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Login",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/login",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "login"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientAuthController@login\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Logout",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/logout",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "logout"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientAuthController@logout\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Send Message",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/chat/send",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "chat",
                                "send"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientChatController@send_message\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "message",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "files",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"path\\/to\\/file\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Profile",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/profile/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "profile",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientProfileController@update_profile\nMiddleware: api, Illuminate\\Auth\\Middleware\\Authenticate:sanctum, App\\Http\\Middleware\\EnsureClientAuth",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "email",
                                    "type": "text",
                                    "src": null,
                                    "value": "user@example.com"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Verify",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client/verify",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client",
                                "verify"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientAuthController@verify\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "otp",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Client Portal",
            "item": [
                {
                    "name": "POST Create Lead User",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client-portal/lead-user/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client-portal",
                                "lead-user",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientPortalAdminController@create_lead_user\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Lead Users",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client-portal/lead-user/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client-portal",
                                "lead-user",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientPortalAdminController@fetch_lead_users\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Manage Projects",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client-portal/lead-user/projects",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client-portal",
                                "lead-user",
                                "projects"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientPortalAdminController@manage_projects\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Toggle Access",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/client-portal/lead-user/toggle-access",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "client-portal",
                                "lead-user",
                                "toggle-access"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ClientPortalAdminController@toggle_access\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Company",
            "item": [
                {
                    "name": "POST Create Company",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@create_company\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sub_industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "zipcode",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "website",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "logo",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "credit_limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "credit_duration_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Company",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@delete_company\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Active Companies",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/active/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "active",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@fetch_active_companies\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sub_industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Inactive Companies",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/inactive/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "inactive",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@fetch_inactive_companies\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sub_industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Companies",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@search_companies\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Company",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@update_company\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sub_industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "zipcode",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "website",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "logo",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "credit_limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "credit_duration_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Company Status",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/company/status/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "company",
                                "status",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CompanyController@update_company_status\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Credit",
            "item": [
                {
                    "name": "POST Approve",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/credit/request/approve",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "credit",
                                "request",
                                "approve"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CreditRequestController@approve\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "credit_request_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchPending",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/credit/requests/pending/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "credit",
                                "requests",
                                "pending",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CreditRequestController@fetchPending\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Reject",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/credit/request/reject",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "credit",
                                "request",
                                "reject"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\CreditRequestController@reject\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "credit_request_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Dashboard",
            "item": [
                {
                    "name": "POST Fetch Birthdays",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/birthdays",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "birthdays"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_birthdays\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Call Logs Chart Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/call-logs/chart",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "call-logs",
                                "chart"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_call_logs_chart_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "user_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Dashboard Counts",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/counts",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "counts"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_dashboard_counts\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Holidays",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/holidays",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "holidays"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_holidays\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Demos",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/demo/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "demo",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_demos\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Lead Sales",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/sale/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "sale",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_lead_sales\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/lead/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "lead",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Meetings",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/meeting/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "meeting",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_meetings\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Projects",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/project/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "project",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_projects\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Tasks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/task/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "task",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_tasks\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Latest Visits",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/visit/latest",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "visit",
                                "latest"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_latest_visits\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Not Completed Counts",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/not-completed/counts",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "not-completed",
                                "counts"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_not_completed_counts\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Own Subtasks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/subtask/own/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "subtask",
                                "own",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_own_subtasks\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Pending Leave Requests",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/leave/pending/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "leave",
                                "pending",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_pending_leave_requests\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Sales Chart Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/sales/chart",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "sales",
                                "chart"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_sales_chart_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "user_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Subordinates Today Attendance",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/attendance/subordinates/today",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "attendance",
                                "subordinates",
                                "today"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_subordinates_today_attendance\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Today Attendance",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/attendance/today",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "attendance",
                                "today"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_today_attendance\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Demo",
            "item": [
                {
                    "name": "POST Cancel Demo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/cancel",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "cancel"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@cancel_demo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Complete Demo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/complete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "complete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@complete_demo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Demo Create",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@demo_create\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "demo_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "demo_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "assignees",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Demo Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@demo_delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Demo Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@demo_update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "demo_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "assignees",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Demo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@fetch_demo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Reschedule Demo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/reschedule",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "reschedule"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@reschedule_demo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "demo_reschedule_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "demo_reschedule_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Share Demo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/share",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "share"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@share_demo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "shared_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Start Demo",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/start",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "start"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@start_demo\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST SyncAttendeeResponses",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/responses/sync",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "responses",
                                "sync"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@syncAttendeeResponses\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Creator",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/demo/creator/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "demo",
                                "creator",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DemoController@update_creator\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "demo_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "new_creator",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "File",
            "item": [
                {
                    "name": "POST Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/file/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "file",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FileController@delete\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Upload",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/file/upload",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "file",
                                "upload"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FileController@upload\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Finance",
            "item": [
                {
                    "name": "POST Approve Sale",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/finance/sale/approve",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "finance",
                                "sale",
                                "approve"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FinanceController@approve_sale\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "sale_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "approval_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Export All Invoices",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/finance/invoice/all/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "finance",
                                "invoice",
                                "all",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FinanceController@export_all_invoices\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "approval_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "bill_raised",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "payment_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "export_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Export Invoice",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/finance/invoice/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "finance",
                                "invoice",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FinanceController@export_invoice\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "sale_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "export_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Sale Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/finance/sale/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "finance",
                                "sale",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FinanceController@fetch_sale_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "approval_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "bill_raised",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "payment_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Mark Bill Raised",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/finance/sale/bill/mark",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "finance",
                                "sale",
                                "bill",
                                "mark"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\FinanceController@mark_bill_raised\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "sale_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "bill_raised",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bill_raised_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "bill_raised_invoice_number",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bill_raised_remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Google",
            "item": [
                {
                    "name": "GET CheckStatus",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/google/status",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "google",
                                "status"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\GoogleAuthController@checkStatus\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum"
                    },
                    "response": []
                },
                {
                    "name": "GET ForceReauth",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/google/re_auth",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "google",
                                "re_auth"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\GoogleAuthController@forceReauth\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum"
                    },
                    "response": []
                },
                {
                    "name": "GET HandleCallback",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/google/callback",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "google",
                                "callback"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\GoogleAuthController@handleCallback\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET RedirectToGoogle",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/google/auth",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "google",
                                "auth"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\GoogleAuthController@redirectToGoogle\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Revoke",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/google/revoke",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "google",
                                "revoke"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\GoogleAuthController@revoke\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Helpdesk",
            "item": [
                {
                    "name": "POST Close Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/close",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "close"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@close_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "close_remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@create_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "applied_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "title",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "attachment",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@delete_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Overall Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/overall/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "overall",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@fetch_overall_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Own Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/own/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "own",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@fetch_own_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Request Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/request/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "request",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@fetch_request_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/helpdesk/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "helpdesk",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HelpdeskTicketController@update_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "applied_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "title",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "attachment",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Holiday",
            "item": [
                {
                    "name": "POST Create Holiday",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@create_holiday\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Holiday",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@delete_holiday\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Holidays",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@fetch_all_holidays\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Get Current Year Holidays",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/current-year",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "current-year"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@get_current_year_holidays\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Get Holidays By Year",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/by-year",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "by-year"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@get_holidays_by_year\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Holiday",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@update_holiday\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "IVR",
            "item": [
                {
                    "name": "GET Upload Ivr Incoming Call",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call/incoming/upload",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call",
                                "incoming",
                                "upload"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@upload_ivr_incoming_call\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET Upload Ivr Outgoing Call",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call/outgoing/upload",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call",
                                "outgoing",
                                "upload"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@upload_ivr_outgoing_call\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Export Ivr Call Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call/logs/fetch/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call",
                                "logs",
                                "fetch",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@export_ivr_call_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sort_direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Aggregated Ivr Call Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call/logs/aggregated",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call",
                                "logs",
                                "aggregated"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_aggregated_ivr_call_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Ivr Call Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call/logs/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call",
                                "logs",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_ivr_call_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sort_direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Ivr Call Number History",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call/logs/number/history",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call",
                                "logs",
                                "number",
                                "history"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_ivr_call_number_history\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "number",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sort_direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Ivr Call",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/ivr/call",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "ivr",
                                "call"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\IvrCredentialController@ivr_call\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_phone_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "receiver_number",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Incentive",
            "item": [
                {
                    "name": "POST Create",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/incentive/slab/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "incentive",
                                "slab",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SaleIncentiveSlabController@create\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "min_quantity",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "max_quantity",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "min_price",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "max_price",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "incentive_percentage",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/incentive/slab/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "incentive",
                                "slab",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SaleIncentiveSlabController@delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/incentive/slab/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "incentive",
                                "slab",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SaleIncentiveSlabController@fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/incentive/slab/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "incentive",
                                "slab",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SaleIncentiveSlabController@update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "min_quantity",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "max_quantity",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "min_price",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "max_price",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "incentive_percentage",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Lead",
            "item": [
                {
                    "name": "GET Download Import Template",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/import/template",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "import",
                                "template"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@download_import_template\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum"
                    },
                    "response": []
                },
                {
                    "name": "GET Export Leads",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@export_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum"
                    },
                    "response": []
                },
                {
                    "name": "POST Add Members",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/members/add",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "members",
                                "add"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@add_members\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Agent Leaderboard",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/agent-wise/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "agent-wise",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@agent_leaderboard\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Bulk Delete Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/bulk/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "bulk",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@bulk_delete_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Bulk Transfer Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/bulk/transfer",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "bulk",
                                "transfer"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@bulk_transfer_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Cards Metrics",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/cards-metric/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "cards-metric",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@cards_metrics\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Claim Lead",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/claim",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "claim"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@claim_lead\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Client Report",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/report",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "report"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@client_report\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Conversion Pipeline",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/conversion-pipeline/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "conversion-pipeline",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@conversion_pipeline\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Convert To Call Back",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/call_back/convert",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "call_back",
                                "convert"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@convert_to_call_back\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Convert To Not Interest",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/not_interest/convert",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "not_interest",
                                "convert"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@convert_to_not_interest\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "interest_remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Convert To Verified",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/verified/convert",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "verified",
                                "convert"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@convert_to_verified\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "services",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@create\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Lead",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@create_lead\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emails",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"email\":\"user@example.com\",\"is_primary\":1}]"
                                },
                                {
                                    "key": "phones",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"country_code\":\"9999999999\",\"phone\":\"9999999999\",\"is_primary\":1}]"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "designation",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Lead Follow Up",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/follow-up/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "follow-up",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@create_lead_follow_up\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "follow_up_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Lead Note",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/note/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "note",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@create_lead_note\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "note",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Lead Sale",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@create_lead_sale\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "sale_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "price",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "quantity",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "total",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "payments",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"payment_type\":1,\"payment_date\":\"2026-05-26\",\"amount\":100,\"remarks\":\"string\"}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Sale Payment",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/payment/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "payment",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@create_sale_payment\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_sale_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "payment_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "payment_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "amount",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Lead Sale",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@delete_lead_sale\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Sale Payment",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/payment/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "payment",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@delete_sale_payment\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Clients",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/client/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "client",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_all_clients\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Follow Ups",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/follow-ups/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "follow-ups",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_all_follow_ups\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "follow_up_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "follow_up_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "created_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "created_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_direction",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_all_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Raw Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/raw/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "raw",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_all_raw_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Call Log Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/call/log/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "call",
                                "log",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_call_log_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Demo Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/demo/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "demo",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_demo_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Lead Follow Ups",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/follow-ups/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "follow-ups",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_lead_follow_ups\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Lead Notes",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/notes/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "notes",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_lead_notes\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Lead Sources",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sources/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sources",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_lead_sources\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Meeting Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/meeting/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "meeting",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_meeting_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Members",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/members/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "members",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@fetch_members\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Payment Reminders",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/reminder/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "reminder",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@fetch_payment_reminders\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "bucket",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Project Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/project/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "project",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_project_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "team_leader",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Quotation Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/quotation/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "quotation",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_quotation_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Sale Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/sale/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "sale",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_sale_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Task Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/task/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "task",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_task_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Verified Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/verified/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "verified",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@fetch_verified_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Visit Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/overview/visit/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "overview",
                                "visit",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadOverviewController@fetch_visit_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST GetAggregatedLeadSales",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/aggregated/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "aggregated",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@getAggregatedLeadSales\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "approval_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "payment_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST GetIndividualLeadSales",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/individual/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "individual",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@getIndividualLeadSales\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "approval_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "payment_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Import Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/import",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "import"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@import_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Import Leads With Mapping",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/import/with_mapping",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "import",
                                "with_mapping"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@import_leads_with_mapping\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "column_mapping",
                                    "type": "text",
                                    "src": null,
                                    "value": "[]"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Industry Wise Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/industry-wise/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "industry-wise",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@industry_wise_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Analytics",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/analytics",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "analytics"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@lead_analytics\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "years",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"string\"]"
                                },
                                {
                                    "key": "clientFilter",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "userFilter",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "newClientOnly",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "draw",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "length",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "order",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"column\":1,\"dir\":\"string\"}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Capture Trends",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/capture-trends/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "capture-trends",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@lead_capture_trends\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "industry",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "group_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@lead_delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Priority Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/priority/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "priority",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@lead_priority_update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Single Share",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/single/share",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "single",
                                "share"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@lead_single_share\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Single Transfer",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/single/transfer",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "single",
                                "transfer"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@lead_single_transfer\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Lead Type Breakdown",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/lead-type-breakdown/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "lead-type-breakdown",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@lead_type_breakdown\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Preview Import File",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/import/preview",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "import",
                                "preview"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@preview_import_file\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Product Wise Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/product-wise/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "product-wise",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@product_wise_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Recent Activities",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/recent-activities/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "recent-activities",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@recent_activities\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Recent Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/recent-leads/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "recent-leads",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@recent_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Remove Members",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/members/remove",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "members",
                                "remove"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@remove_members\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search All Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/all/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "all",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@search_all_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Set Primary Email",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/email/primary/set",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "email",
                                "primary",
                                "set"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@set_primary_email\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "email_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Set Primary Phone",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/phone/primary/set",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "phone",
                                "primary",
                                "set"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@set_primary_phone\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "phone_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Source Wise Leads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/dashboard/source-wise/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "dashboard",
                                "source-wise",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadDashController@source_wise_leads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/group/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "group",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadGroupController@update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Call Status",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/call-status/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "call-status",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@update_call_status\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "call_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "interest_remark",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "services",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Lead",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@update_lead\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emails",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"id\":1,\"email\":\"user@example.com\",\"is_primary\":1}]"
                                },
                                {
                                    "key": "phones",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"id\":1,\"country_code\":\"9999999999\",\"phone\":\"9999999999\",\"is_primary\":1}]"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "source",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "designation",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "call_status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Lead Sale",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@update_lead_sale\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "product_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "price",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "quantity",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "total",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sale_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Sale Incentive",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/incentive/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "incentive",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@update_sale_incentive\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "incentive",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Sale Payment",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/lead/sale/payment/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "lead",
                                "sale",
                                "payment",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@update_sale_payment\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_sale_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "payment_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "payment_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "amount",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Leave",
            "item": [
                {
                    "name": "POST Approve Leave Application",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/approve",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "approve"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@approve_leave_application\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "application_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "approver_remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Leave Application",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@create_leave_application\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "applied_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "leave_type_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "reason",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "attachment",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Leave Entitlement",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/entitlement/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "entitlement",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@create_leave_entitlement\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "leave_type_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "total_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Leave Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/type/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "type",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@create_leave_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "default_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Leave Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/type/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "type",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@delete_leave_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "leave_type_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Approved Applications",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/approved/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "approved",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@fetch_approved_applications\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "financial_year",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Leave Requests",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/requests/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "requests",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@fetch_leave_requests\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "leave_type_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "financial_year",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Leave Types",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/type/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "type",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@fetch_leave_types\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "is_active",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Pending Approvals",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/pending/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "pending",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@fetch_pending_approvals\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "financial_year",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Rejected Applications",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/rejected/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "rejected",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@fetch_rejected_applications\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "financial_year",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Reject Leave Application",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/reject",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "reject"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@reject_leave_application\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "application_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "approver_remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Leave Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/type/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "type",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@search_leave_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "query",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Leave Application",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/application/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "application",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@update_leave_application\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "application_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "reason",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Leave Entitlement",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/entitlement/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "entitlement",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@update_leave_entitlement\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "entitlement_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "total_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Leave Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/leave/type/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "leave",
                                "type",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeaveController@update_leave_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "leave_type_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "default_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "is_active",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Linked Device",
            "item": [
                {
                    "name": "POST Aggregated",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/aggregated",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "aggregated"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@aggregated\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Destroy",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@destroy\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST DestroyAll",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/delete-all",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "delete-all"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@destroyAll\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Index",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@index\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Matchmpin",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/matchmpin",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "matchmpin"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@matchmpin\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "mpin",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST QrConfirm",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/qr/confirm",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "qr",
                                "confirm"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@qrConfirm\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "qr_token",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST ResetmpinSendOtp",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/resetmpin/send-otp",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "resetmpin",
                                "send-otp"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@resetmpinSendOtp\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST ResetmpinVerifyOtp",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/resetmpin/verify-otp",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "resetmpin",
                                "verify-otp"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@resetmpinVerifyOtp\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "otp",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Setmpin",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/setmpin",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "setmpin"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@setmpin\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "mpin",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST SignoutAllLinkedDevices",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/signout-all",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "signout-all"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@signoutAllLinkedDevices\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST SignoutBySuperAdmin",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/signout",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "signout"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@signoutBySuperAdmin\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Linked Devices",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/update-linked-devices",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "update-linked-devices"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@update_linked_devices\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "total_linked_devices_count",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Updatempin",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/linked-device/updatempin",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "linked-device",
                                "updatempin"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@updatempin\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "old_mpin",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "new_mpin",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Location Fencing",
            "item": [
                {
                    "name": "POST Activation Toggle",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/location-fencing/activation/toggle",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "location-fencing",
                                "activation",
                                "toggle"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationFencingController@activation_toggle\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/location-fencing/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "location-fencing",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationFencingController@delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetchall",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/location-fencing/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "location-fencing",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationFencingController@fetchall\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Set",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/location-fencing/set",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "location-fencing",
                                "set"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationFencingController@set\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "latitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "longitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "radius",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/location-fencing/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "location-fencing",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LocationFencingController@update\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "latitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "longitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "radius",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Meeting",
            "item": [
                {
                    "name": "POST Create Meeting",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@create_meeting\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "companions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "schedule_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Active Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/active/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "active",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_active_fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Arrived",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/arrived",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "arrived"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_arrived\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Cancel",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/cancel",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "cancel"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_cancel\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "reason",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Cancelled Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/cancelled/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "cancelled",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_cancelled_fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Completed",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/completed",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "completed"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_completed\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "is_interest",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "reason",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "end_lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "end_long",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Completed Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/completed/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "completed",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_completed_fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Delete",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_delete\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Otp Send",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/otp/send",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "otp",
                                "send"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_otp_send\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Otp Verify",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/otp/verify",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "otp",
                                "verify"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_otp_verify\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "otp",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Overdue Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/overdue/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "overdue",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_overdue_fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Reschedule",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/reschedule",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "reschedule"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_reschedule\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "new_schedule_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "reason",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Started",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/started",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "started"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_started\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "start_long",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Meeting Transfer",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/transfer",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "transfer"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_transfer\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "transfer_to_user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Meetings",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@search_meetings\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Meeting",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@update_meeting\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "meeting_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "companions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Notification",
            "item": [
                {
                    "name": "POST Fetch User Notifications",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/notification/user/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "notification",
                                "user",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\NotificationController@fetch_user_notifications\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Read Notification",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/notification/read",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "notification",
                                "read"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\NotificationController@read_notification\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "notification_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Send Notification",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/notification/send",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "notification",
                                "send"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\NotificationController@send_notification\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "title",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "image_url",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Payment",
            "item": [
                {
                    "name": "POST Create Payment Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payment/type/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payment",
                                "type",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PaymentTypeController@create_payment_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Payment Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payment/type/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payment",
                                "type",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PaymentTypeController@delete_payment_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Payment Types",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payment/type/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payment",
                                "type",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PaymentTypeController@fetch_payment_types\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Payment Type",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payment/type/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payment",
                                "type",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PaymentTypeController@update_payment_type\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Payroll",
            "item": [
                {
                    "name": "POST Create Payroll",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payroll/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payroll",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PayrollPaymentController@create_payroll\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "base_salary",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "additions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"reason\":\"string\",\"amount\":100}]"
                                },
                                {
                                    "key": "deductions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"reason\":\"string\",\"days\":100,\"amount\":100}]"
                                },
                                {
                                    "key": "taxes",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"reason\":\"string\",\"amount\":100}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Payroll",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payroll/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payroll",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PayrollPaymentController@delete_payroll\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "payroll_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Export All Payrolls",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payroll/all/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payroll",
                                "all",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PayrollPaymentController@export_all_payrolls\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Export Payroll",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payroll/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payroll",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PayrollPaymentController@export_payroll\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "payroll_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Payrolls",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payroll/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payroll",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PayrollPaymentController@fetch_all_payrolls\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Payroll",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/payroll/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "payroll",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PayrollPaymentController@update_payroll\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "payroll_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "month",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "base_salary",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "additions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"id\":1,\"reason\":\"string\",\"amount\":100}]"
                                },
                                {
                                    "key": "deductions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"id\":1,\"reason\":\"string\",\"days\":100,\"amount\":100}]"
                                },
                                {
                                    "key": "taxes",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"id\":1,\"reason\":\"string\",\"amount\":100}]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Phone",
            "item": [
                {
                    "name": "POST Export User Call Records",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/phone/call/logs/user/records/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "phone",
                                "call",
                                "logs",
                                "user",
                                "records",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@export_user_call_records\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Aggregated Call Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/phone/call/logs/aggregated",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "phone",
                                "call",
                                "logs",
                                "aggregated"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_aggregated_call_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Call Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/phone/call/logs/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "phone",
                                "call",
                                "logs",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_call_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Call Number History",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/phone/call/logs/number/history",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "phone",
                                "call",
                                "logs",
                                "number",
                                "history"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_call_number_history\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "number",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch User Call Records",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/phone/call/logs/user/records",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "phone",
                                "call",
                                "logs",
                                "user",
                                "records"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@fetch_user_call_records\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Upload Call Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/phone/call/logs/uploads",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "phone",
                                "call",
                                "logs",
                                "uploads"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\PhoneCallLogController@upload_call_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "calls",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"name\":\"string\",\"number\":\"string\",\"duration\":100,\"type\":\"string\",\"call_timestamp\":\"09:00\",\"unix_timestamp\":1}]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Product",
            "item": [
                {
                    "name": "GET Export Products",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/product/export",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "product",
                                "export"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProductController@export_products\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum"
                    },
                    "response": []
                },
                {
                    "name": "POST Create Product",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/product/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "product",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProductController@create_product\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "exclude_from_sales",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Product",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/product/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "product",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProductController@delete_product\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Products",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/product/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "product",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProductController@fetch_all_products\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Products",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/product/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "product",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProductController@search_products\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "exclude_from_sales",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "is_deleted",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Product",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/product/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "product",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProductController@update_product\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "exclude_from_sales",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Project",
            "item": [
                {
                    "name": "POST Complete Project",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/complete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "complete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@complete_project\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Project",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@create_project\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "time",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "cost",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "team_members",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Project Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/ticket/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "ticket",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@create_project_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Project",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@delete_project\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Project Media File",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/media/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "media",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@delete_project_media_file\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "media_file_id",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Project Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/ticket/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "ticket",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@delete_project_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Active Projects",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/active/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "active",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@fetch_active_projects\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "team_leader",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Projects",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@fetch_all_projects\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "team_leader",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Complete Projects",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/complete/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "complete",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@fetch_complete_projects\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "team_leader",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Messages",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/chat/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "chat",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectChatController@fetch_messages\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "file_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "has_files",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sender_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "from_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "to_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Project Media Files",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/media/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "media",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@fetch_project_media_files\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Project Tasks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/task/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "task",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@fetch_project_tasks\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Project Tickets",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/ticket/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "ticket",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@fetch_project_tickets\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Send Message",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/chat/send",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "chat",
                                "send"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectChatController@send_message\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "message",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "files",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"path\\/to\\/file\"]"
                                },
                                {
                                    "key": "tagged_user_ids",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Project",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@update_project\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "team_leader",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "team_members",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "cost",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "time",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Project Ticket",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/ticket/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "ticket",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@update_project_ticket\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Upload Project Media File",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/project/media/upload",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "project",
                                "media",
                                "upload"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ProjectController@upload_project_media_file\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Qr",
            "item": [
                {
                    "name": "POST GenerateQr",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/qr/generate",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "qr",
                                "generate"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@generateQr\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST QrLogin",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/qr/login",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "qr",
                                "login"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LinkedDevicesController@qrLogin\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "qr_token",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Quotation",
            "item": [
                {
                    "name": "GET Download Quotation Pdf",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/pdf",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "pdf"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@download_quotation_pdf\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum"
                    },
                    "response": []
                },
                {
                    "name": "POST Create Quotation",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@create_quotation\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_number",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "email_subject",
                                    "type": "text",
                                    "src": null,
                                    "value": "user@example.com"
                                },
                                {
                                    "key": "ip",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "user_agent",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Quotation Draft",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/draft/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "draft",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@create_quotation_draft\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "email_subject",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "email_body",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Term",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/term/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "term",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationTermsController@create_term\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "term",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Quotation",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@delete_quotation\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Quotation Draft",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/draft/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "draft",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@delete_quotation_draft\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Term",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/term/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "term",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationTermsController@delete_term\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "term_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Quotation Drafts",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/draft/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "draft",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@fetch_all_quotation_drafts\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Quotations",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@fetch_all_quotations\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "sort_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "sort_order",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Email Body",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/email/body/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "email",
                                "body",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@fetch_email_body\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Quotation Details",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/detail/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "detail",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@fetch_quotation_details\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Quotation Draft Details",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/draft/detail/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "draft",
                                "detail",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@fetch_quotation_draft_details\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Terms",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/term/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "term",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationTermsController@fetch_terms\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Finalize Quotation Draft",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/draft/finalize",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "draft",
                                "finalize"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@finalize_quotation_draft\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Get Quotation Email History",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/email-history",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "email-history"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@get_quotation_email_history\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Resend Quotation Email",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/resend-email",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "resend-email"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@resend_quotation_email\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_email_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Send Quotation To Email",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/send-email",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "send-email"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@send_quotation_to_email\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "recipient_emails",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"user@example.com\"]"
                                },
                                {
                                    "key": "documents",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "additional_attachments",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"path\\/to\\/file\"]"
                                },
                                {
                                    "key": "subject_override",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "body_override",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Email Body",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/email/body/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "email",
                                "body",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\AccountController@update_email_body\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "account_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "email_body",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Quotation",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@update_quotation\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "quotation_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "email_subject",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "email_body",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"product_id\":1,\"details\":[{\"description\":\"string\",\"price\":100,\"quantity\":100,\"unit\":\"string\",\"total\":100}]}]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Quotation Draft",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/draft/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "draft",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationController@update_quotation_draft\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Term",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/quotation/term/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "quotation",
                                "term",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\QuotationTermsController@update_term\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "term_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "term",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rcs Credential",
            "item": [
                {
                    "name": "POST Fetch Rcs Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/rcs_credential/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "rcs_credential",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RcsCredentialController@fetch_rcs_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Rcs Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/rcs_credential/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "rcs_credential",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RcsCredentialController@update_rcs_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "bot_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "api_key",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rcs Template",
            "item": [
                {
                    "name": "POST Delete Template",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/rcs_template/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "rcs_template",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RcsTemplateController@delete_template\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch From Provider",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/rcs_template/fetch_from_provider",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "rcs_template",
                                "fetch_from_provider"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RcsTemplateController@fetch_from_provider\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "template_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Templates",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/rcs_template/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "rcs_template",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RcsTemplateController@fetch_templates\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Sync Templates",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/rcs_template/sync",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "rcs_template",
                                "sync"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RcsTemplateController@sync_templates\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "templates",
                                    "type": "text",
                                    "src": null,
                                    "value": "[]"
                                },
                                {
                                    "key": "data",
                                    "type": "text",
                                    "src": null,
                                    "value": "[]"
                                },
                                {
                                    "key": "TemplateName",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Register",
            "item": [
                {
                    "name": "POST RegisterDirect",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/register/direct",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "register",
                                "direct"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RegistrationController@registerDirect\nMiddleware: api",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "logo",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Role",
            "item": [
                {
                    "name": "POST Fetch Permissions",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/role/permission/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "role",
                                "permission",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RoleController@fetch_permissions\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Roles",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/role/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "role",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RoleController@fetch_roles\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "SMTP Credential",
            "item": [
                {
                    "name": "POST Fetch Smtp Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/smtp_credential/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "smtp_credential",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmtpController@fetch_smtp_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Smtp Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/smtp_credential/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "smtp_credential",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmtpController@update_smtp_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "host",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "port",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "username",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "password",
                                    "type": "text",
                                    "src": null,
                                    "value": "password"
                                },
                                {
                                    "key": "encryption",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "email",
                                    "type": "text",
                                    "src": null,
                                    "value": "user@example.com"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Sales",
            "item": [
                {
                    "name": "GET Backfill Sale Payment Status",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sales/payment-status/backfill",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sales",
                                "payment-status",
                                "backfill"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadSaleController@backfill_sale_payment_status\nMiddleware: api"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Setting",
            "item": [
                {
                    "name": "POST Create Role",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/setting/role/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "setting",
                                "role",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RoleController@create_role\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "role_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permissions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"setting.role.read\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Ivr Api Key",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/setting/ivr/credential/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "setting",
                                "ivr",
                                "credential",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\IvrCredentialController@fetch_ivr_api_key\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Api Key",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/setting/ivr/credential/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "setting",
                                "ivr",
                                "credential",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\IvrCredentialController@update_api_key\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "api_key",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Role",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/setting/role/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "setting",
                                "role",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\RoleController@update_role\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "role_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "role_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permissions",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"setting.role.read\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Shift",
            "item": [
                {
                    "name": "POST Create Shift",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/shift/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "shift",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ShiftController@create_shift\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "end_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "late_mark_after",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "late_reason_required",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "half_day_after_minutes",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "half_day_reason_required",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Shift",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/shift/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "shift",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ShiftController@delete_shift\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Shifts",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/shift/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "shift",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ShiftController@fetch_all_shifts\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Shifts",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/shift/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "shift",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ShiftController@search_shifts\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "is_active",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Shift",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/shift/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "shift",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\ShiftController@update_shift\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "end_time",
                                    "type": "text",
                                    "src": null,
                                    "value": "09:00"
                                },
                                {
                                    "key": "late_mark_after",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "late_reason_required",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "half_day_after_minutes",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "half_day_reason_required",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Sms Credential",
            "item": [
                {
                    "name": "POST Fetch Sms Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sms_credential/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sms_credential",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmsCredentialController@fetch_sms_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Sms Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sms_credential/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sms_credential",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmsCredentialController@update_sms_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "api_key",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Sms Template",
            "item": [
                {
                    "name": "POST Delete Template",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sms_template/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sms_template",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmsTemplateController@delete_template\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch From Provider",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sms_template/fetch_from_provider",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sms_template",
                                "fetch_from_provider"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmsTemplateController@fetch_from_provider\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "sender_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "template_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Templates",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sms_template/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sms_template",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmsTemplateController@fetch_templates\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "category",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "language",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Sync Templates",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/sms_template/sync",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "sms_template",
                                "sync"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\SmsTemplateController@sync_templates\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "templates",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"template_id\":1,\"name\":\"string\"}]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Tag",
            "item": [
                {
                    "name": "POST Create Tag",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/tag/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "tag",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TagController@create_tag\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "color",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Tag",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/tag/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "tag",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TagController@delete_tag\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Tags",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/tag/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "tag",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TagController@fetch_all_tags\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Tags",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/tag/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "tag",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TagController@search_tags\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Tag",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/tag/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "tag",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TagController@update_tag\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "color",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Task",
            "item": [
                {
                    "name": "GET Backfill Task Assignees",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/assignees/backfill",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "assignees",
                                "backfill"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@backfill_task_assignees\nMiddleware: api"
                    },
                    "response": []
                },
                {
                    "name": "POST Complete Task",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/complete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "complete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@complete_task\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Complete Task Query",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/query/complete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "query",
                                "complete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@complete_task_query\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "query_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/user/log/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "user",
                                "log",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@create_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "log",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "duration_seconds",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Task",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@create_task\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "assignees",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "due_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "interval",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "attachments",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"path\\/to\\/file\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Task Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/log/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "log",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@create_task_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "log",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "duration_seconds",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create Task Query",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/query/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "query",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@create_task_query\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "query_data",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/user/log/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "user",
                                "log",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@delete_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "log_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Task",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@delete_task\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Task Attachment",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/attachment/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "attachment",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@delete_task_attachment\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "attachment_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Task Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/log/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "log",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@delete_task_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "log_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Task Query",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/query/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "query",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@delete_task_query\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "query_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Task Queries",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/query/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "query",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@fetch_all_task_queries\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Tasks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@fetch_all_tasks\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "start_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "due_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "due_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/user/log/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "user",
                                "log",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@fetch_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Task Activity Logs",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/activity/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "activity",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@fetch_task_activity_logs\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Tasks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@search_tasks\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "created_by",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "start_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "due_date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "due_date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Stop Task Recurrence",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/recurrence/stop",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "recurrence",
                                "stop"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@stop_task_recurrence\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Task",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@update_task\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "project_ticket_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "assignees",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "description",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "due_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "priority",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "interval",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "products",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "attachments",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"path\\/to\\/file\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Upload Task Attachments",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/task/attachment/upload",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "task",
                                "attachment",
                                "upload"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TaskController@upload_task_attachments\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "task_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "attachments",
                                    "type": "text",
                                    "src": null,
                                    "value": "[\"path\\/to\\/file\"]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Timesheet",
            "item": [
                {
                    "name": "POST FetchUserTimesheet",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/timesheet/user/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "timesheet",
                                "user",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\TimesheetController@fetchUserTimesheet\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User",
            "item": [
                {
                    "name": "POST Create Asset",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/asset/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "asset",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\userAssetsController@create_asset\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "asset_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "asset_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "asset_serial",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create User",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@create_user\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "email",
                                    "type": "text",
                                    "src": null,
                                    "value": "user@example.com"
                                },
                                {
                                    "key": "country_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "+91"
                                },
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "role",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "designation",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "date_of_birth",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "joining_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "provisional_duration",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Create User Document",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/document/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "document",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@create_user_document\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Own User Image",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/own/image/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "own",
                                "image",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@delete_own_user_image\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete User Document",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/document/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "document",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@delete_user_document\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "document_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Users",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@fetch_all_users\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "role_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Own User Data",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/own/data",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "own",
                                "data"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@fetch_own_user_data\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch User Details",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/details/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "details",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@fetch_user_details\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchAggregated",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/aggregated",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "aggregated"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchAggregated\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchCallbacks",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/callbacks",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "callbacks"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchCallbacks\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchCalls",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/calls",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "calls"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchCalls\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchClientTimesheet",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/client-timesheet",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "client-timesheet"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchClientTimesheet\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchClients",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/clients",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "clients"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchClients\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchCurrent",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/kpi/current/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "kpi",
                                "current",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserActivityKpiController@fetchCurrent\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchDemos",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/demos",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "demos"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchDemos\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchFollowUps",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/follow-ups",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "follow-ups"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchFollowUps\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchLeadNotes",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/lead-notes",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "lead-notes"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchLeadNotes\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchLeads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/leads",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "leads"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchLeads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchMeetings",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/meetings",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "meetings"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchMeetings\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchPaidSales",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/paid-sales",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "paid-sales"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchPaidSales\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchPipelineChart",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/pipeline-chart",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "pipeline-chart"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchPipelineChart\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchProductSalesChart",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/product-sales-chart",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "product-sales-chart"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchProductSalesChart\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchQuotations",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/quotations",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "quotations"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchQuotations\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchRawLeads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/raw-leads",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "raw-leads"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchRawLeads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchSales",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/sales",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "sales"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchSales\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchSalesChart",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/sales-chart",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "sales-chart"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchSalesChart\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "start_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "end_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchUnpaidSales",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/unpaid-sales",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "unpaid-sales"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchUnpaidSales\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchVerifiedLeads",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/verified-leads",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "verified-leads"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchVerifiedLeads\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST FetchVisits",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/analytics/fetch/visits",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "analytics",
                                "fetch",
                                "visits"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserAnalyticsController@fetchVisits\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Impersonate User",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/impersonate",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "impersonate"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@impersonate_user\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Kyc Verification",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/kyc",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "kyc"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@kyc_verification\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "blood_group",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "pan_card_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "aadhaar_card_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bank_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bank_account_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bank_ifsc_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emergency_contact_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emergency_contact_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emergency_contact_relation",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_country",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_postal_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_country",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_postal_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "aadhaar_file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "pan_card_file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                },
                                {
                                    "key": "bank_file",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Leave Impersonation",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/impersonate/leave",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "impersonate",
                                "leave"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@leave_impersonation\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Return Asset",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/asset/return",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "asset",
                                "return"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\userAssetsController@return_asset\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "asset_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "condition",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Users",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@search_users\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Device Token",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/device_token/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "device_token",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_device_token\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "device_token",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_app_version",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Own User Image",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/own/image/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "own",
                                "image",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_own_user_image\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Address",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/address/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "address",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_address\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "permanent_address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_country",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "permanent_postal_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_address",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_country",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_city",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "current_postal_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Bank Details",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/bank/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "bank",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_bank_details\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "bank_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bank_account_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "bank_ifsc_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Integrations",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/integration/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "integration",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_integrations\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "whatsapp_api_key",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "ivr_caller_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Personal Info",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/personal/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "personal",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_personal_info\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "email",
                                    "type": "text",
                                    "src": null,
                                    "value": "user@example.com"
                                },
                                {
                                    "key": "country_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "+91"
                                },
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "role",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "designation",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "date_of_birth",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "blood_group",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "pan_card_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "aadhaar_card_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emergency_contact_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emergency_contact_no",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "emergency_contact_relation",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Professional Details",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/professional/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "professional",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_professional_details\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "joining_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "provisional_duration",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "salary",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "supervisors",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                },
                                {
                                    "key": "subordinates",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Schedule",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/schedule/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "schedule",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_schedule\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "shift",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "working_days",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update User Status",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/status/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "status",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserController@update_user_status\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Upsert",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/user/kpi/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "user",
                                "kpi",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\UserActivityKpiController@upsert\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "integer",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "validated",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Visit",
            "item": [
                {
                    "name": "POST Create Visit",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/visit/create",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "visit",
                                "create"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\VisitController@create_visit\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "company_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "lead_name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "country_code",
                                    "type": "text",
                                    "src": null,
                                    "value": "+91"
                                },
                                {
                                    "key": "phone",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "note",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lat",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "long",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "image",
                                    "type": "file",
                                    "src": [],
                                    "value": null
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Delete Visit",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/visit/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "visit",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\VisitController@delete_visit\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "visit_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch All Visits",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/visit/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "visit",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\VisitController@fetch_all_visits\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "lead_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "user_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "date_from",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "date_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Search Visits",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/visit/search",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "visit",
                                "search"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\VisitController@search_visits\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Visit",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/visit/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "visit",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\VisitController@update_visit\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waba Credential",
            "item": [
                {
                    "name": "POST Fetch Waba Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/waba_credential/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "waba_credential",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\WabaCredentialController@fetch_waba_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Update Waba Credential",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/waba_credential/update",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "waba_credential",
                                "update"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\WabaCredentialController@update_waba_credential\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "api_key",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "phone_number_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "9999999999"
                                },
                                {
                                    "key": "waba_business_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waba Template",
            "item": [
                {
                    "name": "POST Delete Template",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/waba_template/delete",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "waba_template",
                                "delete"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\WabaTemplateController@delete_template\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch From Provider",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/waba_template/fetch_from_provider",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "waba_template",
                                "fetch_from_provider"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\WabaTemplateController@fetch_from_provider\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "version",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "template_id",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Fetch Templates",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/waba_template/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "waba_template",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\WabaTemplateController@fetch_templates\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "category",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "state",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "language",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "name",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "limit",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Sync Templates",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/waba_template/sync",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "waba_template",
                                "sync"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\WabaTemplateController@sync_templates\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "templates",
                                    "type": "text",
                                    "src": null,
                                    "value": "[{\"template_id\":1,\"name\":\"string\",\"language\":\"string\"}]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Webhook",
            "item": [
                {
                    "name": "GET Webhook Facebook Lead Capture",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/webhook/facebook/lead",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "webhook",
                                "facebook",
                                "lead"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@webhook_facebook_lead_capture\nMiddleware: api"
                    },
                    "response": []
                },
                {
                    "name": "GET Webhook Instagram Lead Capture",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/webhook/instagram/lead",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "webhook",
                                "instagram",
                                "lead"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@webhook_instagram_lead_capture\nMiddleware: api"
                    },
                    "response": []
                },
                {
                    "name": "GET Webhook Ivr Lead Capture",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/webhook/ivr/lead",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "webhook",
                                "ivr",
                                "lead"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@webhook_ivr_lead_capture\nMiddleware: api"
                    },
                    "response": []
                },
                {
                    "name": "GET Webhook Justdial Lead Capture",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/webhook/justdial/lead",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "webhook",
                                "justdial",
                                "lead"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@webhook_justdial_lead_capture\nMiddleware: api"
                    },
                    "response": []
                },
                {
                    "name": "GET Webhook Website Lead Capture",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/webhook/website/lead",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "webhook",
                                "website",
                                "lead"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\LeadController@webhook_website_lead_capture\nMiddleware: api"
                    },
                    "response": []
                }
            ]
        }
    ]
}
