curl --location --request GET 'https://api.lootlocker.io/server/progressions?count=10&after=ulid_cursor&include_inactive=true' \
--header 'x-auth-token;'
{
"items": [
{
"key": "string",
"name": "string",
"id": "string",
"active": true
}
],
"pagination": {
"previous_cursor": "string",
"next_cursor": "string",
"total": 0
}
}