curl --location --request POST '/create_group_file_folder' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456789",
"folder_name": "新建文件夹"
}'{
"status": "ok",
"retcode": 0,
"data": {
"result": {},
"groupItem": {}
},
"message": "",
"wording": "",
"stream": "normal-action"
}