curl --location --request GET 'https://example.com:30888/identity_quotas/domains/'
{
"identity_quotas": [
{
"created_at": "2019-08-24T14:15:22Z",
"deleted": true,
"deleted_at": "2019-08-24T14:15:22Z",
"domain": "string",
"domain_id": "string",
"group": 0,
"policy": 0,
"project": 0,
"role": 0,
"update_version": 0,
"updated_at": "2019-08-24T14:15:22Z",
"user": 0
}
]
}