{
"shopName": "string",
"shopId": "string"
}
curl --location --request POST '/userPlatform/physical/shop/addOrModifyShop' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopName": "string",
"shopId": "string"
}'
{
"code": 0,
"message": "",
"data": ""
}