Authorization: Bearer ********************
curl --location --request GET 'https://api.competier.net/v1/ladder-entries?ladderId&amount&offset&orderByRating&resultId' \ --header 'Authorization: Bearer <token>'
[ { "id": 0, "ladderId": 0, "name": "Jane Doe", "rating": 1500, "reliabilityDeviation": 350, "accountIds": [ 0 ] } ]