retryJob

@PostMapping(value = ["/job-history/{jobId}/retry"])
fun retryJob(requestContext: HttpServletRequest, @PathVariable jobId: String): RagAdminOperationResponse