PowerShell - Cross-Platform PowerShell
What will be the output of this PowerShell code snippet?
$response = Invoke-RestMethod -Uri 'https://jsonplaceholder.typicode.com/posts/1' -Method GET
$response.title
