curl --request PUT \
--url https://api.example.com/v1/ui/users/preferences \
--header 'Content-Type: application/json' \
--data '
{
"preferences": {}
}
'curl --request PUT \
--url https://api.example.com/v1/ui/users/preferences \
--header 'Content-Type: application/json' \
--data '
{
"preferences": {}
}
'Preferences updated successfully