namespace SPMS.Application.DTOs.Push; public class PushSendResponseDto { public string RequestId { get; set; } = string.Empty; public string SendType { get; set; } = string.Empty; public string Status { get; set; } = "queued"; }