Authorization: Bearer ********************{
"idList": "Collections.emptyList()",
"deviceIds": "Collections.emptyList()",
"accountList": "Collections.emptyList()"
}curl --location --request POST '/eims/api/v2/admin/assets/devices/actions/batch-delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idList": "Collections.emptyList()",
"deviceIds": "Collections.emptyList()",
"accountList": "Collections.emptyList()"
}'{}