{
"email": "ops@example.com"
}curl --location '/v1/virtual-account/email/send-verify-code' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "ops@example.com"
}'{
"status": 200,
"message": "ok",
"traceId": "a1b2c3d4e5f6"
}