Пример #1
0
 public ActionResult Post(string url, [FromBody] dynamic payload)
 {
     return(_executor.ExecutePost(url, payload));
 }