{
"TradeToken": "string",
"TradePartner": "string",
"GameId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location 'https://openapi.ecosteam.cn/Api/open/purchase/SteamInventoryQuery' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"TradeToken": "string",
"TradePartner": "string",
"GameId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"GameId": "string",
"AssetId": "string",
"HashName": "string",
"Price": 0
}
]
}