$ch = curl_init('https://api.twitch.tv/helix/clips?id=FOO')
Should be
$ch = curl_init('https://api.twitch.tv/helix/clips?broadcaster_id=248145136')
As per the docs I linked
$ch = curl_init('https://api.twitch.tv/helix/clips?id=FOO')
Should be
$ch = curl_init('https://api.twitch.tv/helix/clips?broadcaster_id=248145136')
As per the docs I linked