S
Size: a a a
S
П
S
(I
(I
(I
(I
(I
ДН
ДН
ДН
ДН
ДН
ДН
ДН
SM
SM
SM
$client =
new \GuzzleHttp\Client([
'headers' => ['content-type' => 'application/json', 'Accept' => 'application/json', 'charset' => 'utf-8']
]);
$request = $client->get($url);
$response = $request->getBody();
dd($response->getContents());
SM
SM