clj-http

fabrao 2021-04-15T20:18:55.002900Z

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 ?