Challenge on ,
Call an HTTP API with curl: Creating, Updating, and Deleting Resources
Practice calling HTTP APIs from the command line: send JSON bodies with POST, PUT, and PATCH, upload a file, delete a resource, and read the status codes the server answers with.