public List <string> Post([FromBody] ChattersReq value) { return(twitchService.GetChattersIntersect(value.channels)); }