fix: handle changes/<change>/patch JSON marshalling error
The changes/
This change fixes the issue by providing an input to Client.Do() which implements the Writer interface to avoid the JSON marshalling by Client.Do() and allow the caller to handle the response appropriately.
Thank you. I will have a look at this, but it may need a bit of time.
Note for myself: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#get-patch
@dmitshur If you have time to look into it, I would appreciate it.