{
    "name": "BarberPro API",
    "version": "1.0",
    "status": "running",
    "endpoints": {
        "auth": "\/auth.php?action=login|register|me",
        "salons": "\/salons.php?city=&district=&id=&ownerId=",
        "appointments": "\/appointments.php",
        "barbers": "\/barbers.php",
        "services": "\/services.php",
        "payments": "\/payments.php",
        "admin": "\/admin.php"
    },
    "docs": "See README or API documentation"
}