clj-http

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

Hello all, I have this

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