Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/admin/communities/reports/stats' \
--header 'Accept: application/json' \
--header 'X-Academy-ID: 1' \
--header 'Authorization: Bearer <token>'{
"data": {
"total": 10,
"topics_count": 4,
"replies_count": 2,
"comments_count": 4,
"pending_count": 6
}
}