curl --location --request PATCH '/api/v1/user/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"diff_view_style": "string",
"full_name": "string",
"hide_activity": true,
"hide_email": true,
"language": "string",
"location": "string",
"theme": "string",
"website": "string"
}'{
"description": "string",
"diff_view_style": "string",
"full_name": "string",
"hide_activity": true,
"hide_email": true,
"language": "string",
"location": "string",
"theme": "string",
"website": "string"
}