{ "parent_id": 0, "name": "音乐" }
curl --location --request POST 'http://127.0.0.1:8888/user/folder/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "parent_id": 0, "name": "音乐" }'
{}