This is exactly what you would see in a browser, under the "Raw Data" tab. The browser takes care of the conversion to Thai characters (under the JSON tab), and makes it "pretty". There is probably a way to do the same when you run the curl command from the CLI, but you would have to use some kind of script to convert the characters to utf-8. I tried using "iconv" from the CLI, but I was not able to make it work. Perhaps the conversion could be achieved via a php script. We will have to do some more digging into this.
Be sure to check out our Knowledgebase for helpful articles and solutions!