Private/func_Get-IP.ps1

Function Get-IP {
    return Invoke-RestMethod -Uri "https://api.ipify.org/"
}