curl --location --request GET 'https://gvazyknvkqdeuzmrnuwu.supabase.co/functions/v1/api-keys/me' \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Production Integration",
"key_prefix": "elly_abc1234",
"scopes": [
"read",
"write",
"transactions"
],
"description": "Main ERP integration key",
"last_used_at": "2025-01-15T10:30:00Z",
"usage_count": 1523,
"rate_limit_per_minute": 120,
"rate_limit_per_day": 50000,
"is_active": true,
"expires_at": null,
"created_at": "2025-01-01T00:00:00Z"
}
}