x-auth-token: ********************
curl --location -g --request PUT 'https://api.lootlocker.io/admin/game//progressions/{{progression_id}}' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "some_other_key",
"name": "some_other_name",
"active": true,
"allow_game_writes": true,
"allow_api_writes": true
}'
{}