I GOT access_token but i don't know how to use it correctly

Pre coffee code I missed a ,

   curl_setopt($ch, CURLOPT_HTTPHEADER, array(
        'Client-ID: xxxxx',
        'Authorization: Bearer yyyyyy'
    ));