Authorization: Bearer ********************{
"studentId": "admin",
"topicId": 80
}curl --location --request PUT 'https://sit-api.brain-ol.com/thesis/tasks/1/progress/admin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentId": "admin",
"topicId": 80
}'{
"code": 0,
"msg": "string",
"data": "string"
}