Authorization: Bearer ********************
curl --location --request GET '/gcs/resource/crc/page' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"id": "string",
"name": "string",
"year": 0,
"startDate": "string",
"endDate": "string"
}
]
}