Authorization: Bearer ********************
curl --location --request GET '/gcs/project/projectPage' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": [
{
"id": "string",
"departmentId": "string",
"projectName": "string",
"remark": null,
"createTime": "string",
"createBy": "string",
"updateTime": null,
"updateBy": null
}
]
}