{
    "success": true,
    "message": "Webhook 设置成功！",
    "webhook_url": "https:\/\/mixbot.mixpav.org\/webhook.php?secret=your_webhook_secret",
    "response": {
        "ok": true,
        "result": true,
        "description": "Webhook is already set"
    }
}

=== 当前 Webhook 信息 ===

{
    "ok": true,
    "result": {
        "url": "https:\/\/mixbot.mixpav.org\/webhook.php?secret=your_webhook_secret",
        "has_custom_certificate": false,
        "pending_update_count": 0,
        "max_connections": 40,
        "ip_address": "43.199.242.223"
    }
}