Error sending request to API with a json string – Plesk
I have the following json string http://pastebin.com/wnkiLqvP and I am trying to post it to betaface API. The post is done with PHP over cURL and the function that does the post is: function bcall_endpoint($endpoint,$json_params){ //Init CURL $ch = curl_init($endpoint);…