// Code generated by lexgen. DO NOT EDIT.
/// ServerRequestEmailConfirmation — Request an email with a code to confirm ownership of email.
pub async fn server_request_email_confirmation(
client: &crate::xrpc::Client,
) -> Result<(), crate::xrpc::Error> {
let _: serde_json::Value = client
.procedure("com.atproto.server.requestEmailConfirmation", &())
.await?;
Ok(())
}