patch
patch(url(), headers(), payload(), Keyword.t()) :: {:ok, response()} | {:error, error()} | no_return()
Performs an HTTP PATCH request and returns the response.
See request/1 and post/4 for documentation and examples.
request/1
post/4