Is your feature request related to a problem? Please describe.
With the new Camunda REST API, all commands (except job streaming) can be executed there as well.
I would like to use the new REST API from this client.
Describe the solution you'd like
Just like the java client, a flag prefer-rest-over-grpc could be introduced. In addition, I can provide a restAddress.
Describe alternatives you've considered
I could also generate a client from the openapi spec. This client would however lack job worker capabilities.
Additional context
no context