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 ?