Authorization: Bearer ********************[
"view-001",
"view-002",
"view-003"
]curl --location --request DELETE '/api/batch/view-p/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"view-001",
"view-002",
"view-003"
]'{
"data": true
}