curl --location --globoff 'https://api.lootlocker.io/admin/game//player/{{player_id}}/progressions/{{progression_id}}/points/subtract' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data '{ "amount": 12 }'
{}