When using `request.patch("/endpoint", {key: value})` content type header is set to `Content-Type: text/plain;charset=UTF-8` [Codesandbox](https://codesandbox.io/s/use-http-patch-issue-ihmpt) Header should be set to `Content-Type: application/json`