{
"type": "bulk_result",
"task_id": "{{emailTaskId}}"
}curl --location --request POST '/api/email/verify' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "bulk_result",
"task_id": "{{emailTaskId}}"
}'{
"success": true,
"request_id": "req_xxx",
"error": null
}