public/Get-AFSystemInfo.ps1

Function Get-AFSystemInfo{
    param()
    Invoke-AFApi -Path '/system'
}