[PHP] Cannot get cURL to send Client-ID

@SPETSDev Have you tried to do something like:

echo curl_error($ch);

Make sure you do this before curl_close. It will output the error if there was a problem with the request or an empty string if there was no error. I’m guessing it is an invalid Client-ID.