pub async fn create_api_key<S: WorkflowStore>(
__arg0: State<Arc<AppState<S>>>,
__arg1: Json<CreateApiKeyRequest>,
) -> Result<(StatusCode, Json<CreateApiKeyResponse>), AppError>pub async fn create_api_key<S: WorkflowStore>(
__arg0: State<Arc<AppState<S>>>,
__arg1: Json<CreateApiKeyRequest>,
) -> Result<(StatusCode, Json<CreateApiKeyResponse>), AppError>