Authorization: ********************X-API-Key: ********************curl --location --request PATCH 'https://my.xentree.com/api/live/nickname' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string"
}'