
If your request body includes ", escape the double quotation with \.

When you are sending a request body, surround the body with "" rather than ''.When you are writing a command in multiple lines, use ^ rather than \ at the end of lines.Please consult cURL technical references to learn more about the syntax differences.įor example, you need to change the followings if you are using the Generic cURL binary for Windows: Also, the shell you are using might affect the syntax. If you are using Windows, the cURL binary you are using (e.g., Generic, Cygwin, and MinGW) might be adopting different syntax. In this guide, all curl execution samples are written based on Linux and MacOSX syntax. Please note that the syntax of Windows shell is a bit different from that of Linux and MacOSX. the cURL binary you are using (e.g., Generic, Cygwin, and MinGW) might be. Please download the binary for your environment from here and set the path accordingly. If you are using Windows, the cURL command is not installed by default.

If you are using Windows, the cURL command is not installed by default.

The sample in this guide assumes that you are using cURL command.
