Get notifications count
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/notifications/count \ --header 'X-API-KEY: <api-key>'
{ "count": 123 }