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