using System.Text.Json.Serialization; namespace SPMS.Application.DTOs.AppConfig; public class AppConfigResponseDto { [JsonPropertyName("url")] public string? Url { get; set; } }