curl --location --request GET 'https://www.vyuyun.com/apiv1/browse/folders/all?sort=created_at&direction=DESC&page=1' \
--header 'token: l-GSYGGv7H0GN0ehIhX8aCwAk7DtORU81FkjI_lpC0Wsb23uwZky8vrATXmQvQibx-xYP0AsKC81Vof-RxLqzuY8muhYj6K3lXdlX_HkupF4KIEjRVcXpbGiT4g2u48kUuif5HtV5NHXoyI-h-xfnc-wsBUM-5FtVT1y_swOiHQ*'{
"code": 0,
"msg": "string",
"data": {
"data": [
{
"data": {
"attributes": {
"color": null,
"created_at": "string",
"deleted_at": null,
"emoji": null,
"filesize": "string",
"isTeamFolder": true,
"items": 0,
"name": "string",
"trashed_items": 0,
"updated_at": "string",
"basename": "string",
"file_url": "string",
"mimetype": "string",
"parent_id": "string",
"thumbnail": null
},
"id": "string",
"relationships": {
"invitations": {},
"members": {},
"user": {
"data": {
"attributes": {
"avatar": "string",
"color": null,
"email": "string",
"name": "string"
},
"id": "string",
"type": "string"
}
},
"shared": {
"data": {
"attributes": {
"down": 0,
"downmax": 0,
"expire_in": 0,
"item_id": "string",
"link": "string",
"permission": "string",
"protected": true,
"score": 0,
"token": "string",
"type": "string",
"views": 0
},
"id": "string",
"type": "string"
}
}
},
"type": "string"
}
}
],
"meta": {
"paginate": {
"currentPage": 0,
"from": 0,
"lastPage": 0,
"perPage": 0,
"to": 0,
"total": 0
},
"root": null,
"teamFolder": null
}
}
}