curl --request GET \
--url http://localhost:8080/cabinet/polls/count{
"count": 123
}Get count of polls available for the user.
curl --request GET \
--url http://localhost:8080/cabinet/polls/count{
"count": 123
}Successful Response
Count of available polls.