Get a campaign by id
Input Action id Returns the CampaignAction with that id
Future<Campaign> getCampaign(int id) async { return _apiService.getModelRequest("v2/campaigns/$id", Campaign.fromJson); }