Fork me on GitHub
#clj-http
<
2021-04-15
>
fabrao20:04:55

Hello all, I have this

curl --location --request POST '' \
--header 'Accept: application/xml' \
--header 'Content-Type: application/xml; charset=UTF-8' \
--data-raw '<rest_access/>'
How do I write like in --data-raw '<rest_access/>' ? In :body ?