I saw that the WhatsApp API is not available in India. The country with the most WhatsApp users in the world and where the primary mode for the 500+ million people here is WhatsApp. I'd love to know when the WhatsApp API will come to India? Is there any ETA? Thank you

Hello everyone,
Is there a way to get a user's FB data (comments/posts) via API in JSON after logging into their account? I know this data can be downloaded, but I'm looking for a way to pull this data instead of just downloading the zip folder.

My request: https://graph.instagram.com/v22.0/ID/insights?metric=views,comments,likes,saved,shares&access_token=XX
Docs: https://developers.facebook.com/docs/instagram-platform/reference/instagram-media/insights
I'm using Instagram API with Instagram Login. Permissions granted: [ 'instagram_business_basic', 'instagram_business_manage_insights', ]
Result: 'OAuth "Facebook Platform" "invalid_request" "Instagram Insights Media API endpoint does not support the metrics: views. Please refer to https://developers.facebook.com/docs/instagram/reference/media#insights for more details."'
Why? If in the documentation says it is a valid metric?