Authorization: ********************curl --location 'https://api.belga.press/belgapress/api/users//topics/notifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"topicIds": [
"string"
],
"notifications": {
"languages": "NL",
"muted": true,
"scheduling": {
"instant": true,
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
]
},
"includedNewsTypes": [
"PRESS_RELEASES"
]
}
}'{
"clientId": "string",
"errorCode": "string",
"exceptionReason": "INACTIVE_USER",
"exceptionType": "string",
"filteredStackTrace": [
{
"fileName": "string",
"lineNumber": 0,
"methodName": "string"
}
],
"localDateTime": "2019-08-24T14:15:22.123Z",
"login": "string",
"message": "string"
}