Could you check if either of these two Apple Scripts opens the Control Center for you? Running in the Apple Script Editor app:
tell application "System Events" to click menu bar item "Control Centre" of menu bar 1 of application process "ControlCenter"
tell application "System Events" to click menu bar item 2 of menu bar 1 of application process "ControlCenter"