There is currently a bug in the Cloud SDK where proxy tokens are improperly cached.
To fix this, we currently recommend disabling the cache. E.g. like this:
.execute({ destinationName: 'DESTINATION', jwt: 'JWT', useCache: false })