Authorization: Bearer ********************{
"name": "工业科2"
}curl --location --request DELETE '/gongye/zdqy/group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "工业科2"
}'{
"msg": "string",
"code": 0,
"data": [
{
"name": "string",
"createTime": "string"
}
]
}