================================================================================
REQUEST LOG: req_8FJuZVkqN4qA
================================================================================

[2026-04-09 22:47:53.014362] REQUEST END
    Status: 200
    Response Time: 12.75ms
    Response: {
    "success": true,
    "message": "Branches retrieved successfully",
    "data": [
        {
            "id": 2,
            "parent_id": null,
            "name": "Downtown Branch",
            "code": "DOWNTOWN2",
            "address": "456 Main Street, Downtown",
            "phone": "+1-555-0102",
            "email": "downtown@creamyutopia.com",
            "is_active": true,
            "settings": {
                "stock_restriction_enabled": true
            },
            "parent": null,
            "children": [],
            "created_at": "2025-12-04T05:16:33.000000Z",
            "updated_at": "2025-12-04T05:16:33.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": "2025-12-02T23:50:19.000000Z",
            "updated_at": "2025-12-02T23:50:19.000000Z"
        }
    ],
    "meta": {
        "request_id": "req_8FJuZVkqN4qA",
        "timestamp": "2026-04-09T22:47:53+00:00",
        "pagination": {
            "current_page": 1,
            "last_page": 1,
            "per_page": 15,
            "total": 2,
            "from": 1,
            "to": 2
        }
    }
}

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