hocam

.htaccess içine
SetEnv HTTP_USER_AGENT "Mozilla/5.0"
ekleyip
bununla dener misiniz
$customer_data['client_user_agent'] = (string) ($_SERVER['HTTP_USER_AGENT'] ?? '');
bir de xml body için
$body = $body ?? '';