'ce976c47-5185-4000-a901-3fb35a0e3853'.$number.''
);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
$response = curl_exec($ch);
curl_close($ch);
echo $response;
} else {
// التعامل مع طرق الطلب غير POST ، إذا لزم الأمر
echo "طريقة الطلب غير صالحة.";
}
?>
إرسال النموذج