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