blacklisted (newly added entries) and already_blacklisted (numbers that were previously blacklisted).curl --location 'https://platform-api.convirza.com/v3/blacklist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"caller_id": "2342342342",
"org_unit_id": 70035
}
]'{
"code": 200,
"message": "Success",
"data": {
"blacklisted": [
{
"caller_id": "2342342342",
"org_unit_id": 70035
}
],
"already_blacklisted": []
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}