The problem is that I am going through a proxy to retrieve the information as the client wants to restrict POST access as the User has millions of followers.
I shared above the request I add onto the proxy URL. This is what the response looks like:
{
“data”: (538 records),
“next_cursor”: null,
“request”: {
“params”: {
“user_id”: “50393960”,
“count”: 1000,
“tweet_mode”: “extended”,
“account_id”: “u0488”
}
}
}