Rahandi Noor Pasha
01/15/2025, 8:54 AM{
"id": 12345,
"jsonrpc": "2.0",
"source": "abcde",
"method": "methodA",
"params": [
9876543
]
}
when starting the recording I want to match all the methods and all the params probably using something like ${json-unit.any-string}
but I want the stub to be created to only match the exact method and params, basically modifying the request before saving it to the stub file, can I do this?