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