curl --location --request GET '/v7/space/statistics?allocate_type&limit&offset'{
"data": {
"items": [
{
"allocate_to": "string",
"allocate_type": "user",
"file_parts": [
{
"type": "document",
"used": 0
}
],
"used": 0
}
],
"total": 0
},
"code": 0,
"more": {},
"msg": "string"
}