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 '<rest_access/>'
How do I write like in --data-raw '<rest_access/>'
? In :body
?