curl --location --request GET '/notifications/messages' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"inhoud": "string",
"link": "http://example.com",
"gelezen": true,
"ontvangstmoment": "2019-08-24T14:15:22Z",
"aanvraagId": 0
}
]