curl --location --request GET 'https://ae-bg.ddregion.com/hub-api/api/v1/material/list?token=***¤t=1&pageSize=10&scope=Org&userId=***&type&materialGroupId=&category=Common&materialId='{
"errcode": 0,
"errmsg": "ok",
"data": [
{
"id": "65c1fa8cee369af790be1",
"name": "素材名称",
"scope": "Org",
"type": "Text",
"Content": {
"Text": {
"text": "素材文案XXXXX"
}
},
"materialGroupId": "65c1fa8387a7e845c38c0"
}
]
}