username:password
Authorization: Basic *****************
curl --location --request GET '/user/settings' \
--header 'Authorization: Basic Og=='
[
{
"description": "string",
"diff_view_style": "string",
"full_name": "string",
"hide_activity": true,
"hide_email": true,
"language": "string",
"location": "string",
"theme": "string",
"website": "string"
}
]