curl --request POST \
--url https://api.tenbyte.io/v1/cdn/distributions/{distributionID}/purges \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"paths": [
"/img/city.jpg",
"/img/*",
"/path/*",
"/static/*"
]
}
'