curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/exercise/chapter/' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"id": 0,
"chapterId": 0,
"exercise": "",
"type": "",
"wordId": 0,
"wordInfoBO": {
"wordId": 0,
"word": "",
"pinyin": "",
"translate": "",
"audioUrl": "",
"imgUrlStr": "",
"imgUrl": [
""
],
"grade": ""
},
"status": ""
}
],
"msg": "",
"total": 0
}