Generate JSON Web Tokens (JWTs).
JSON Web Token (JWT) is a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.
Input: (Sample data above) Output: (JWT token)