access-token: ********************curl --location '/admin/images?page=undefined&page_size=undefined&keyword=undefined&name=undefined' \
--header 'access-token: <api-key>'{
"success": true,
"total": 0,
"images": [
{
"id": 0,
"name": "string",
"kernel": "string",
"driver": [
"string"
],
"hardware": [
"string"
],
"description": "string",
"status": 0,
"is_public": true
}
]
}