{
"word": [
"string"
],
"status": 0
}
curl --location --request POST '/adminapi/setting.SensitiveWord/add' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"word": [
"string"
],
"status": 0
}'
{"code":1,"show":1,"msg":"新增成功","data":[]}