HiIm having some trouble with the API.Im trying to get the create ticket api to work.I used the api_ticket_create.php from the scripts folder.I used $config = array( 'url'=>'http://SERVER/osticket/api/tickets.json', 'key'=>'MYKEY' );where SERVER is the server hosting osticket and MYKEY is the api key I created in the controlpanel.The api_ticket_create.php is hosted on a different server from osticket and this server runs php version 7.0.1.The osticket version is 1.9.12 and its running on php version 5.6.14.Initially I only got "Unable to create ticket:" when running the script.I have tried to add echo 'Curl code: '.$code.' Curl error: ' . curl_error($ch);to get more info, but all i get is "Curl code: 0 Curl error: couldn't connect to host".Im pretty sure its able to connect because while trying to find where it fails, I tried getting curl to open another page on the osticket server, and this works flawlessly.For the url I have tried both "/osticket/api/http.php/tickets.json" and "/osticket/api/tickets.json" and neither works.I have also tried running the script from the osticket server (with a matching key), but the result is the same.Does anybody have any ideas about where I can go from here?RegardsAsger