I have a Web API service that contains a few methods that accepts specific data models.
For example:
public IActionResult SaveThing([FromBody] Thing th