{
"page": 1,
"size": 20,
"id": 0,
"type": 0,
"lang": "string",
"listenSwitch": 0,
"status": 0,
"level": 0,
"year": 0,
"partNum": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/hsk-real-question/query-copywriting' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"id": 0,
"type": 0,
"lang": "string",
"listenSwitch": 0,
"status": 0,
"level": 0,
"year": 0,
"partNum": 0
}'
{
"code": "",
"data": [
{
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"subjectType": 0,
"hskLevel": 0,
"writingId": 0,
"type": 0,
"sort": 0,
"status": 0,
"content": "",
"lang": ""
}
],
"msg": "",
"total": 0
}