pub async fn create_api_key_handler(
__arg0: State<AppState>,
__arg1: Authenticated,
__arg2: Json<CreateApiKeyRequest>,
) -> Result<(StatusCode, Json<CreateApiKeyResponse>), (StatusCode, String)>Expand description
Create API key POST /api/v1/auth/api-keys