{
"dataList": [
{
"price": 0.05,
"productSellId": "1269037863483637762"
}
]
}
curl --location -g --request PUT 'https://partner.c5game.com/api/product/v1?access_token={{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataList": [
{
"price": 0.05,
"productSellId": "1269037863483637762"
}
]
}'
{
"success": true,
"data": {
"succeed": 1,
"failed": 0,
"failedList": [],
"highPriceItemIdList": null,
"idList": [],
"biddingCount": false,
"priceCheckResult": null
},
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}