curl --location --request PATCH 'https://my.xentree.com/api/auth/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"email": "user@example.com",
"username": "string"
}'{
"id": "string",
"username": "string",
"email": "user@example.com",
"full_name": "string",
"nickname": "string"
}