REMAP {
    if inbound.req.X-Test == "yes" {
        inbound.req.X-Debug = "matched";
    }
}
