{
"ids": [
0
],
"type": "string",
"value": 0,
"data": {
"property1": {},
"property2": {}
},
"targetCat": [
0
]
}
curl --location --request POST '/adminapi/content/article/batch' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"type": "string",
"value": 0,
"data": {
"property1": {},
"property2": {}
},
"targetCat": [
0
]
}'