{
"key": {}
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/place/count' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"returncode": "",
"data": 0,
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}