Command id for creating a new unique note

What I’m trying to do

I want to make a link in a note that creates a new unique note, using Advanced URI, obsidian://advanced-uri?vault=YourVaultName&command=. However, the command id of “Unique note creator: Create new unique note” does not seem to exist.

Things I have tried

The app.commands.listCommands() command does not include any command about the unique note core app. Is it possible that there is no command id for “Unique note creator: Create new unique note”?