{"message":"ConfidentMe API Server","version":"2.0.0","features":["Corporate Website API","Multi-Tenant E-commerce Platform"],"endpoints":{"health":"/health","auth":"/api/auth","users":"/api/users","contact":"/api/contact","content":"/api/content","tenants":{"login":"POST /api/tenants/login","profile":"GET /api/tenants/me","update":"PATCH /api/tenants/me","adminCreate":"POST /api/tenants/admin-create (superAdmin)"},"stores":{"mine":"GET /api/stores/mine","update":"PATCH /api/stores/mine","publish":"POST /api/stores/publish","public":"GET /api/stores/slug/:slug"},"products":{"list":"GET /api/products","get":"GET /api/products/:id","create":"POST /api/products","update":"PATCH /api/products/:id","delete":"DELETE /api/products/:id","storefront":"GET /api/products/store/:slug"},"categories":{"list":"GET /api/categories","get":"GET /api/categories/:id","create":"POST /api/categories","update":"PATCH /api/categories/:id","delete":"DELETE /api/categories/:id","storefront":"GET /api/categories/store/:slug"},"orders":{"list":"GET /api/orders","stats":"GET /api/orders/stats","get":"GET /api/orders/:id","updateStatus":"PATCH /api/orders/:id/status","create":"POST /api/stores/:slug/orders","publicGet":"GET /api/stores/:slug/orders/:orderNumber"},"payments":{"list":"GET /api/payments","refund":"POST /api/payments/:id/refund","create":"POST /api/stores/:slug/payments/create","verify":"POST /api/stores/:slug/payments/verify","webhook":"POST /api/webhooks/razorpay"},"whatsapp":{"webhook":"GET|POST /api/whatsapp/webhook","stats":"GET /api/whatsapp/stats","cartTrack":"POST /api/stores/:slug/whatsapp/cart-track"}}}