response_obj = GET_search_movie(query="Barbie")
GET_movie__movie_id__credits(movie_id=response_obj.results[0].id)
response_obj1 = GET_search_tv(query="DEATH NOTE")
GET_tv__tv_id__credits(tv_id=response_obj1.results[0].id))
