<?xml version="1.0" encoding="UTF-8"?>
<user xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id type="integer">1</id>
  <handle type="string">ari-lumen</handle>
  <displayName type="string">Ari Lumen</displayName>
  <email type="string">ari.lumen@example.com</email>
  <active type="boolean">true</active>
  <nickname xsi:nil="true"/>
  <reputation type="number">98.5</reputation>
  <registeredAt type="string">2024-02-29T09:15:00Z</registeredAt>
  <roles type="array">
    <item type="string">owner</item>
    <item type="string">editor</item>
  </roles>
  <preferences>
    <language type="string">en</language>
    <timeZone type="string">Europe/Amsterdam</timeZone>
    <newsletter type="boolean">true</newsletter>
  </preferences>
  <address>
    <street type="string">17 Lantern Lane</street>
    <city type="string">Morrow Bay</city>
    <postalCode type="string">1000 AA</postalCode>
    <countryCode type="string">NL</countryCode>
  </address>
  <avatarUrl type="string">https://example.com/avatars/ari-lumen.png</avatarUrl>
</user>
