curl --location --request GET 'https://example.com:30888/image_quotas/'
{
"image_quotas": [
{
"Image": 0,
"Type": "string",
"created_at": "2019-08-24T14:15:22Z",
"deleted": true,
"deleted_at": "2019-08-24T14:15:22Z",
"domain": "string",
"domain_id": "string",
"project": "string",
"project_id": "string",
"update_version": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
]
}