{
"items": [
{
"product_code": "string",
"product_id": 0,
"value": 0
}
]
}curl --location 'https://api.findfuture.cn/open-api/v1/archive/product-prices/cost' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"product_code": "string",
"product_id": 0,
"value": 0
}
]
}'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"success": 2,
"errors": []
}
}