{
"shopid": "string"
}
curl --location --request POST '/icvs-bmm-rs/rationIn/getWorkSheeetCount' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopid": "string"
}'
{
"returncode": "",
"data": 0,
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}