Get a users list of favorite TV shows.
curl --request GET \ --url https://api.themoviedb.org/3/account/%7B{account_id}%7D/favorite/tv
{ "page": 1, "results": [], "total_pages": 0, "total_results": 0 }
"en-US"
"1"
"created_at.asc"
Favorite TV
The response is of type object.
object