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