Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location --request PUT 'https://api.belga.press/belgapress/api/users//feeds//notificationsettings' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"instant": true,
"muted": true,
"scheduled": {
"muted": true,
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
]
}
}'{
"instant": true,
"muted": true,
"scheduled": {
"muted": true,
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
]
}
}