PowerShell Ya no funciona 😢 PowerShell $nombre = "juan" $resultado = Invoke-WebRequest ("https://us-central1-hombre-o-mujer.cloudfunctions.net/gender?name="+$nombre) $json = $resultado.Content | ConvertFrom-Json $json.gender 1234 $nombre = "juan"$resultado = Invoke-WebRequest ("https://us-central1-hombre-o-mujer.cloudfunctions.net/gender?name="+$nombre)$json = $resultado.Content | ConvertFrom-Json$json.gender