x-auth-token: ********************
curl --location -g --request PUT 'https://api.lootlocker.io/admin/game//reward/group/01J08QX9BT858DZ6P2SEDD3D04' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "some-new-name",
"description": "some-new-description"
}'
{}