response_obj = GET_search_collection(query="The Fast and the Furious")
response_obj1 = GET_collection__collection_id_(collection_id=response_obj.results[0].id)
GET_movie__movie_id__reviews(movie_id=response_obj1.parts[0].id)
