curl --location 'https://api.lootlocker.io/admin/game//player//delete-data' \
--header 'Content-Type: application/json' \
--data '{
"player_inventories": true,
"character_and_hero_inventories": true,
"characters_and_heroes": true,
"currencies": true,
"player_files": true,
"player_progressions": true,
"character_and_hero_progressions": true,
"inventory_item_progressions": true,
"player_storage": true,
"player_metadata": true,
"inventory_item_metadata": true,
"trigger_calls": true
}'{}