curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/search/appkeyword/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_id": "20220513000000165607",
"target_appid": "2021001120654127",
"key_words": "[\"关键词1\",\"关键词2\"]"
}'{}