user-id
.curl --location --request GET 'https://api.instagram.com/v1/users//followed-by'
{
"data": [
{
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string"
}
],
"meta": {
"code": 0
},
"pagination": {
"next_cursor": "string",
"next_url": "string"
}
}