Class: TMMConnection
function Ping(out AMsg: string): Boolean;
Verifies that the API endpoint is reachable and responding, without
opening a database connection.
AMsg receives the server version string on success, or the
error description on failure.
Timeout: HTTP_TIMEOUT_PING
(overridden by TimeoutMs
when non-zero).