Authorization: Bearer ********************
curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/resource/videoCourse/list?courseId=&locaType=&bottomType=' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"rows": [
{
"courseId": 0,
"locaType": 0,
"videoUrl": "string",
"videoType": 0,
"videoId": "string",
"bottomType": 0,
"phoneNum": "string"
}
],
"code": 0,
"msg": "string"
}