curl --location --request GET 'http://192.168.20.159:8080/hyd-base-system/course/appHostCourseList' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"topicId": 922337203685477600,
"name": "string",
"showImg": "string",
"calorie": 0,
"participants": 0,
"tag": "string"
}
],
"success": true
}