curl --location --request POST 'https://api.plusvibe.ai/api/v1/blocklist/add/entries' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"entries": [
"blockedemail@example.com",
"domaintoblock.com"
]
}'{
"status": "success",
"entries_added": 2,
"already_in_blocklist": 0
}