using Flawless.Communication.Shared; namespace Flawless.Communication.Request; public record WebhookCreateRequest(string TargetUrl, int EventType, string Secret);