curl --location 'http://dev-cn.your-api-server.com/api/v1/workspaces//folders' \ --header 'Authorization: Bearer YOUR_PERSONAL_ACCESS_TOKEN'
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }