{
"type": "single",
"mode": "power",
"email": "info@example.com"
}curl --location --request POST '/api/email/verify' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "single",
"mode": "power",
"email": "info@example.com"
}'{
"success": true,
"request_id": "req_xxx",
"error": null
}