curl --location --request POST '/v1/files/mkdir' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Folder in API PROJ 2",
"parent_id": 620908,
"removal_protection": true,
"task_load_protection": true
}'{
"id": 655608,
"is_folder": true,
"name": "Folder in API PROJ 2",
"object": "file",
"parent_id": 620908,
"removal_protection": true,
"size": null,
"task_load_protection": true,
"url": null
}