<?php 'Content-Type: application/json',
'Content-Length: ' . strlen($jsonData),
]);
curl_exec($this->curlHandleResult);
if (curl_errno($this->curlHandleResult) > 0) {
$errorMessage = curl_error($this->curlHandleResult);
$this->closeCurlHandleResult();