{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"mid": 0,
"levelId": 0,
"chapterId": 0,
"reportId": 0,
"progressId": 0,
"duration": 0,
"status": "FAILED"
}
curl --location --request PUT 'http://test-apisix.taolihanyu.net/roadmap/history/changeStatus' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"mid": 0,
"levelId": 0,
"chapterId": 0,
"reportId": 0,
"progressId": 0,
"duration": 0,
"status": "FAILED"
}'
{
"code": "",
"data": {},
"msg": "",
"total": 0
}