How to Reset PhotosAdd Permission on MacOS Big Sur?

I am developing a Mac Catalyst app that allows users to save their paintings as photos to the photo library.

The PhotosAdd permission works correctly, but there is no record of this permission inside the "Security & Privacy" settings page. This is a problem for people who accidentally deny the permission and wish to correct the choice.

Is there a way to change the PhotosAdd permission in the MacOS GUI? The only solution I have is through terminal using "sudo tccutil reset PhotosAdd appid"