I have called the Instagram Meta API for getting the long-lived token. It generates a response like
Sorry, this content isn't available right now
https://graph.instagram.com/access_token?grant_type=ig_exchange_token&client_secret={instagram-app-secret}&access_token={short-lived-access-token}
This is the API which I used for getting the long-lived token.
FYI - I'm using the test app.
I have tried calling the meta API for getting the long-lived token but I couldn't get it.