public IActionResult GetAllCampaigns() { var sql = new SQL(_config.GetConnectionString("Storage")); return(Ok(sql.GetAllCampaigns())); }