AI
Size: a a a
AI
J
AI
AI
AI
J
R#
ЕК
$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());
S
D
D
D
VR
$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());
ЕК
ЕК
😁
D
D