Authorization: Bearer ********************
curl --location --request GET '/api/HomeLocation' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"items": [
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"playerId": "string",
"playerName": "string",
"homeName": "string",
"position": "string"
}
]
}