How can I create a shortcut to toggle macro control in iPhone settings?

I’d like to create a button on my iPhone Home Screen that changes settings if I am using an external lens mounted to my phone.

This is what I have along with notes on what I hope to do. But it does not work. I am only able to open either the camera settings or the camera preserve settings but nothing will toggle macro controls.

There is an additional step within the camera app as well but it can be skipped for brevity.

Name: Telephoto and macro lenses

Check if macro settings are already enabled or not. (Settings > Camera > Macro Control toggle) as well as (Settings > Camera > Preserve Settings > Macro Control toggle)

Non-working shortcut code:

Verification question: "Are you using an external lens?"

If yes,

Notification: "Turning on Macro Control and preserve settings for macro control." (Run below immediately)

prefs:root=CAMERA&path=Turn%20On%20Macro_Control

And

prefs:root=CAMERA&path=CameraPreserveSettingsSwitch&path=Turn%20On%20Macro_Control

If no,

Notification: "Turning off Macro Control and Preserve Settings for macro control." (Run below immediately)

prefs:root=CAMERA&path=Turn%20Off%20Macro_Control

And

prefs:root=CAMERA&path=CameraPreserveSettingsSwitch&path=Turn%20Off%20Macro_Control

How can I create a shortcut to toggle macro control in iPhone settings?
 
 
Q