I am trying to send data as from a third party app as json to erp next and then create a record entry in the Cash Drop Off Event doctype. When I try to post something my app reruns a 200 status code but no record is being created in the doctype. Below is my source code. Am I doing something wrong with receiving the Json data in my code?
But when I use hardcoded values like below it works