I have required "updated" permissions as per this document - https://developers.facebook.com/docs/instagram-platform/instagram-graph-api/reference/ig-user/insights#requirements
"instagram_business_basic" and "instagram_business_manage_insights"
But I am still unable to get insights for the testing Instagram account. - Instagram account is linked to Facebook account - Have added instagram account as tester in app
Any help would be much appreciated.

Hi everyone,
I'm integrating the Instagram API into my iOS app to enable users to share prepopulated content directly to Instagram Stories. I have successfully implemented a button that shares the background of the post, but I'm struggling with including a link that automatically gets copied to the clipboard and appears on a sticker, similar to what apps like NGL: ask me anything do.
Does anyone know how to automatically include a link in the story content that users can share? Specifically, I'm looking for guidance on whether there's an application process or specific permissions required to enable this feature. I haven't been able to find documentation related to this functionality.
Any advice on where to start or what steps to follow would be greatly appreciated!

I’ve created an app with whatsapp properly associated with it and I’ve added my business phone number as well. I’ve subscribed to the messages event under WhatsApp business account webhook, and I can say for sure that the webhook has gotten properly subscribed with the response from my server.
However the issue is now when the user sends a message to the business number, the notification event isn’t getting triggered to my server. Not sure what the issue is, I checked my access token in the access token debugger and both whatsapp_business_management and whatsapp_business_messaging permissions are associated with it.