At API Reference · HTTP.jl, it says that a Dict
for a body gets
serialized as the “application/x-www-form-urlencoded” content type
You want your body serialized as XML. There are a couple of Julia XML packages you can find, or format it yourself.