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