Notification uri to different dashboard?

actions:
  - action: notify.mobile_app_oneplus12
    enabled: true
    data:
      message: "{{ trigger.id | replace('_', ' ') | title }}"
      data:
        url: /dashboard-kameras/0
        actions:
          - action: URI
            title: Open
            destructive: true
            uri: /dashboard-kameras/0

Can anyone tell me, how I can fix my notification? When clicking on “Open” , the correct dashboard-kameras will be opened. When clicking on the notification itself, the home dashboard will be opened. However, I would like to get always the dashboard dashboard-kameras.

I am on Android 14.