Authorization: Bearer ********************
curl --location --request GET '/matter/ledger/stateStatistics?type=CWHY' \
--header 'Authorization: Bearer <token>'
{
"msg": "操作成功",
"code": 200,
"data": {
"ledgerId": null,
"ledgerType": "CWHY",
"toBeConfirmed": 0,
"inProcess": 4,
"finished": 1,
"archived": 0,
"total": 5
}
}