$this->image, 'name' => $this->name, 'server_type' => $this->serverType, 'location' => $this->location, 'user_data' => file_get_contents(resource_path('scripts/hetzner-cloudinit.yml')), ]; } public function resolveEndpoint(): string { return '/servers'; } }