curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/searchbox/downgrade/save' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"box_id":"20220308000000128693",
"brand_id":"1000467882",
"service_infos":[
{
"service_code":"2021012121000864802961",
"service_name":"点餐",
"service_category_code":"XS2075",
"service_category_name":"点餐与排队"
}
],
"related_accounts":[
{
"app_type":"TINY_APP",
"relate_appid":"2018061360108419",
"app_name":"小程序名称"
}
],
"custom_keywords":[
"自定义触发词"
],
"box_desc":"品牌介绍",
"image_id":"A*oZQmT4xTBPUAAAAAAAAAAAAAAQAAAQ",
"image_name":"氛围图1",
"area_keywords":[
"简称触发词"
],
"business_district_ids":[
"商圈id"
],
"business_benefit_switch":false
}'