200 - { unread_count: <int> }401 - invalid token | 404 - user not foundAuthorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/notifications/unread-count' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Success",
"data": {
"unread_count": 5
}
}