Authorization: Bearer ********************{
"parentId": "",
"sections": [
{
"icon": "8_4_folder",
"name": "Test new group"
}
]
}curl --location --request POST 'https://www.nocoly.com/v3/app/sections/batchCreate' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": "",
"sections": [
{
"icon": "8_4_folder",
"name": "Test new group"
}
]
}'{
"success": true,
"error_code": 1,
"data": {
"sectionIds": [
"676910ae3e6f2583f5d3edd5"
]
}
}