{
"cn_name": "string",
"en_name": "string",
"code": "string",
"game_id": 0,
"platform_id": 0,
"server_id": 0,
"category_id": 0,
"icon": "string",
"description": "string",
"refer_price_qd": 0,
"refer_price_dd": 0,
"cost_price": 0
}curl --location 'https://api.findfuture.cn/open-api/v1/archive/product-audit' \
--header 'Content-Type: application/json' \
--data '{
"cn_name": "string",
"en_name": "string",
"code": "string",
"game_id": 0,
"platform_id": 0,
"server_id": 0,
"category_id": 0,
"icon": "string",
"description": "string",
"refer_price_qd": 0,
"refer_price_dd": 0,
"cost_price": 0
}'{
"code": 200,
"message": "success",
"data": [
null
]
}