suspend fun getTopCharacters(page: Int? = 1): TopCharacters
Function to get all top characters on MyAnimeList.
page - : Optional, default is 1. Index of page, each page contain 50 items.
page
Return List of top characters on MyAnimeList.