curl --request PUT \
--url https://api.example.com/v1/ui/preferences/modes \
--header 'Content-Type: application/json' \
--data '
{
"mode": "light"
}
'curl --request PUT \
--url https://api.example.com/v1/ui/preferences/modes \
--header 'Content-Type: application/json' \
--data '
{
"mode": "light"
}
'light, dark Theme mode updated successfully