{
"shopName": "string",
"kdbShopId": "string",
"shopAddress": "string",
"customName": "string",
"customPhone": "string"
}curl --location '/userPlatform/hdp/shop/add' \
--header 'Content-Type: application/json' \
--data '{
"shopName": "string",
"kdbShopId": "string",
"shopAddress": "string",
"customName": "string",
"customPhone": "string"
}'{
"code": 0,
"message": "",
"data": null
}