curl --request POST \
--url https://api.tenbyte.com/v1/distributions/{distributionID}/purges \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"paths": [
"/img/city.jpg",
"/img/*",
"/path/*",
"/static/*"
]
}
'