Thomas Boutintechnodoggo.hashnode.dev·Feb 12, 2023Send a multipart/related request with cURLSometimes you need to send a request with a body made of both JSON data and files. Here's a quick guide for sending complex body content with an HTTP client :-) Standard POST requests An HTTP POST request is usually made of headers and a body. Accord...1 like·5.7K readscurl