api_key — The key value (used in X-API-KEY header)usage — Total dollars spent through this keydollar_balance — The user's shared dollar balancecurl --location --request GET 'https://api.zebracat.ai/api_keys'[
{
"id": 0,
"api_key": "string",
"name": "string",
"is_active": true,
"usage": 0,
"auto_top_up": true,
"is_deleted": true,
"created_at": "2019-08-24T14:15:22.123Z",
"last_used_at": "2019-08-24T14:15:22.123Z",
"dollar_balance": "string"
}
]