namespace Jtr.Tools.API.Requests; public class JsonPathRequest : TransformRequest { public string Path { get; init; } = string.Empty; }