curl --location --request GET 'https://api.instagram.com/v1/media//comments'
{
"data": [
{
"created_time": "string",
"from": {
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string"
},
"id": "string",
"text": "string"
}
],
"meta": {
"code": 0
}
}