json is giving me a: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
json is giving me a: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I'm not sure.. just need to debug the request. Do try the curl command first.
How do I run a curl command?
Also, how do I debug a rest call ?
Thanks for all the answers!
From command line
well I finally got what was going on ... I needed to add JSON.stringify( { .... data here ... })
And it worked