pub async fn devices_knowndevice_get(
    configuration: &Configuration,
    x_request_email: &str,
    x_device_identifier: &str
) -> Result<bool, Error<DevicesKnowndeviceGetError>>