{
    "success": true,
    "message": "خوش آمدید به API نرخ اسعار افغانستان",
    "data": {
        "name": "نرخ اسعار افغانستان API",
        "version": "1.0.0",
        "description": "API برای دریافت نرخ‌های ارز در شهرهای مختلف افغانستان",
        "endpoints": [
            {
                "path": "\/api\/rates.php",
                "methods": [
                    "GET",
                    "POST"
                ],
                "description": "مدیریت نرخ‌های ارز"
            },
            {
                "path": "\/api\/provinces.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "description": "مدیریت استان‌ها"
            },
            {
                "path": "\/api\/currencies.php",
                "methods": [
                    "GET",
                    "POST",
                    "PUT",
                    "DELETE"
                ],
                "description": "مدیریت ارزها"
            },
            {
                "path": "\/api\/auth.php",
                "methods": [
                    "POST",
                    "PUT"
                ],
                "description": "احراز هویت ادمین"
            },
            {
                "path": "\/api\/quote.php",
                "methods": [
                    "GET"
                ],
                "description": "حکمت روزانه"
            }
        ],
        "server_time": "2026-04-10 20:23:16",
        "timezone": "Asia\/Kabul"
    },
    "timestamp": "2026-04-10 20:23:16"
}