Authorization: Bearer ********************{
"nick": "Aaron Liu",
"group_expires": true,
"language": "zh-CN",
"preferred_theme": "#1976d2",
"version_retention_enabled": true,
"version_retention_ext": [
"string"
],
"version_retention_max": 0,
"current_password": "string",
"new_password": "string",
"two_fa_enabled": true,
"two_fa_code": "string",
"disable_view_sync": true
}curl --location --request PATCH '/user/setting' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nick": "Aaron Liu",
"group_expires": true,
"language": "zh-CN",
"preferred_theme": "#1976d2",
"version_retention_enabled": true,
"version_retention_ext": [
"string"
],
"version_retention_max": 0,
"current_password": "string",
"new_password": "string",
"two_fa_enabled": true,
"two_fa_code": "string",
"disable_view_sync": true
}'{
"code": 0,
"msg": ""
}