{
    "users": [
        {
            "id": 1,
            "username": "geras454",
            "password_hash": "$2y$10$YourHashedPasswordHere",
            "email": "gerardo@scarpatienterprises.com",
            "role": "admin",
            "full_name": "Gerardo Scarpati",
            "created_at": "2024-01-15"
        }
    ],
    "session_timeout": 3600,
    "max_attempts": 5,
    "lockout_duration": 900
}