{
"page": 1,
"size": 20,
"questionId": 0,
"courseId": 0,
"practiceBookId": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/hsk-special-course/wrong-question/member/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"questionId": 0,
"courseId": 0,
"practiceBookId": 0
}'
{
"code": "",
"data": [
{
"uid": 0,
"mid": 0,
"nickName": "",
"lastUpdateTime": "",
"wrongNum": 0
}
],
"msg": "",
"total": 0
}