Is SendBird iOS Rich Notification(Image Noti) available?

Hello.
Is SendBird currently available for Rich Notification?
For a specific user, I want to show the profile url as well.
There is no content in the MessageParam that sendMessage does, and I tried setting the mutable-content of setting->Notifcation in the dashboard, but there was no related setting such as image url in the Notification.Request.Content that comes.
Can I get help? thank you.

Hello.

The dashboard only sends messages in a certain format.
Customize push notification content. You can use the following variables in the content: {sender_name} , {message} , {filename} , {channel_name} , {file_type_friendly} .

How the SDK handles the FCM payload.

iOS payload

Thank you.