Could someone please help me to change it
curl -X PATCH "https://api.cloudflare.com/client/v4/zones/xxxxxxxxxx/settings/ssl" \
-H "X-Auth-Email: [email protected]" \
-H "X-Auth-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
--data '{"value":"off"}'
how to adapt this curl request?
thx!
curl -X PATCH "https://api.cloudflare.com/client/v4/zones/xxxxxxxxxx/settings/ssl" \
-H "X-Auth-Email: [email protected]" \
-H "X-Auth-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
--data '{"value":"off"}'
how to adapt this curl request?
thx!