curl --location --request GET 'https://api.lootlocker.io/server/progressions//tiers?after=0' \
--header 'x-auth-token;'
{
"pagination": {
"next_cursor": "string",
"previous_cursor": "string",
"total": 0
},
"items": [
{
"rewards": {
"progression_points_rewards": [
{
"progression_key": "string",
"progression_name": "string",
"amount": 0
}
],
"progression_reset_rewards": [
{
"progression_key": "string",
"progression_name": "string"
}
],
"asset_rewards": [
{
"asset_variation_id": 0,
"asset_rental_option_id": 0,
"asset_id": 0
}
],
"currency_rewards": [
{
"amount": "string",
"currency_name": "string",
"currency_code": "string"
}
]
},
"step": 0,
"points_threshold": 0
}
]
}