Nonce fail after second submit attempt

Not 100 % positive but my understanding is that a Nonce expire as soon as you use it. It can only be used for one transaction. So it seems to be logic that it expire after the first call.

You should probably return a new one with the response of your first validated request and replace it.

Hope this helps!