json(); if ($json !== null) { return $json; } return ['data' => $response->body()]; } catch (Exception $e) { Log::warning('Failed to parse JSON response: '.$e->getMessage()); return ['error' => 'Failed to parse JSON response']; } } }