getGroup

@GetMapping(value = ["/groups/{id}"])
fun getGroup(@PathVariable id: String): GroupResponse(source)