{
"content": "string",
"resource": 0
}
curl --location --request POST 'http://127.0.0.1:8080/user/sensitiveSetting/deleteByContent' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"resource": 0
}'
{
"code": 0,
"msg": "删除成功",
"data": null
}