curl --location --request GET '/notifications?page&size' \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": 0,
"type": "string",
"actor": {
"id": 0,
"username": "string"
},
"entityId": 0,
"isRead": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0,
"isLast": true
}