{
"ReceiveSteamID": "string",
"AssetList": [
{
"Price": 0,
"Description": "string",
"AssetId": "string"
}
],
"Title": "string",
"FurnaceOpenRate": 0,
"PublishState": 101,
"IsFreeOpenFee": true,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Furnace/CreateFurnace' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"ReceiveSteamID": "string",
"AssetList": [
{
"Price": 0,
"Description": "string",
"AssetId": "string"
}
],
"Title": "string",
"FurnaceOpenRate": 0,
"PublishState": 101,
"IsFreeOpenFee": true,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": null
}