Attach photo in notification

The image must be web accessible. Previously I use an image from HA but since i move to bearer token and no longer use HA Password my HA links not accessible so for now I use link to motioneye images.

action type: call service
service: my html5 notification service
service data:

data:
  image: >-
    https://motioneye.com/picture/5/current/?_username=thisguy&_signature=lottanumbers
  renotify: 1
  tag: alert
  timestamp: '%m'
  url: 'https://myHAsite.com'
  vibrate: '700, 100, 700'
message: '{{ as_timestamp(now()) | timestamp_custom(''%H:%M'', true) }}'
title: GATE Open

You can do this if you expose the image via your web/server.
And add the following to β€œdata” in the new PB integration.
{"type":"file","body":"doorbell","file_name":"door.jpg","file_type":"image/jpeg","file_url":"https://upload.wikimedia.org/wikipedia/commons/a/a9/Example.jpg"}