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