Authorization: Bearer ********************
curl --location --request GET '/gcs/dashboard/departmentProjectServerOverview' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": {
"departmentId": "string",
"departmentName": "string",
"projectId": "string",
"projectName": "string",
"departmentNum": 0,
"projectNum": 0,
"serverNum": 0
}
}