{
"word": [
"梦乃栞看",
"刚刚"
],
"status": 1
}
curl --location --request POST '/adminapi/setting.sensitiveWord/add' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"word": [
"梦乃栞看",
"刚刚"
],
"status": 1
}'