public IActionResult Post([FromBody] QuoteCreateDto value) { _myService.AddQuote(value); return(Ok()); }