Requires Bearer token (Authorization: Bearer ) AND the game's client_secret header (used as the JWT secret in your implementation).
curl --location --request GET 'https://api.frayit.com/v1/player' \
--header 'Authorization: Bearer <token>' \
--header 'client_secret: <api-key>'
{
"frayitId": "player_12345",
"fullName": "John Doe",
"gamerTag": "ShadowHunter",
"trustScore": 90,
"profileUrl": "https://cdn.frayit.com/profiles/player_12345.png",
"gameTitle": "Battle Royale X",
"gameDescription": "Fast-paced survival shooter."
}