{"message":"Welcome to BizFinder Backend API","version":"1.0.0","endpoints":{"health":"/api/health","healthDetailed":"/api/health/detailed","auth":{"register":"/api/auth/register","login":"/api/auth/login","logout":"/api/auth/logout","refresh":"/api/auth/refresh","me":"/api/auth/me","verify":"/api/auth/verify","updateProfile":"/api/auth/profile","forgotPassword":"/api/auth/forgot-password","verifyOTP":"/api/auth/verify-otp","resetPassword":"/api/auth/reset-password","switchToBusinessOwner":"/api/auth/switch-to-business-owner"},"business":{"getAllBusinesses":"/api/business","register":"/api/business/register","myBusiness":"/api/business/my-business","updateBusiness":"/api/business/my-business"},"productService":{"getMyProducts":"/api/product-service/my-products","getBusinessProducts":"/api/product-service/business/:businessId","create":"/api/product-service","update":"/api/product-service/:id","delete":"/api/product-service/:id"}}}