what happens when you send js Date object with json in api code example
Example: find if json property is of type date type
Object.prototype.toString.call(date) === '[object Date]'
Object.prototype.toString.call(date) === '[object Date]'