{
"gradeId": 0,
"gradeName": "string",
"levelId": 0,
"chapterId": 0,
"wordId": 0,
"operationType": "COLLECTION"
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/collect/change' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeId": 0,
"gradeName": "string",
"levelId": 0,
"chapterId": 0,
"wordId": 0,
"operationType": "COLLECTION"
}'
{
"code": "",
"data": false,
"msg": "",
"total": 0
}