curl --location --request DELETE 'https://dev.your-api-server.com/api/ner/v1/example' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"exampleId": ["6cfe971a-b2a0-4ac1-94f1-a411a231e330", "a7c0603c-29db-4004-92db-8d7736502284"]
}'
{}