$url="https://api.****.com/**/****/"; $ch=curl_init($url); $resonse=curl_setopt_array($ch,array( CURLOPT_CUSTOMREQUEST=>"POST", CURLOPT_PO