The problem is that you are attempting to reauthorize using the same access token.
In order to renew your access token, you must call the /auth/renewaccesstoken endpoint. It will have a different address than the original token.
The problem is that you are attempting to reauthorize using the same access token.
In order to renew your access token, you must call the /auth/renewaccesstoken endpoint. It will have a different address than the original token.