{
"search": "string",
"status": "FAILED",
"beginTime": "string",
"endTime": "string",
"page": 1,
"size": 20,
"video": "string",
"examples": "string",
"lang": "string",
"gradeId": "string",
"version": "NO"
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/chapter/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "string",
"status": "FAILED",
"beginTime": "string",
"endTime": "string",
"page": 1,
"size": 20,
"video": "string",
"examples": "string",
"lang": "string",
"gradeId": "string",
"version": "NO"
}'
{
"code": "",
"data": [
{
"id": 0,
"stationId": 0,
"chapterTitle": "",
"levelTitle": "",
"galias": "",
"backImg": "",
"coverImg": "",
"duration": "",
"chTitle": "",
"words": "",
"version": "",
"status": "",
"createTime": "",
"wordIds": "",
"learnWordIdList": [
0
],
"exercisesIdList": [
0
]
}
],
"msg": "",
"total": 0
}