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