{
"id": "string",
"kdbAccount": "string",
"shopId": "string",
"customShopName": "string",
"shopFeatures": "string",
"shopAddress": "string",
"shopTraffic": "string",
"discountedAmtSwitch": "string",
"customAvgCost": 0
}
curl --location --request POST '/userPlatform/kdb/shop/addOrUpdateSetting' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"kdbAccount": "string",
"shopId": "string",
"customShopName": "string",
"shopFeatures": "string",
"shopAddress": "string",
"shopTraffic": "string",
"discountedAmtSwitch": "string",
"customAvgCost": 0
}'
{
"code": 0,
"message": "",
"data": ""
}