curl --location --request GET 'http://test-apisix.taolihanyu.net/roadmap/progress/prize-count/' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"mid": 0,
"chapterId": 0,
"levelId": 0,
"learnStep": "",
"rating": "",
"prizeId": 0,
"prizeStep": "",
"duration": 0,
"accuracy": "",
"status": "",
"isBuy": ""
}
],
"msg": "",
"total": 0
}