echo $TOKEN | cut -d. -f2 | base64 -d

jwt-decode

input

header

payload

decode a token to see payload

api

curl -X POST https://freeforyou.win/api/jwt-decode \
  -H "Content-Type: application/json" \
  -d '{"token": "eyJhbGci..."}'