curl --location --request PUT 'http://test-ops.taolihanyu.net/test/roadmap/progress/edit' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"mid": 0,
"chapterId": 0,
"levelId": 0,
"learnStep": "NO",
"rating": "string",
"prizeId": 0,
"prizeStep": "NO",
"duration": 0,
"accuracy": "string",
"status": "FAILED",
"isBuy": "NO"
}'