[ 'WHATSAPP_GATEWAY_URL' => getenv('WHATSAPP_GATEWAY_URL'), 'WEBHOOK_SECRET_SET' => !empty(getenv('WEBHOOK_SECRET')), 'APP_URL' => getenv('APP_URL') ], 'gateway_health' => [ 'url' => $gatewayUrl . '/health', 'http_code' => $healthHttpCode, 'response' => json_decode($healthResponse, true) ?: $healthResponse, 'error' => $healthError ], 'chatbot_rules' => $rules, 'messages_log' => $logs, 'whatsapp_sessions' => $sessions ], JSON_PRETTY_PRINT);