curl --request GET \
--url https://api.steamgold.dev/v1/treasures/items/{platform} \
--header 'Authorization: Bearer <token>'{
"code": 123,
"treasures": [
{
"active": true,
"inputParams": {},
"type": "<string>",
"platform": "<string>",
"item": "<string>",
"icon": "<string>",
"title": "<string>",
"symbol": "<string>",
"currency": "<string>",
"region": "<string>"
}
]
}Отображает список доступных товаров для платформы
curl --request GET \
--url https://api.steamgold.dev/v1/treasures/items/{platform} \
--header 'Authorization: Bearer <token>'{
"code": 123,
"treasures": [
{
"active": true,
"inputParams": {},
"type": "<string>",
"platform": "<string>",
"item": "<string>",
"icon": "<string>",
"title": "<string>",
"symbol": "<string>",
"currency": "<string>",
"region": "<string>"
}
]
}