{ "key": "string" }
curl --location 'http://localhost:8080/student/common/delete' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data '{ "key": "string" }'
{ "code": 0, "msg": "", "data": [ "" ] }