Authorization: Bearer ********************
{
"matterIds": [1, 2, 3]
}
curl --location --request POST '/matter/ledgerItem/batchExportMatter' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matterIds": [1, 2, 3]
}'
{}