Authorization: Bearer ********************curl --location --request GET '/eims/api/user/settings' \
--header 'Authorization: Bearer <token>'{
"changeAvatar": false,
"orgTreePrivacy": {
"showOrgTreePrivacy": [
""
]
},
"informationPrivacy": {
"hideType": [
""
],
"whitesList": {
"type": "",
"data": [
""
]
}
}
}