Authorization: Bearer ********************
curl --location --request GET '/gcs/dashboard/serverPage?pageNum=1&pageSize=2&projectId=JN2022072001&serverName=服务器1' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"departmentId": "string",
"departmentName": "string",
"projectId": "string",
"projectName": "string",
"departmentNum": 0,
"projectNum": 0,
"serverNum": 0
}
]
}