{
"$schema": "https://example.com/schemas/ListNotificationsResponseBody.json",
"next_page_token": "string",
"notifications": [
{
"action_needed": true,
"aggregate_id": "string",
"aggregate_type": "string",
"create_time": "2019-08-24T14:15:22.123Z",
"cta": "string",
"event_type": "string",
"id": "string",
"is_critical": true,
"is_read": true,
"message": "string",
"payload": null,
"read_time": "2019-08-24T14:15:22.123Z",
"redirect_url": "string",
"type": "string",
"update_time": "2019-08-24T14:15:22.123Z"
}
]
}