Authorization: Bearer ********************
curl --location --request GET '/api/LandClaims' \
--header 'Authorization: Bearer <token>'
{
"claimOwners": [
{
"playerId": "string",
"playerName": "string",
"entityId": -1,
"platformId": "string",
"claimActive": true,
"lastLogin": "2019-08-24T14:15:22Z",
"claimPositions": [
{
"x": 0,
"y": 0,
"z": 0
}
]
}
],
"claimSize": 0
}