{
    "name": "Levaic API",
    "version": "1.0.0",
    "description": "Levaic mobil uygulama API sistemi",
    "endpoints": {
        "auth": {
            "POST \/register.php": "Kullanıcı kaydı",
            "POST \/login.php": "Kullanıcı girişi",
            "POST \/verify_otp.php": "OTP doğrulama",
            "POST \/otp_code.php": "OTP gönderme"
        },
        "content": {
            "GET \/slider_images.php": "Slider resimleri",
            "GET \/articles.php": "Makale listesi",
            "GET \/growth_items.php": "Gelişim öğeleri",
            "GET \/categories.php": "Kategori listesi"
        },
        "user": {
            "GET \/get_user_profile.php": "Kullanıcı profili",
            "POST \/personal_info_api.php": "Kişisel bilgi kaydet"
        },
        "appointments": {
            "GET \/get_appointments.php": "Randevu listesi",
            "GET \/get_booked_hours.php": "Dolu saatler",
            "POST \/save_appointment.php": "Randevu kaydet"
        },
        "payment": {
            "POST \/create_payment_intent.php": "Ödeme intent oluştur"
        },
        "reports": {
            "GET \/crudApi.php": "Profil raporları"
        }
    },
    "base_url": "https:\/\/levaicapp.levaic.com"
}