{
"semester": "202301",
"courseName": "算法与数据结构",
"userId": 15
}
curl --location --request DELETE 'http://localhost:9090/supervisiontasks' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"semester": "202301",
"courseName": "算法与数据结构",
"userId": 15
}'
{
"code": 1,
"msg": "success",
"data": null
}