Authorization: Bearer ********************curl --location 'https://testforgeplus.trustie.net/api/users//statistics/role.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_projects_count": 25,
"role": {
"owner": {
"count": 25,
"percent": 1
},
"manager": {
"count": 0,
"percent": 0
},
"developer": {
"count": 0,
"percent": 0
},
"reporter": {
"count": 0,
"percent": 0
}
}
}