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. ```bash curl -v -F myFile=@main.go URL "http://localhost:8081/v1/config?name=index" ```