curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/search/box/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"box_desc": "品牌介绍",
"box_id": "20220308000000128693",
"brand_id": "1000467882",
"business_benefit_switch": false,
"custom_keywords": "自定义触发词",
"image_id": "A*oZQmT4xTBPUAAAAAAAAAAAAAAQAAAQ",
"image_name": "搜索直达氛围图1",
"merchant_id": "2088xxxxxxxxxxxx",
"module_id": "20220308000000168465",
"module_type": "BOX_EXCLUSIVE_KEYWORD",
"related_accounts": [
{
"app_name": "string",
"app_type": "string",
"relate_appid": "string"
}
],
"service_infos": [
{
"service_category_code": "string",
"service_category_name": "string",
"service_code": "string",
"service_name": "string"
}
],
"target_appid": "2018092561507369",
"area_keywords": "[\"简称触发词\"]",
"business_district_ids": "[\"商圈id\"]"
}'