Authorization: ********************curl --location 'https://api.pitside.app/file/folder/' \
--header 'activeTeamId;' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"name": "string",
"parentId": "string",
"ownedById": "string",
"children": [
{
"id": "string",
"name": "string"
}
],
"files": [
{
"id": "string",
"ownedById": "string",
"fileName": "string",
"contentType": "string",
"fileSize": 0,
"fileURL": "http://example.com"
}
]
}