{
    "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": "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": "Assets",
            "item": [
                {
                    "name": "GET Assets {path}",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/assets/{{path}}",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "assets",
                                "{{path}}"
                            ]
                        },
                        "description": "Action: Closure\nMiddleware: api",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Attendance",
            "item": [
                {
                    "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": "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\\AttendanceController@getLocationHistory\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "attendance_id",
                                    "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": "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\\AttendanceController@trackLocation\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "latitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "longitude",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "accuracy",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                }
                            ]
                        }
                    },
                    "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"
                                }
                            ]
                        }
                    },
                    "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": "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
                                }
                            ]
                        }
                    },
                    "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": []
                        }
                    },
                    "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": []
                        }
                    },
                    "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": "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
                                }
                            ]
                        }
                    },
                    "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": "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 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 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 Own Query",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/dashboard/query/own/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "dashboard",
                                "query",
                                "own",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\DashboardController@fetch_own_query\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "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": "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, App\\Http\\Middleware\\AccountValidation",
                        "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": "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"
                                },
                                {
                                    "key": "year_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "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": "search",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "year_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "year",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "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": [
                                {
                                    "key": "year_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "fiscal_year_start",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "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"
                                },
                                {
                                    "key": "year_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "fiscal_year_start",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST Get Year Options",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/holiday/year-options",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "holiday",
                                "year-options"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\HolidayController@get_year_options\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "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"
                                },
                                {
                                    "key": "year_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "fiscal_year_start",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "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 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": "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": "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": "receiver_number",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "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 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 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": "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": "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": "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": "payment_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "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 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": []
                        }
                    },
                    "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": []
                        }
                    },
                    "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": []
                        }
                    },
                    "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 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 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": []
                        }
                    },
                    "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": []
                        }
                    },
                    "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": "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": "page",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "per_page",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                }
                            ]
                        }
                    },
                    "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"
                                }
                            ]
                        }
                    },
                    "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 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 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 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": "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": "assigned_to",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "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": "payment_type",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                },
                                {
                                    "key": "remarks",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "incentive",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "sale_date",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                }
                            ]
                        }
                    },
                    "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"
                                }
                            ]
                        }
                    },
                    "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"
                                }
                            ]
                        }
                    },
                    "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"
                                }
                            ]
                        }
                    },
                    "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"
                                }
                            ]
                        }
                    },
                    "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": "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 All Fetch",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "{{base_url}}/api/meeting/all/fetch",
                            "host": [
                                "{{base_url}}"
                            ],
                            "path": [
                                "api",
                                "meeting",
                                "all",
                                "fetch"
                            ]
                        },
                        "description": "Action: App\\Http\\Controllers\\MeetingController@meeting_all_fetch\nMiddleware: api, App\\Http\\Middleware\\AccountValidation, Illuminate\\Auth\\Middleware\\Authenticate:sanctum",
                        "body": {
                            "mode": "formdata",
                            "formdata": []
                        }
                    },
                    "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": []
                        }
                    },
                    "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": []
                        }
                    },
                    "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 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": "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": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "status",
                                    "type": "text",
                                    "src": null,
                                    "value": "active"
                                },
                                {
                                    "key": "unread_only",
                                    "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": "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}]"
                                }
                            ]
                        }
                    },
                    "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}]"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Phone",
            "item": [
                {
                    "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": [
                                {
                                    "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": "type",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "matched_type",
                                    "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\"}]"
                                }
                            ]
                        }
                    },
                    "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": "09:00"
                                },
                                {
                                    "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 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 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": "09:00"
                                },
                                {
                                    "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": "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": "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 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 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 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 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 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 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": "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": "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"
                                },
                                {
                                    "key": "is_active",
                                    "type": "text",
                                    "src": null,
                                    "value": "1"
                                }
                            ]
                        }
                    },
                    "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": "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": "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": "assigned_to",
                                    "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": "tags",
                                    "type": "text",
                                    "src": null,
                                    "value": "[1]"
                                }
                            ]
                        }
                    },
                    "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 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": []
                        }
                    },
                    "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 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 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": "assigned_to",
                                    "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": "tags",
                                    "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": "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 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": []
                        }
                    },
                    "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 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"
                                }
                            ]
                        }
                    },
                    "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": "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": "target_amount",
                                    "type": "text",
                                    "src": null,
                                    "value": "100"
                                },
                                {
                                    "key": "is_monthly",
                                    "type": "text",
                                    "src": null,
                                    "value": "string"
                                },
                                {
                                    "key": "starts_at",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "ends_at",
                                    "type": "text",
                                    "src": null,
                                    "value": "2026-05-26"
                                },
                                {
                                    "key": "supervisors",
                                    "type": "text",
                                    "src": null,
                                    "value": "[]"
                                },
                                {
                                    "key": "subordinates",
                                    "type": "text",
                                    "src": null,
                                    "value": "[]"
                                }
                            ]
                        }
                    },
                    "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": "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": []
                        }
                    },
                    "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": []
                }
            ]
        }
    ]
}
