curl --location --request GET '/api/services/app/Notification/GetNotificationSettings'
{
"receiveNotifications": true,
"notifications": [
{
"displayName": "string",
"description": "string",
"name": "string",
"isSubscribed": true
}
]
}