Authorization: Bearer ********************
curl --location --request GET '/gcs/business/server/projectOverviewPage?departmentId=d860c35a-ac92-4275-83af-bd669f5b71b0' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"rows": [
{
"projectNum": null,
"departmentName": null,
"departmentId": null,
"projectName": "string",
"projectId": "string",
"serverNum": 0,
"cpu": 0,
"mem": "string",
"sysDisk": "string",
"dataDisk": "string",
"bandwidth": "string"
}
],
"code": 0,
"msg": "string"
}