array ( 'method' => 'GET', 'header' => "Authorization: ".$auth_header ) ); $context = stream_context_create ($context_options); $response = file_get_contents ( 'https://dmmservice.nba.com/Games/?date=11/01/2023&league=nba', false, $context ); echo $response; ?>