Hitting a 401 Unauthorized on POST /api/v2/conversations/calls when using a refreshed access token. The token claims show it’s valid for another 50 minutes. Suspect clock skew between our Sydney app server and GC. Our server time is synced via NTP. Any way to force GC to ignore the clock difference or debug the specific validation failure? Here’s the token payload snippet:
{
"exp": 1715000000,
"iat": 1714996400
}