pub async fn webauthn_attestation_options_post(
configuration: &Configuration,
secret_verification_request_model: Option<SecretVerificationRequestModel>,
) -> Result<WebAuthnCredentialCreateOptionsResponseModel, Error<WebauthnAttestationOptionsPostError>>