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