curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/user/preferences/2' \ --header 'x-auth-token: ' \ --header 'Content-Type: application/json' \ --data '{ "key": "testll", "value": "{\"test\":123}" }'
{}