curl --location --request DELETE 'http://127.0.0.1:8080/api/grades/delete/' \ --header 'Authorization;'
{ "code": 200, "data": {}, "msg": "删除成功" }