Hi. I have this code$ch = curl_init(); curl_setopt($ch, CURLOPT_URL,
$url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,
CURLOPT_HTTPHEADER, Array("'Content-Type: application/json;
charset=utf-8'")); curl_setopt($ch, CURLOPT_HEADER, ...