curl --location --globoff --request PATCH 'https://api.lootlocker.io/admin/v1/game//dlc/4' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data '{ "active": true }'
{}