Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/distributions/0d986c01-7499-4b6a-99ee-94612564cf41/purges' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paths":[
"/img/city.jpg",
"/img/*",
"/path/*",
"/static/*"
]
}'{}