Authorization: Bearer ********************
curl --location --request GET '/gcs/dashboard/serverOverview?departmentId=11370800004313485J&projectId=JN2022072001' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": {
"totalNum": 0,
"addTotalNum": 0,
"removeTotalNum": 0,
"xcNum": 0,
"times": [
"string"
],
"addValue": [
0
],
"removeValue": [
0
],
"xcAddValue": 0,
"xcRemoveValue": 0
}
}