Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/folders' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": null,
"data": [
{
"id": "string",
"parentId": "string",
"name": "string"
}
],
"ok": true
}