{
"name": "新建文件夹",
"parent_id": 0,
"file_type": 1
}
curl --location --request POST '/openapi/v0.9/model/api/v1/workspaces//files' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新建文件夹",
"parent_id": 0,
"file_type": 1
}'
{
"code": 0,
"message": "success",
"data": {
"id": 37475
}
}