curl --location --request POST 'https://api.lootlocker.io/admin/game//player//name' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"name": "new_name",
"platform": "guest"
}'
{}
x-auth-token: ********************