{
    "app": "CUMULUS API Service",
    "description": "API Service for CUMULUS Application. This application API server is managing Collection Management System.",
    "version": "1.0",
    "status": "ok",
    "api": {
        "version": "1.0",
        "prefix": "api",
        "endpoints": [
            {
                "method": "GET",
                "uri": "\/health",
                "description": "Check the health status of the application"
            }
        ]
    }
}