Authentication/JWT (JSON Web Token)
Create JWT token from Refresh JWT
This API will accept a refresh token in JSON object to grant a new JWT and revoke the refresh token as used.
Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
post/jwt#1