response_obj = GET_search_tv(query="Twin Peaks")
response_obj1 = GET_search_movie(query="Mulholland Drive")
GET_movie__movie_id__credits(movie_id=response_obj1.results[0].id)
GET_tv__tv_id__season__season_number__credits(tv_id=response_obj.results[0].id, season_number=1)
