Authorization: Bearer ********************
curl --location --request GET '/gcs/dashboard/projectPage?pageNum=1&pageSize=10&departmentId=11370800004313485J&projectName=生产监管' \
--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
}
]
}