Authorization: ********************curl --location --request GET 'https://api.belga.press/belgapress/api/users//topics?notifications&following' \
--header 'Authorization: Bearer <token>'[
{
"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",
"following": true,
"notifications": true
}
]