send("/tokens/2021-03-01/restrictedDataToken", [ 'method' => 'POST', 'json' => $body ]); } public function createRestrictedDataTokenAsync($body = []) { return $this->sendAsync("/tokens/2021-03-01/restrictedDataToken", [ 'method' => 'POST', 'json' => $body ]); } }