{
    "ok": true,
    "name": "Hilaal General APIs",
    "message": "Each system has its own folder. Call that system API only.",
    "database": "Shared DB with table prefixes (e.g. timojare_*)",
    "systems": {
        "hotels": {
            "folder": "hotels",
            "base_url": "https://hiaalbooking.com/hotels/public",
            "api_health": "https://hiaalbooking.com/hotels/public/api/health",
            "health_php": "https://hiaalbooking.com/hotels/public/health.php",
            "api_health_alt": "https://hiaalbooking.com/hotels/public/index.php/api/health",
            "ready": false
        },
        "timojare": {
            "folder": "timojare",
            "base_url": "https://hiaalbooking.com/timojare/public",
            "api_health": "https://hiaalbooking.com/timojare/public/api/health",
            "health_php": "https://hiaalbooking.com/timojare/public/health.php",
            "api_health_alt": "https://hiaalbooking.com/timojare/public/index.php/api/health",
            "ready": true
        }
    }
}