curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/game/2/rarity/18' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"name": "Legendary",
"short_name": "L",
"color": "FEDBCA"
}'
{}
x-auth-token: ********************