Pre coffee code I missed a ,
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Client-ID: xxxxx',
'Authorization: Bearer yyyyyy'
));
Pre coffee code I missed a ,
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Client-ID: xxxxx',
'Authorization: Bearer yyyyyy'
));