How to change StatusBar color in iOS 15

Hi Team, Im trying to change the statusBar color using

override var preferredStatusBarStyle: UIStatusBarStyle {

      return .lightContent

}

and setNeedsStatusBarAppearanceUpdate() but its not working on iOS 15. What I need to do to change the color using swift? Thanks In advance.

Guillermo