Authorization: Bearer ********************curl --location --request GET '/gcs/business/server/serverVersionPage' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"os": "string",
"projectName": "string",
"projectId": "string",
"num": 0
}
]
}