Authorization: Bearer ********************curl --location 'https://openai.qiniu.com/v1/asset-groups?page=undefined&page_size=undefined&status=undefined&type=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"qgroupid": "qgroup-uid001-1716100000000000000",
"type": "aigc",
"name": "我的虚拟人像分组",
"description": "",
"status": "active",
"is_default": true,
"created_at": 1716100000,
"updated_at": 1716100050
}
],
"total": 1,
"page": 1,
"page_size": 20
}