Authorization: Bearer ********************
{
"matterIds": [
13
]
}
curl --location --request POST '/matter/ledgerItem/hastenWork' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matterIds": [
13
]
}'
{
"msg": "string",
"code": 0
}