================================================================================
REQUEST LOG: req_PEBHNXBTZpEM
================================================================================

[2026-01-02 08:13:39.748310] REQUEST END
    Status: 200
    Response Time: 6.33ms
    Response: {
    "success": true,
    "message": "Branches retrieved successfully",
    "data": [
        {
            "id": 4,
            "parent_id": null,
            "name": "Creamy Utopia - Beach",
            "code": "BH001",
            "address": "789 Beach Boulevard",
            "phone": "555-0103",
            "email": "beach@creamyutopia.com",
            "is_active": true,
            "settings": {
                "stock_restriction_enabled": true
            },
            "parent": null,
            "children": [],
            "created_at": "2026-01-01T18:10:59.000000Z",
            "updated_at": "2026-01-01T18:10:59.000000Z"
        },
        {
            "id": 2,
            "parent_id": null,
            "name": "Creamy Utopia - Downtown",
            "code": "DT001",
            "address": "123 Main Street, Downtown",
            "phone": "555-0101",
            "email": "downtown@creamyutopia.com",
            "is_active": true,
            "settings": {
                "stock_restriction_enabled": true
            },
            "parent": null,
            "children": [],
            "created_at": "2026-01-01T18:10:59.000000Z",
            "updated_at": "2026-01-01T18:10:59.000000Z"
        },
        {
            "id": 3,
            "parent_id": null,
            "name": "Creamy Utopia - Mall",
            "code": "ML001",
            "address": "456 Shopping Center, Mall Road",
            "phone": "555-0102",
            "email": "mall@creamyutopia.com",
            "is_active": true,
            "settings": {
                "stock_restriction_enabled": true
            },
            "parent": null,
            "children": [],
            "created_at": "2026-01-01T18:10:59.000000Z",
            "updated_at": "2026-01-01T18:10:59.000000Z"
        },
        {
            "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": "2026-01-01T18:10:58.000000Z",
            "updated_at": "2026-01-01T18:10:58.000000Z"
        }
    ],
    "meta": {
        "request_id": "req_PEBHNXBTZpEM",
        "timestamp": "2026-01-02T08:13:39+00:00",
        "pagination": {
            "current_page": 1,
            "last_page": 1,
            "per_page": 15,
            "total": 4,
            "from": 1,
            "to": 4
        }
    }
}

================================================================================