response_obj = GET_search_tv(query="Black Mirror")
response_obj1 = GET_tv__tv_id__credits(tv_id=response_obj.results[0].id)
GET_person__person_id__images(person_id=response_obj1.cast[0].id)
