<?xml version="1.0" encoding="UTF-8"?>
<user xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id type="integer">2</id>
  <handle type="string">sol-veer</handle>
  <displayName type="string">Sol Veer</displayName>
  <email type="string">sol.veer@example.com</email>
  <active type="boolean">false</active>
  <nickname type="string">Sól</nickname>
  <reputation type="number">0</reputation>
  <registeredAt type="string">2025-01-15T18:30:00+05:30</registeredAt>
  <roles type="array">
    <item type="string">viewer</item>
  </roles>
  <preferences>
    <language type="string">nl-NL</language>
    <timeZone type="string">Europe/Brussels</timeZone>
    <newsletter type="boolean">false</newsletter>
  </preferences>
  <address>
    <street type="string">4 Copper Court</street>
    <city type="string">Vesper</city>
    <postalCode type="string">2000</postalCode>
    <countryCode type="string">BE</countryCode>
  </address>
</user>
