Invoke this endpoint to return the tier and earned points (XP) for a given token id.
the token id
GET /partner-api/tokens/{token_id}/level HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Accept: */*
Returns details successfully
{ "level": { "tier": "text", "balance": 1 } }