{
"goodsNum": 2,
"marketHashName": "AK-47 | Redline (Field-Tested)",
"price": 35,
"purchaseUnitPrice": 35,
"steamId": "76561199022064770"
}curl --location 'https://openapi.shishiniu.com/api/openapi/purchaseOrder/publish' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"goodsNum": 2,
"marketHashName": "AK-47 | Redline (Field-Tested)",
"price": 35,
"purchaseUnitPrice": 35,
"steamId": "76561199022064770"
}'{
"code": 0,
"data": 0,
"msg": "成功"
}