I use the tag feature of insomnia (Function "Body Attribute - value of response body", filter "$.counter") to get the JSON value of the variable "counter" in the body of a response and to use it in the content for an another request.
Now I would like to increment the value before send the request: is it possible ?