getCampaign

@GetMapping(value = ["/campaigns/{id}"])
fun getCampaign(@PathVariable id: String): CampaignResponse(source)