/v1/notifications/unread-count| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X GET '/api-proxy/v1/notifications/unread-count' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": {
"count": 0
}
}curl -X GET '/api-proxy/v1/notifications/unread-count' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": {
"count": 0
}
}