curl --request DELETE \
--url https://staging-api.covver.io/api/ext/v1/people \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"collectionId": "<string>",
"emails": [
"<string>"
],
"companyId": "<string>"
}
'