Hello All,
I am trying to clear the cache for on URL in my Cloudflare set-up using postman, but I an unsure what URL details below go where in the body. Any help? I the below from Cloudflare Client API v4
{
"files":[
"http://www.example.com/css/styles.css",
{
"url": "http://www.example.com/cat_picture.jpg",
"headers": {
"Origin": "cloudflare.com",
"CF-IPCountry": "US",
"CF-Device-Type": "desktop"
}
}
]
}