{
    "success": true,
    "data": {
        "status": "online",
        "app": "LAK PAD Command HVAC ERP API",
        "database": {
            "connected": true,
            "driver": "mysql"
        },
        "version": "2.0.0",
        "endpoints": {
            "customers": {
                "url": "\/backend\/customers.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Customer master, customer 360 overview & pagination"
            },
            "machines": {
                "url": "\/backend\/machines.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Equipment register, machine service history & pagination"
            },
            "warranty": {
                "url": "\/backend\/warranty.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Warranty records, status tracking & pagination"
            },
            "amc": {
                "url": "\/backend\/amc.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Annual Maintenance Contracts & pagination"
            },
            "pms": {
                "url": "\/backend\/pms.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Preventive Maintenance Service jobs & dispatch"
            },
            "breakdown": {
                "url": "\/backend\/breakdown.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Emergency Breakdown Call tickets & closure"
            },
            "technician_jobs": {
                "url": "\/backend\/technician_jobs.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Technician field job queue & status"
            },
            "products": {
                "url": "\/backend\/products.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Spare parts, inventory management & low stock alerts"
            },
            "dc": {
                "url": "\/backend\/dc.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Delivery Challans & return material tracking"
            },
            "bluestar": {
                "url": "\/backend\/bluestar.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "OEM Blue Star claims, invoices & work orders"
            },
            "payments": {
                "url": "\/backend\/payments.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Customer payments & accounts receivable ledger"
            },
            "expenses": {
                "url": "\/backend\/expenses.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Expense tracking by category and job"
            },
            "purchases": {
                "url": "\/backend\/purchases.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Purchase Orders & vendor supply tracking"
            },
            "users": {
                "url": "\/backend\/users.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "desc": "Staff directory and role-based permissions"
            },
            "auth": {
                "url": "\/backend\/auth.php",
                "methods": [
                    "POST",
                    "GET"
                ],
                "desc": "Authentication, user login and session check"
            },
            "dashboard": {
                "url": "\/backend\/dashboard.php",
                "methods": [
                    "GET"
                ],
                "desc": "Executive KPI summary, charts & activity trends"
            },
            "reports": {
                "url": "\/backend\/reports.php",
                "methods": [
                    "GET"
                ],
                "desc": "Consolidated reporting catalogs & profitability analytics"
            },
            "notifications": {
                "url": "\/backend\/notifications.php",
                "methods": [
                    "GET",
                    "POST"
                ],
                "desc": "System alerts, notifications & task reminders"
            },
            "masters": {
                "url": "\/backend\/masters.php",
                "methods": [
                    "GET",
                    "POST",
                    "DELETE"
                ],
                "desc": "Standard HVAC operational rules, customer types, AMC schemes, equipment specs, PMS checklists & technicians"
            }
        }
    }
}