{
"email": "string"
}curl --location '/v1/virtual-account/email/send-verify-code' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"email": "string"
}'{
"status": 0,
"message": "string",
"traceId": "string"
}