HTTP API requests There four basic HTTP requests a client can make are: GET: To retrieve a resource.POST: To create a new resource.PUT: To edit or update an existing resource.DELETE: To delete a resource.
Category: API’s
Getting posted data
Write json POST to a file in API handler so you can view it
See curl for POST, GET, etc examples
/cloud/category/php/curl