{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"shopid": "string",
"placetypeid": "string",
"placeid": "string",
"placename": "string",
"flag": "string"
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/place/getPlace' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"shopid": "string",
"placetypeid": "string",
"placeid": "string",
"placename": "string",
"flag": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}