{
            "service": "Kisan Yard API Gateway",
            "version": "1.0.0",
            "domain": "api.kisanyard.com",
            "status": "online",
            "timestamp": "2026-05-28T11:05:20+00:00",
            "endpoints": {
                "user_service": {
                    "v1": "/api/v1/users",
                    "direct": "/api/users",
                    "health": "/health/user"
                },
                "product_service": {
                    "v1": "/api/v1/products",
                    "direct": "/api/products",
                    "health": "/health/product"
                },
                "category_service": {
                    "v1": "/api/v1/categories",
                    "direct": "/api/categories",
                    "health": "/health/category"
                },
                "rental_service": {
                    "v1": "/api/v1/rentals",
                    "health": "/health/rental"
                },
                "market_service": {
                    "v1": "/api/v1/market",
                    "health": "/health/market"
                },
                "inventory_service": {
                    "v1": "/api/v1/inventory",
                    "health": "/health/inventory"
                },
                "quick_access": {
                    "users": "/users",
                    "products": "/products",
                    "categories": "/categories"
                }
            }
        }