Authorization: Bearer ********************
curl --location --request GET 'http://7dtdserver.local:8088/api/ChatRecord' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"items": [
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"entityId": 0,
"playerId": "string",
"senderName": "string",
"chatType": "Global",
"message": "string"
}
]
}