Authorization: Bearer ********************
curl --location --request GET '/class/list?pageNum=1&pageSize=10' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "data": {}, "msg": "string" }