I’m trying to access v2 endpoint to follow a user using post method, but i keep getting error. The follow request uses oauth 1.0 a authentication. I got oauth_token and oauth_secret_token following 3 step authentication process. Still endpoint doesn’t work and keep throwing same error message.

Error details as follows:

My project app is under standard having access to v1.1 and v2. I’m having read+write permissions.

Please let me know what i’m missing and how can i fix this issue?

Note: All v1.1 requests are working as expected.