Authorization: Bearer ********************x-api-key: ********************{
"Filter": {
"GroupType": "AIGC"
},
"PageNumber": 1,
"PageSize": 10,
"SortBy": "CreateTime",
"SortOrder": "Desc"
}curl --location '/v1/volc/ark?Action=ListAssetGroups&Version=2024-01-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Filter": {
"GroupType": "AIGC"
},
"PageNumber": 1,
"PageSize": 10,
"SortBy": "CreateTime",
"SortOrder": "Desc"
}'{
"ResponseMetadata": {
"Action": "string",
"Region": "string",
"Service": "string",
"Version": "string"
},
"Result": {
"Items": [
{
"CreateTime": "string",
"GroupType": "string",
"Id": "string",
"Name": "string",
"ProjectName": "string",
"UpdateTime": "string"
}
],
"PageNumber": 0,
"PageSize": 0,
"TotalCount": 0
}
}