curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/hsk-real-question/year/query/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}'
{
"code": "",
"data": [
{
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"type": 0,
"pid": 0,
"text": "",
"sort": 0,
"status": 0,
"childs": [
{
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"type": 0,
"pid": 0,
"text": "",
"sort": 0,
"status": 0,
"childs": []
}
]
}
],
"msg": "",
"total": 0
}