================================================================================
REQUEST LOG: req_nB3DmpRZFyzv
================================================================================

[2025-12-31 12:41:55.317881] REQUEST END
    Status: 200
    Response Time: 4.83ms
    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": "2025-12-26T21:53:31.000000Z",
            "updated_at": "2025-12-26T21:53:31.000000Z"
        },
        {
            "id": 2,
            "name": "Super Admin",
            "email": "admin@creamyutopia.com",
            "email_verified_at": null,
            "branch_id": null,
            "branch": null,
            "roles": [
                "super-admin"
            ],
            "created_at": "2025-12-26T21:53:33.000000Z",
            "updated_at": "2025-12-26T21:53:33.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": "2025-12-26T21:53:34.000000Z",
            "updated_at": "2025-12-26T21:53:34.000000Z"
        },
        {
            "id": 4,
            "name": "ammad",
            "email": "ammad@creamyutopia.com",
            "email_verified_at": null,
            "branch_id": 1,
            "branch": {
                "id": 1,
                "name": "Main Branch",
                "code": "MAIN"
            },
            "roles": [
                "pos-operator"
            ],
            "created_at": "2025-12-29T18:31:26.000000Z",
            "updated_at": "2025-12-29T18:31:26.000000Z"
        }
    ],
    "meta": {
        "request_id": "req_nB3DmpRZFyzv",
        "timestamp": "2025-12-31T12:41:55+00:00",
        "pagination": {
            "current_page": 1,
            "last_page": 1,
            "per_page": 15,
            "total": 4,
            "from": 1,
            "to": 4
        }
    }
}

================================================================================