How to generate JWT Token

Go to the web page JSON Web Tokens – jwt.io header { “alg”: “RS256”, “typ”: “JWT” } payload { “iss”: ” dfsdfsdfsdfs”, “sub”: “fdgdfgdfgd”, “aud”: “account-d.docusign.com“, “iat”: 1737631816, “exp”: 1737678518, “scope”:”signature” } this iat and exp is the time in the below format Epoch Converter – Unix Timestamp Converter