Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/testing/tests/batch/remove' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"019d0a3b-3c31-70b9-be76-b1fc67ff6605",
"019d0a3b-3c31-70b9-be76-b1fc67ff6606"
]
}'