Authorization: Bearer ********************
curl --location --request GET '/api/PointsInfo/' \
--header 'Authorization: Bearer <token>'
{
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"playerName": "string",
"points": 0,
"lastSignInAt": "2019-08-24T14:15:22Z"
}