cancelCampaign

@PostMapping(value = ["/campaigns/{id}/cancel"])
fun cancelCampaign(@PathVariable id: String): CampaignResponse(source)