{
"scope": "string",
"userId": "string",
"current": "string",
"pageSize": "string",
"category": "string"
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/api/v1/material_group/list?token' \
--header 'Content-Type: application/json' \
--data-raw '{
"scope": "string",
"userId": "string",
"current": "string",
"pageSize": "string",
"category": "string"
}'{
"errcode": 0,
"errmsg": "ok",
"data": [
{
"id": "65d6eec787a7e845c3be90",
"name": "素材分组1",
"scope": "Org",
"userId": "65bf8550446a9e3b31871"
},
{
"id": "65c1fa8387a7e845c38c0",
"name": "默认分组",
"scope": "Org"
}
]
}