{
"shopNameText": "string"
}
curl --location --request POST '/hdp/shop/box' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopNameText": "string"
}'
{"code":200,"message":"接口调用成功","data":[{"shopId":"067676","shopName":"测试店铺信息1"}]}