Получить количество непрочитанных уведомлений
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/notification/unread' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "notificationCategoryID": [ 1 ] }'
{ "count": 1 }