{
"items": [
{
"type": "worksheet",
"icon": "string",
"name": "string",
"sectionId": "string"
}
]
}curl --location 'https://api.mingdao.com/v3/app/items/batch' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"type": "worksheet",
"icon": "string",
"name": "string",
"sectionId": "string"
}
]
}'{
"success": true,
"error_code": 1,
"data": {
"sectionIds": [
"676910ae3e6f2583f5d3edd5"
]
}
}