getLifetimeStatsByAccountId
suspend fun PubgApi.getLifetimeStatsByAccountId(accountId: String, platform: Platform = Platform.STEAM): LifetimePlayerStats
Returns the lifetime stats for a single player by their account ID for a given platform.
Return
The dev.pubgkt.stats.lifetime.LifetimePlayerStats for the given account ID.
Parameters
accountId
The player's unique account ID (e.g. "account.abc123").
platform
The shard platform to query. Defaults to Platform.STEAM.