cURL
curl --request GET \ --url https://core.grdd.dev/api/token \ --header 'Authorization: <authorization>'
Check if the token is valid and return user info. Check token’s expiration time.
Success