Authorization: Bearer ********************
curl --location --request GET '/api/Locations?entityType' \
--header 'Authorization: Bearer <token>'
[
{
"entityId": 0,
"entityName": "string",
"entityType": "OfflinePlayer",
"position": {
"x": 0,
"y": 0,
"z": 0
}
}
]