using System.Text.Json.Serialization; namespace SafelyYou.Api; public record NotFoundResponse( [property: JsonPropertyName("msg")] string Msg );