================================================================================
REQUEST LOG: req_pNURBwH4EPnj
================================================================================

[2025-12-31 11:09:15.993201] REQUEST END
    Status: 200
    Response Time: 5.57ms
    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_pNURBwH4EPnj",
        "timestamp": "2025-12-31T11:09:15+00:00",
        "pagination": {
            "current_page": 1,
            "last_page": 1,
            "per_page": 15,
            "total": 1,
            "from": 1,
            "to": 1
        }
    }
}

================================================================================