['required', 'string'], 'password' => ['required'], ]; } public function authorize(): bool { return true; } }