curl --request PUT \
--url https://api.example.com/v1/ui/users \
--header 'Content-Type: application/json' \
--data '
{
"preferences": {},
"name": "<string>",
"timezone": "<string>"
}
'curl --request PUT \
--url https://api.example.com/v1/ui/users \
--header 'Content-Type: application/json' \
--data '
{
"preferences": {},
"name": "<string>",
"timezone": "<string>"
}
'