curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/app-api/v2/home/studying-course' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"type": 0,
"courseId": 0,
"unitId": 0,
"timesId": 0,
"title": "",
"introduce": "",
"coverImg": "",
"gradeId": 0,
"gradeSort": 0,
"unitSort": 0,
"timesSort": 0,
"timesName": "",
"learnedTotal": 0,
"lessonTotal": 0,
"scStatisKey": "",
"productId": "",
"status": 0
}
],
"msg": "",
"total": 0
}