Authorization: Bearer ********************curl --location --request GET '/show/schedule' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"endTime": "string",
"title": "string",
"startTime": "string",
"location": "string",
"content": "string"
}
]
}