{"success":true,"message":"Liyu Tech Engineering Work API","version":"1.0.0","endpoints":{"health":"/health","auth":{"login":"POST /api/auth/login","refresh":"POST /api/auth/refresh","logout":"POST /api/auth/logout","me":"GET /api/auth/me","updateProfile":"PUT /api/auth/me","google":"POST /api/auth/google"},"customerAuth":{"google":"POST /api/customer-auth/google","refresh":"POST /api/customer-auth/refresh","logout":"POST /api/customer-auth/logout","me":"GET/PUT /api/customer-auth/me"},"categories":"GET /api/categories","products":"GET/POST /api/products, GET/PUT/DELETE /api/products/:id","orders":"GET/POST /api/orders, GET /api/orders/:id, PUT /api/orders/:id/status, GET /api/orders/mine, GET /api/orders/track","inventory":"GET /api/inventory, POST /api/inventory/log","employees":"GET/POST/PUT /api/employees","attendance":"GET/POST /api/attendance","finance":"GET/POST /api/finance/transactions, GET /api/finance/report","quotes":"GET/POST /api/quotes, PUT /api/quotes/:id","reports":"GET /api/reports/daily, GET /api/reports/monthly"}}