api_key value is only shown on creation.name — A label for the key (e.g. Production, Testing)curl --location --request POST 'https://api.zebracat.ai/api_keys' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": ""
}'{
"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"
}