server = $server; } public function create(array $attributes): array { return $this->server->request('Customers.add', $attributes); } }