{}
curl --location --request POST '/api/auth/countForManager' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"authorizingCount": 0,
"authorizedCount": 0,
"expiredCount": 0,
"rejectedCount": 0
}
}