### Get User [GET /campaigns/{id}] Get single campaign information + Parameters + id: `5abd55ea9e30a76bfef747d6` (string, required) - unique id of campaign + Response 200 + Attributes (Campaign, fixed-type) ### Create Campaign [POST /campaigns] Create a new campaign + Request Create new army member (application/json) + Attributes + title: `Return To Kessel In A Schmelz` (string, required) - display name of the campaign + Response 201 + Attributes (Campaign, fixed-type) ### Delete Campaign [DELETE /campaigns/{id}] Delete a campaign + Parameters + id: `5abd58989e30a76bfef747e6` (string, required) - unique id of campaign + Response 204