Authorization: Bearer ********************
{
"ledgerId": 0,
"type": "string",
"code": "string",
"title": "string",
"content": "string",
"department": "string"
}
curl --location --request POST '/matter/ledgerItem/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ledgerId": 0,
"type": "string",
"code": "string",
"title": "string",
"content": "string",
"department": "string"
}'
{}