getUrl() . $path; $client = new \GuzzleHttp\Client(); if ($aHeaders) { $aHeaders = [ 'accept' => 'application/json', 'content-type' => 'application/x-www-form-urlencoded', ]; } return $client->request('POST', $url, [ 'headers' => $aHeaders, 'body' => $aData, ]); } }