Authorization: Bearer ********************{
"detailPersonId": 0,
"planDetailId": 0,
"courseId": 0,
"progress": 0,
"isFinishWatch": 0
}curl --location --request PUT 'http://127.0.0.1:9000/course/chgProgress' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"detailPersonId": 0,
"planDetailId": 0,
"courseId": 0,
"progress": 0,
"isFinishWatch": 0
}'{}