I have zone purge cache permission for api token, zone id, email i tripled check everything, but it doesn’t work. can anyone please help. There is simialr problem reported on stackoverflow too.
curl -X POST "https://api.cloudflare.com/client/v4/zones/[zone_id]/purge_cache" \
-H "X-Auth-Email: [email protected]" \
-H "X-Auth-Key: aaaaaaaaaaaaaaaa" \
-H "Content-Type: application/json" \
--data '{"purge_everything":true}'