curl --location '/v1/virtual-account/email/send-verify-code' \ --header 'Content-Type: application/json' \ --data '{ "email": "string" }'
{ "status": 0, "message": "string", "traceId": "string" }