{}
curl --location --request GET '/adminapi/setting.sensitiveWord/getConfig' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"is_sensitive": 1
}
}