How can I fix error in Javascript in MVC Project?

I’m trying to add to cart using JavaScript in an MVC project, but I’m getting an error. Can anyone help? Or can anyone offer me a different alternative for this process?

I was expecting the post operation I made in JavaScript to directly write the JSON code on the controller side, but I encountered an error.

enter image description here

enter image description here