<?xml version="1.0" encoding="UTF-8"?>
<user xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id type="integer">3</id>
  <handle type="string">mira-star</handle>
  <displayName type="string">Mira 星</displayName>
  <email type="string">mira.star@example.com</email>
  <active type="boolean">true</active>
  <nickname xsi:nil="true"/>
  <reputation type="number">42.125</reputation>
  <registeredAt type="string">2025-06-01T00:00:00Z</registeredAt>
  <roles type="array">
    <item type="string">editor</item>
    <item type="string">viewer</item>
  </roles>
  <preferences>
    <language type="string">ja</language>
    <timeZone type="string">Asia/Tokyo</timeZone>
    <newsletter type="boolean">true</newsletter>
  </preferences>
  <address>
    <street type="string">9 Paper Crane Way</street>
    <city type="string">Hoshino</city>
    <postalCode type="string">100-0001</postalCode>
    <countryCode type="string">JP</countryCode>
  </address>
</user>
