{
"list": [
{
"id": 0,
"score": 0
}
]
}
curl --location --request PUT 'http://127.0.0.1:8080/api/answers/correct' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"id": 0,
"score": 0
}
]
}'
{
"code": 200,
"data": {},
"msg": "批改试卷完成"
}