Is your feature request related to a problem? Please describe.
My company has some python scripts that use the V2 functions, and they have started testing with vcsim for faster turnaround.
I had used cursor to debug a bit, and it was saying the issue has to do with json-rpc routing. If the client uses hand-crafted REST request, it seems to work.
I haven't made too much sense of that as I'm not familiar with it.
Describe the solution you'd like
Add in the structures for the v2 functions and simulator handling for it.
Describe alternatives you've considered
In the mean time I'll try to go with modifying the client side, but don't know if I'll be able to submit that.
Additional context
v2.patch
This is a patch that was generated for supporting the change. I'm hazy on whether it was tested with the client, or the client was modified first.