Authorization: Bearer ********************
curl --location --request GET '/api/TeleRecord?padeNumber&pageSize' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"items": [
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"playerId": "string",
"playerName": "string",
"targetType": "string",
"targetName": "string",
"originPosition": "string",
"targetPosition": "string"
}
]
}