curl --location --request GET 'https://api.zebracat.ai/v1/credit/usage' \
--header 'X-API-KEY: <api-key>'{
"dollar_balance": "string",
"keys": [
{
"id": 0,
"name": "string",
"total_usage": 0,
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"last_used_at": "2019-08-24T14:15:22.123Z"
}
]
}