I need to POST the following JSON code, but for some reason it is not working. Below is the code that I have.
$fieldString = \"395609399\"; //the curl reques
Send your text without JSON encoding, and add this header code:
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-Type: application/json; charset=utf-8","Accept:application/json, text/javascript, */*; q=0.01"));