REST API using PowerShell
REST API using PowerShell Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can interact with a REST API endpoint using PowerShell Invoke-WebRequest or Invoke-RestMethod modules. But for backward compatibility we will use Invoke-WebRequest to make different REST API requests like HEAD, GET, POST, PUT, PATCH, and DELETE. If you wonder what REST API is, you can refer this blog post where I have given all the details to clear your doubts. REST…