curl --location --request POST 'https://api.vidinfra.com/distributions/165b90c6-217d-499c-93d7-e54f3b7df670/prefetches' \
--header 'Content-Type: application/json' \
--data-raw '{
"urls":[
"http://example1.com",
"http://example2.com",
"http://example3.com"
]
}'
{
"data": {
"id": "6f2dc8aa-7e5a-4af9-8dec-a3f5746f3060",
"urls": [
"http://example1.com",
"http://example2.com",
"http://example3.com"
]
},
"message": "Resource created successfully.",
"success": true
}
Authorization: Bearer ********************