curl --location --request GET 'https://api.lootlocker.io/server/player/363/heroes' \
--header 'LL-Version: 2021-03-01' \
--header 'x-auth-token: <api-key>'{
    "items": [
        {
            "id": 0,
            "hero_id": 0,
            "instance_id": 0,
            "character_id": 0,
            "hero_name": "string",
            "character_name": "string",
            "class_name": "string",
            "is_default": true,
            "asset_variation_id": 0,
            "asset": {
                "id": 1,
                "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                "ulid": "01J8J4FJG869W5Q19FSDT8D3AC",
                "name": "string",
                "active": true,
                "purchasable": true,
                "price": 0,
                "sales_price": 1,
                "display_price": "string",
                "context": "string",
                "context_id": 1,
                "character_classes": [
                    1
                ],
                "unlocks_context": "string",
                "detachable": true,
                "updated": "string",
                "marked_new": "string",
                "default_variation_id": 1,
                "default_loadouts": {
                    "<user supplied loadout name>": true
                },
                "description": "string",
                "links": [
                    {
                        "<user supplied simple name>": "string"
                    }
                ],
                "storage": [
                    {
                        "key": "string",
                        "value": "string"
                    }
                ],
                "rarity": {
                    "name": "string",
                    "short_name": "string",
                    "color": "string"
                },
                "popular": true,
                "popularity_score": 1,
                "package_contents": [
                    {
                        "asset": {}
                    }
                ],
                "unique_instance": true,
                "external_identifiers": {
                    "psn": {
                        "entitlement_id": "string",
                        "sku_id": "string",
                        "product_id": "string"
                    },
                    "apple_app_store": {
                        "product_id": "string"
                    },
                    "google_play": {
                        "product_id": "string"
                    }
                },
                "rental_options": [
                    {
                        "id": 0,
                        "name": "string",
                        "duration": 0,
                        "price": 0,
                        "sales_price": 0,
                        "links": [
                            {
                                "<user supplied simple name>": "string"
                            }
                        ]
                    }
                ],
                "filters": [
                    {
                        "value": "string",
                        "name": "string"
                    }
                ],
                "files": [
                    {
                        "id": 1,
                        "name": "string",
                        "duration": 1,
                        "price": 1,
                        "sales_price": 1,
                        "links": [
                            {
                                "<user supplied simple name>": "string"
                            }
                        ]
                    }
                ],
                "data_entities": [
                    "string"
                ],
                "hero_equip_exceptions": [
                    {
                        "can_equip": true,
                        "hero_id": 0,
                        "hero_name": "string"
                    }
                ],
                "asset_candidate": 1,
                "drop_table_max_picks": 1,
                "variations": [
                    {
                        "id": 1,
                        "name": "string",
                        "primary_color": "string",
                        "secondary_color": "string",
                        "links": [
                            {
                                "<user supplied simple name>": "string"
                            }
                        ]
                    }
                ],
                "featured": true,
                "context_locked": true,
                "initially_purchasable": true
            }
        }
    ]
}