Hi @asvr asvr
The authorization code is not reusable, it expires immediately after use, so do not try to request the /token
endpoint with an expired authorization code, you should initiate a new authentication request to obtain a new authorization code. If you want to avoid frequent logins authentication, then you can try using refresh token.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.