{
    "ok": true,
    "expected_username": "Admin",
    "columns": [
        "id",
        "username",
        "password_hash",
        "created_at",
        "updated_at",
        "last_login_at",
        "password_changed_at",
        "failed_attempts",
        "locked_until"
    ],
    "account_exists": true,
    "stored_username": "Admin",
    "password_verifies": true,
    "password_changed_at": "2026-08-28T18:15:55+00:00",
    "failed_attempts": 0,
    "locked_until": null
}