role; } public function setRole(string $role): void { $this->role = $role; } public function body(): array { return [ 'role' => $this->role, ]; } }