Debugging 401 Unauthorized after token refresh — clock skew between servers

What’s the best way to handle 401 Unauthorized errors in Architect Data Actions when the external API rejects a token due to server clock skew? My flow uses a standard OAuth client credentials grant to fetch a token, but the target endpoint returns 401 immediately after issuance because its clock is 120 seconds ahead of the Genesys Cloud auth server. I cannot adjust the target server’s NTP configuration. Is there a way to inject a clock_skew buffer into the JWT assertion or force a re-auth with a specific iat claim via the Data Action JSON payload?