x-auth-token: ********************curl --location --request PATCH 'https://api.lootlocker.io/admin/game//player//bans/notes' \
--header 'Authorization: Bearer <token>' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": "Updated reason: repeated TOS violations"
}'{}