================================================================================
REQUEST LOG: req_bdWOiJIiISlV
================================================================================

[2026-04-02 21:06:58.859220] REQUEST END
    Status: 200
    Response Time: 5.09ms
    Response: {
    "success": true,
    "message": "Branch expenses retrieved successfully",
    "data": [
        {
            "id": 1,
            "branch_id": "1",
            "expense_category_id": "1",
            "user_id": "1",
            "title": "bill",
            "description": "tst",
            "amount": "100.00",
            "payment_method": "cash",
            "reference_number": "ref-200-100",
            "receipt_image": null,
            "expense_date": "2025-12-16T00:00:00.000000Z",
            "status": "pending",
            "approved_by": null,
            "approved_at": null,
            "rejection_reason": null,
            "created_at": "2025-12-16T21:20:36.000000Z",
            "updated_at": "2025-12-16T21:20:36.000000Z",
            "deleted_at": null,
            "category": {
                "id": 1,
                "name": "icecream",
                "description": "test",
                "is_active": true,
                "created_at": "2025-12-16T21:12:53.000000Z",
                "updated_at": "2025-12-16T21:12:53.000000Z",
                "deleted_at": null
            },
            "user": {
                "id": 1,
                "branch_id": null,
                "name": "Administrator",
                "email": "admin@creamy-utopia.com",
                "email_verified_at": null,
                "created_at": "2025-12-02T23:50:19.000000Z",
                "updated_at": "2025-12-22T12:33:28.000000Z",
                "deleted_at": null
            },
            "approver": null
        }
    ],
    "meta": {
        "request_id": "req_bdWOiJIiISlV",
        "timestamp": "2026-04-02T21:06:58+00:00"
    }
}

================================================================================