Authorization: Bearer ********************curl --location 'https://app.emoosearch.com/open-api/v1/data/folder/items' \
--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",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}
}