getSurvivalMasteryByAccountId
suspend fun PubgApi.getSurvivalMasteryByAccountId(accountId: String, platform: Platform = Platform.STEAM): SurvivalMastery
Returns survival mastery information for a single player
Return
The SurvivalMastery 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 dev.pubgkt.Platform.STEAM.