Closed chovanecadam closed 2 years ago
Could you confirm if you have tested this and its working fine? Thanks
I believe in the previous code also it used to accept JSON, Maybe the code that you have committed strictly checks for JSON, Is that the case?
There is a discrepancy between postman docs that specify JSON payload and the current implementation that uses x-www-form-urlencoded. This pull request fixes this issue.
Currently this is possible:
But the postman docs says the payload should be a JSON:
After my change, the application accepts the JSON payload.