curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/keyword/setting' \
--header 'platform;' \
--form 'intercept_way="0"' \
--form 'filter_mobile_switch="0"' \
--form 'filter_qq_switch="0"' \
--form 'special_role_switch="0"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {},
"request_id": "string"
}