================================================================================
REQUEST LOG: req_2CKPvKiIBAG0
================================================================================

[2026-01-01 18:16:10.764998] REQUEST END
    Status: 200
    Response Time: 5.78ms
    Response: {
    "success": true,
    "message": "Users retrieved successfully",
    "data": [
        {
            "id": 1,
            "name": "Administrator",
            "email": "admin@creamy-utopia.com",
            "email_verified_at": null,
            "branch_id": null,
            "branch": null,
            "roles": [
                "super-admin"
            ],
            "created_at": "2026-01-01T18:10:56.000000Z",
            "updated_at": "2026-01-01T18:10:56.000000Z"
        },
        {
            "id": 2,
            "name": "Super Admin",
            "email": "admin@creamyutopia.com",
            "email_verified_at": null,
            "branch_id": null,
            "branch": null,
            "roles": [
                "super-admin"
            ],
            "created_at": "2026-01-01T18:10:58.000000Z",
            "updated_at": "2026-01-01T18:10:58.000000Z"
        },
        {
            "id": 3,
            "name": "Branch Admin",
            "email": "branch@creamyutopia.com",
            "email_verified_at": null,
            "branch_id": 1,
            "branch": {
                "id": 1,
                "name": "Main Branch",
                "code": "MAIN"
            },
            "roles": [
                "branch-admin"
            ],
            "created_at": "2026-01-01T18:10:59.000000Z",
            "updated_at": "2026-01-01T18:10:59.000000Z"
        },
        {
            "id": 4,
            "name": "POS Cashier",
            "email": "cashier@test.com",
            "email_verified_at": null,
            "branch_id": 1,
            "branch": {
                "id": 1,
                "name": "Main Branch",
                "code": "MAIN"
            },
            "roles": [
                "pos-operator"
            ],
            "created_at": "2026-01-01T18:11:27.000000Z",
            "updated_at": "2026-01-01T18:11:27.000000Z"
        }
    ],
    "meta": {
        "request_id": "req_2CKPvKiIBAG0",
        "timestamp": "2026-01-01T18:16:10+00:00",
        "pagination": {
            "current_page": 1,
            "last_page": 1,
            "per_page": 15,
            "total": 4,
            "from": 1,
            "to": 4
        }
    }
}

================================================================================