echo $TOKEN | cut -d. -f2 | base64 -d█
decode a token to see header█
decode a token to see payload█
curl -X POST https://freeforyou.win/api/jwt-decode \ -H "Content-Type: application/json" \ -d '{"token": "eyJhbGci..."}'