{
"shopId": "string",
"shopName": "string",
"shopStatus": "string",
"kdbShopId": "string",
"shopAddress": "string",
"customName": "string",
"customPhone": "string"
}
curl --location --request POST '/hdp/shop/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "string",
"shopName": "string",
"shopStatus": "string",
"kdbShopId": "string",
"shopAddress": "string",
"customName": "string",
"customPhone": "string"
}'
{
"code": 0,
"message": "",
"data": null
}