api-test
api-test copied to clipboard
Multipart POST requests
How can I write a multipart request in json? I want to be able to upload a file to my server. Following is the curl command that I use to do it.
curl -v -F [email protected] URL "http://localhost:8081/v1/config?name=index"