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