namespace SharedModels.Requests; public class GoogleAuthenticationRequest { public string IdToken { get; set; } = null!; }