{
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"moduleType": 0,
"relatedId": 0,
"type": 1,
"stage": 0,
"sort": 0,
"status": 1
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v1/hsk-course/learn/submit' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": 0,
"unitId": 0,
"lessonId": 0,
"moduleType": 0,
"relatedId": 0,
"type": 1,
"stage": 0,
"sort": 0,
"status": 1
}'
{
"code": "",
"data": false,
"msg": "",
"total": 0
}