curl --location --request GET '/adminapi/setting.sensitiveWord/lists' \
--header 'token: {{admin-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"chat_logo": "",
"chat_default": "http://www.php-kl.localhost/resource/image/adminapi/default/chat_logo.png",
"chat_example": "http://www.php-kl.localhost/resource/image/adminapi/default/chat_example.png",
"global_directives": "",
"price_unit": ""
}
}