curl --request PUT \
--url https://api.example.com/api/Users/Me/Settings \
--header 'Content-Type: application/json' \
--data '
[
{
"type": "<string>",
"value": "<string>"
}
]
'curl --request PUT \
--url https://api.example.com/api/Users/Me/Settings \
--header 'Content-Type: application/json' \
--data '
[
{
"type": "<string>",
"value": "<string>"
}
]
'Was this page helpful?