Authorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/distributions/0d986c01-7499-4b6a-99ee-94612564cf41/prefetches' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paths":[
"/img/city.jpg",
"/img/*",
"/path/*",
"/static/*"
]
}'{
"data": {
"paths": [
"/img/city.jpg",
"/img/*",
"/path/*",
"/static/*"
],
"id": "a4113eb9-8b17-455e-b984-a75b430c66e3"
},
"message": "Resource created successfully.",
"success": true
}