{
"id": 4
}curl --location --request POST '/myauth/web/delRole' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 4
}'{
"code": 200,
"success": true,
"msg": "删除成功",
"sign": "",
"result": null,
"timestamp": 1647067344495
}