*/ protected function defaultBody(): array { return [ 'license_key' => $this->license->key, 'instance_id' => $this->license->instance->id, ]; } }