================================================================================
REQUEST LOG: req_PwZ2xRBOaknS
================================================================================

[2026-01-01 22:14:37.819583] REQUEST END
    Status: 200
    Response Time: 1.44ms
    Response: {
    "success": true,
    "message": "Branch expenses retrieved successfully",
    "data": [
        {
            "id": 1,
            "branch_id": 1,
            "expense_category_id": 5,
            "user_id": 2,
            "title": "item",
            "description": null,
            "amount": "200.00",
            "payment_method": "cash",
            "reference_number": "78686",
            "receipt_image": null,
            "expense_date": "2026-01-01T00:00:00.000000Z",
            "status": "approved",
            "approved_by": 2,
            "approved_at": "2026-01-01T22:14:37.000000Z",
            "rejection_reason": null,
            "created_at": "2026-01-01T22:14:31.000000Z",
            "updated_at": "2026-01-01T22:14:37.000000Z",
            "deleted_at": null,
            "payment_source": "cash_tray",
            "category": {
                "id": 5,
                "name": "Equipment",
                "description": "Kitchen equipment, freezers, machines",
                "is_active": true,
                "created_at": "2026-01-01T18:10:57.000000Z",
                "updated_at": "2026-01-01T18:10:57.000000Z",
                "deleted_at": null
            },
            "user": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2026-01-01T18:10:58.000000Z",
                "updated_at": "2026-01-01T18:10:58.000000Z",
                "branch_id": null,
                "deleted_at": null
            },
            "approver": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2026-01-01T18:10:58.000000Z",
                "updated_at": "2026-01-01T18:10:58.000000Z",
                "branch_id": null,
                "deleted_at": null
            }
        }
    ],
    "meta": {
        "request_id": "req_PwZ2xRBOaknS",
        "timestamp": "2026-01-01T22:14:37+00:00"
    }
}

================================================================================