{
"id": "string",
"attrValueList": [
{
"id": "string",
"stock": 0,
"version": 0
}
],
"type": "string"
}curl --location --request POST '/api/admin/merchant/product/quick/stock/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"attrValueList": [
{
"id": "string",
"stock": 0,
"version": 0
}
],
"type": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}