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