curl --location --request PATCH 'https://api.lootlocker.io/admin/subscriptions/23646' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data '{ "discord_users": "hello, world" }'
{}