curl -X POST "https://api.whizo.ai/v1/auth/api-keys" \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Production API Key",
"permissions": ["scrape", "extract"],
"rateLimit": {
"requestsPerHour": 1000,
"requestsPerDay": 10000
}
}'