I\'m attempting \"the first call\" as outlined by the Paypal API documentation. This is the example provided that I\'m following:
curl https://api.sandbox.pa
JSON and US English appear to be the Defaults, but to be in perfect compliance, add the following line:
curl_setopt($ch, CURLOPT_HTTPHEADER, "Accept: application/json, Accept-Language: en_US");