access-token: ********************curl --location '/admin/imagegroups/' \
--header 'access-token: <api-key>'{
"success": true,
"group": {
"id": 1,
"name": "Linux镜像组",
"disabled": false,
"created_at": "2023-01-01T00:00:00Z",
"updated_at": "2023-01-01T00:00:00Z"
}
}