curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/search/box/batchquery' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id": "2088xxxxxxxxxxxx",
"page_number": 1,
"page_size": 10
}'
{
"box_infos": [
{
"box_id": "20220117000000112680",
"brand_id": "1000467882",
"name": "搜索直达名称",
"status": "ONLINE",
"target_appid": "2018092561507369"
}
],
"page_number": 1,
"page_size": 10,
"total_count": 100,
"total_page_count": 5
}