{
"type": "bulk_create",
"emails": [
"a@example.com",
"b@example.com"
],
"task_name": "postman batch"
}curl --location --request POST '/api/email/verify' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "bulk_create",
"emails": [
"a@example.com",
"b@example.com"
],
"task_name": "postman batch"
}'{
"success": true,
"request_id": "req_xxx",
"error": null
}