Authorization: Bearer ********************curl --location 'https://app.emooai.com/open-api/v1/data/folder/items?folder_id=undefined' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"items": [
{
"type": "folder",
"id": 0,
"name": "string",
"parent_id": 0,
"folder_id": 0,
"table_key": "string",
"doc_key": "string",
"file_key": "string",
"file_name": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"folder_order": 0,
"record_count": 0,
"can_delete": true,
"has_children": true
}
]
}
}