namespace Application.Models { public class CallApiRequest { public string ConnectionId { get; set; } public string Number { get; set; } public string Method { get; set; } public string Query { get; set; } } }