package structs type WebhookJob struct { TargetURL string Method string Headers map[string][]string Payload []byte }