public object Get([FromBody] EmailFormat email)
 {
     return(Ok(_repo.SendCustomerInterestDetailsToMarketingTeam(email)));
 }