Authorization: Bearer ********************
curl --location --request GET '/gcs/protection/projectOverview?departmentId=d860c35a-ac92-4275-83af-bd669f5b71b0' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": {
"departmentNum": 0,
"projectNum": 0,
"departmentName": "string",
"departmentId": "string",
"projectName": "string",
"projectId": "string",
"serverNum": 0,
"secondLevelNum": 0,
"threeLevelNum": 0,
"fourLevelNum": 0
}
}