Is there any way to directly open 'Cleanup recommendation' settings GUI, from Command prompt (or) powershell.

Start-Process "explorer.exe" "ms-settings:storagesense" --> this powershell command is opening System>storage page. similarly is it possible to open System>Storage>Cleanup recommendations page?
This will do it:
Start-Process "explorer.exe" "ms-settings:storagerecommendations"