================================================================================
REQUEST LOG: req_2EXdcmLCT66l
================================================================================

[2026-01-01 17:31:41.258173] REQUEST END
    Status: 200
    Response Time: 7.89ms
    Response: {
    "success": true,
    "message": "Branches retrieved successfully",
    "data": [
        {
            "id": 1,
            "parent_id": null,
            "name": "Main Branch",
            "code": "MAIN",
            "address": "123 Main Street",
            "phone": "+1234567890",
            "email": "main@creamyutopia.com",
            "is_active": true,
            "settings": {
                "stock_restriction_enabled": true
            },
            "parent": null,
            "children": [],
            "created_at": "2025-12-26T21:53:33.000000Z",
            "updated_at": "2025-12-26T21:53:33.000000Z"
        }
    ],
    "meta": {
        "request_id": "req_2EXdcmLCT66l",
        "timestamp": "2026-01-01T17:31:41+00:00",
        "pagination": {
            "current_page": 1,
            "last_page": 1,
            "per_page": 15,
            "total": 1,
            "from": 1,
            "to": 1
        }
    }
}

================================================================================