{
"reportId": 0,
"isNew": false
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/app-api/v2/course/report/share' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"reportId": 0,
"isNew": false
}'