================================================================================
REQUEST LOG: req_5HiFNzieigJj
================================================================================

[2025-12-31 18:12:53.265224] REQUEST END
    Status: 200
    Response Time: 1.83ms
    Response: {
    "success": true,
    "message": "Branch expenses retrieved successfully",
    "data": [
        {
            "id": 1,
            "branch_id": 1,
            "expense_category_id": 2,
            "user_id": 2,
            "title": "bills",
            "description": null,
            "amount": "100.00",
            "payment_method": "cash",
            "reference_number": "6757574",
            "receipt_image": null,
            "expense_date": "2025-12-29T00:00:00.000000Z",
            "status": "approved",
            "approved_by": 2,
            "approved_at": "2025-12-29T18:45:02.000000Z",
            "rejection_reason": null,
            "created_at": "2025-12-29T18:40:37.000000Z",
            "updated_at": "2025-12-29T18:45:02.000000Z",
            "deleted_at": null,
            "category": {
                "id": 2,
                "name": "Utilities",
                "description": "Electricity, water, gas bills",
                "is_active": true,
                "created_at": "2025-12-26T21:53:32.000000Z",
                "updated_at": "2025-12-26T21:53:32.000000Z",
                "deleted_at": null
            },
            "user": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2025-12-26T21:53:33.000000Z",
                "updated_at": "2025-12-26T21:53:33.000000Z",
                "branch_id": null,
                "deleted_at": null
            },
            "approver": {
                "id": 2,
                "name": "Super Admin",
                "email": "admin@creamyutopia.com",
                "email_verified_at": null,
                "created_at": "2025-12-26T21:53:33.000000Z",
                "updated_at": "2025-12-26T21:53:33.000000Z",
                "branch_id": null,
                "deleted_at": null
            }
        }
    ],
    "meta": {
        "request_id": "req_5HiFNzieigJj",
        "timestamp": "2025-12-31T18:12:53+00:00"
    }
}

================================================================================