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