Authorization: ********************curl --location --request POST '/users//topics//notifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"languages": "NL",
"muted": true,
"scheduling": {
"instant": true,
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
]
},
"includedNewsTypes": [
"PRESS_RELEASES"
]
}'{
"id": 0,
"languages": "NL",
"muted": true,
"scheduling": {
"instant": true,
"intervals": [
{
"days": [
"MONDAY"
],
"time": "string"
}
]
},
"topic": {
"id": 0,
"content": {
"nl": {
"tagId": 0,
"title": "string"
},
"fr": {
"tagId": 0,
"title": "string"
},
"en": {
"tagId": 0,
"title": "string"
}
},
"category": "SOCIETY_ENVIRONMENT",
"thumbUrl": "string",
"coverUrl": "string"
},
"includedNewsTypes": [
"PRESS_RELEASES"
]
}