JsonServiceClient Set XTag request header in postToUrl request

How I can set the Xtag request header in postToUrl request?

Thanks Gianmaria

All Service Clients are closely modeled after each other, so you’d either use a Request Filter:

Or you can populate it in the headers collection:

On the JsonServiceClient client instance.