My code is the following: $guzzleClient = new \GuzzleHttp\Client();
$response =
$guzzleClient->post('https://api.sandbox.ebay.com/identity/v1/oauth2/token',
[ 'headers' => [ 'Authorization' => 'Basic ' . $oauthToken,
'Content-Type' => 'application/x-...