curl --location --request GET 'http://dev-cn.your-api-server.com/workspaces/ws-1Ab234/roles'
{
"items": [
{
"month": "2020-09-15",
"activeAdminCount": 2,
"activeDocMakerCount": 2,
"activeEditorCount": 2,
"inactiveAdminCount": 2,
"inactiveDocMakerCount": 2,
"inactiveEditorCount": 2
}
]
}