Hello 🙂
I am currently working on making Comments on a SharePoint / Site Pages and incorporating the @mention feature to notify specific users from the O365 directory. I have tried sending an HTTP request to SharePoint/Site Pages/Comments, see the connector:

While the text is successfully posted, I am encountering an issue with the @mention{} function. See the sample Comment:

Also see the Raw Output of HTTP request: the "mentions" field passes as an empty array "[ ]". Eventually that's why the @mention{} function fails to activate and is rendered as text/string ...@mention{0}....

Appreciate any guidance on how to resolve this issue.
While I am currently using HTTP requests, I am open to other approaches if they offer a more effective solution facilitating @mention{} functionality.
Thank you in advance for time and consideration.