curl --location --request POST '/get_group_file_system_info' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456"
}'{
"status": "ok",
"retcode": 0,
"data": {
"file_count": 10,
"limit_count": 10000,
"used_space": 1024,
"total_space": 10737418240
},
"message": "",
"wording": "",
"stream": "normal-action"
}