Private/Invoke-PatchRequest.ps1

function Invoke-PatchRequest($collectionPath, $body) {
  Invoke-Request "PATCH" $collectionPath $body
}