x-auth-token: ********************
curl --location -g --request POST 'https://api.lootlocker.io/admin/game//player/{{player_id}}/assets/instances/{{asset_instance_id}}/progressions/{{progression_id}}/reset' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100
}'
{}