pub async fn create_api_key_handler(
__arg0: State<GatewayState>,
headers: HeaderMap,
__arg2: Json<CreateApiKeyRequest>,
) -> Result<Json<CreateApiKeyResponse>, AuthHandlerError>Expand description
Create new API key
POST /api/v0/auth/keys