response_obj = GET_search_movie(query="The Shawshank Redemption")
response_obj1 = GET_movie__movie_id__credits(movie_id=response_obj.results[0].id)
GET_person__person_id_(person_id=[person.id for person in response_obj1.crew if person.job.lower()=="director"][0])
