send("/authorization/v1/authorizationCode", [ 'method' => 'GET', 'query' => $queryParams, ]); } public function getAuthorizationCodeAsync($queryParams = []) { return $this->sendAsync("/authorization/v1/authorizationCode", [ 'method' => 'GET', 'query' => $queryParams, ]); } }