I am using the Twitter API to report a user through the following endpoint:
POST users/report_spam
I am submitting the request, along with the necessary parameters but am receiving the following error:
403 Forbidden: The server understood the request, but is refusing to fulfill it.
However, there are no errors.
I know for a fact that the access tokens are valid, as I am using them for a different endpoint. Any help would be greatly appreciated!