Private/Invoke-PostRequest.ps1

function Invoke-PostRequest($collectionPath, $body) {
  Invoke-Request "POST" $collectionPath $body
}