{
"ids": [
"string"
],
"password": "string"
}
curl --location --request POST '/core/dashboard/batchExport' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"password": "string"
}'
{}