{
"group_id": 0
}
curl --location --request POST '/get_group_file_system_info' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": {
"file_count": 0,
"limit_count": 0,
"used_space": 0,
"total_space": 0
},
"message": "string",
"wording": "string",
"echo": "string"
}