Hi
I am using the ClientRequest to create a request to a REST API
The body goes through with:
httpRequest.write(from: httpBody)
When using httpMethod PATCH, the body string is not passed across
When using httpMethod PUT or POST, the body string goes through...