Authorization: Bearer ********************
{
"ledgerIds": [3, 4, 5, 6, 7]
}
curl --location --request POST '/matter/ledger/batchExportMatter' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ledgerIds": [3, 4, 5, 6, 7]
}'
{}