{
"courseId": "1905531810544304130",
"productId": "",
"cid": "L:LESSON:BpxzxXz80AC"
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v2/hsk-course/cid_props/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": "1905531810544304130",
"productId": "",
"cid": "L:LESSON:BpxzxXz80AC"
}'
{
"code": "200",
"data": {
"paperId": 95,
"hskLevel": 1,
"webExamName": "汝海燕",
"coverImage": "https://loremflickr.com/400/400?lock=4915484539782276"
}
}