We are facing issue regarding, when we are call "Create JWT Client Assertion' API call from postman we can see 'Issued Time (iat) and Expiry time(exp) both coming as past values even before we are making the client assertion call.
Finally, when we are calling the next api, we are getting "Invalid Client_id" with an error description "Invalid JWT Token"
Please assist on how we can keep the client assertion call alive so that in the next API call it is not expired.
Please help.
We have tried to modify the x-duration-seconds in 'Create JWT' api call but still no luck.