Hello,
Is possible to purge multiple zones at same time with API endpoint?
In the for one zone, we use:
curl -X POST https://api.cloudflare.com/client/v4/zones/<xxxxzone1xxxx>/purge_cache -H 'Authorization: Bearer <xxxxbearerxxxx>' -H Content-Type:application/json --data '{"purge_everything":true}'
Thank you very much.