curl --request GET \
--url https://api.devhelm.io/api/v1/notifications/unread-count \
--header 'Authorization: Bearer <token>'{
"data": 123
}curl --request GET \
--url https://api.devhelm.io/api/v1/notifications/unread-count \
--header 'Authorization: Bearer <token>'{
"data": 123
}