{name, type:"folder", ...} to create a folder, or {source_url, name} to import a file (returns 202 Accepted).curl --location 'https://api.pibox.com/api/v2/folders//children' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"type": "folder",
"removal_protection": true,
"task_load_protection": true
}'{
"object": "string",
"data": {
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}