{
"shopAddress": "string",
"shopCoordinate": "string",
"shopDescribe": "string",
"shopLogo": "string",
"shopName": "string",
"shopPhone": "string",
"shopUser": "string"
}
curl --location --request POST 'http://127.0.0.1:8585/shopSetting/createShop' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopAddress": "string",
"shopCoordinate": "string",
"shopDescribe": "string",
"shopLogo": "string",
"shopName": "string",
"shopPhone": "string",
"shopUser": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}