mark Favorite
POST /account/{account_id}/favorite
This method allows you to mark a movie or TV show as a favorite item.
See also
Documentation
(https://developers.themoviedb.org/3/account/mark-as-favorite)
suspend fun markFavorite(accountId: Int, mediaType: TmdbMediaType, mediaId: Int, favorite: Boolean): TmdbStatusResult