curl --location --request POST '/bill/receiveBillFSL/billStatusCount' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"code": 0,
"data": {
"alreadyReceiveCount": 0,
"alreadySendCount": 0,
"checkedCount": 0,
"disposeCount": 0,
"invalidCount": 0,
"notDispose": 0,
"packingCount": 0,
"receiveCount": 0,
"reverseCheckedCount": 0,
"unCheckedCount": 0
},
"msg": "string"
}