Scenario
I am writing a nextcloud app that is using IClientService which is using IClient interface to communicate with an external api. But I couldn't make a PATCH request to that api since the IClient Interface didn't implement that.
Check this PR on this regard. #43446