{
"file_type": 1,
"name": "文件夹",
"parent_id": "072f193d-0756-43e0-a756-0ca65e4f649c",
"library_type": "wayline"
}curl --location --request POST '/openapi/v0.9/wayline/api/v1/workspaces//waylines' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_type": 1,
"name": "文件夹",
"parent_id": "072f193d-0756-43e0-a756-0ca65e4f649c",
"library_type": "wayline"
}'{
"code": 0,
"message": "success",
"data": {
"id": "73c93c82-f8fb-462a-a253-a043354ba755"
}
}