{
"preferences": {
"emailNotifications": true,
"smsNotifications": true,
"marketingEmails": true,
"theme": "string",
"currency": "string"
},
"updateMask": "string"
}
curl --location --request PATCH '/v1/user//preferences' \
--header 'Content-Type: application/json' \
--data-raw '{
"preferences": {
"emailNotifications": true,
"smsNotifications": true,
"marketingEmails": true,
"theme": "string",
"currency": "string"
},
"updateMask": "string"
}'
{
"preferences": {
"emailNotifications": true,
"smsNotifications": true,
"marketingEmails": true,
"theme": "string",
"currency": "string"
}
}