J
Size: a a a
J
AI
AI
J
AB
AB
AB
AB
AB
AB
AB
R#
AB
ЕК
$response = Http::withBasicAuth(
config('bnet.client'),
config('bnet.secret')
)
->withHeaders([
'Content-Type' => 'application/x-www-form-urlencoded'
])
->post($url, [
'grant_type' => 'client_credentials'
]);
dd($response->body());