ASP.NET Core Web API : convert json payload to one format
Some of the properties in the JSON are in camel case, while others are in snake case, such as re_broadcast_timestamp
and corporate_actions
. As a result, it’s not binding the model correctly and throwing an error.