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