{
"receiveNotifications": true,
"notifications": [
{
"name": "string",
"isSubscribed": true
}
]
}
curl --location --request PUT '/api/services/app/Notification/UpdateNotificationSettings' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiveNotifications": true,
"notifications": [
{
"name": "string",
"isSubscribed": true
}
]
}'
{}