Authorization: Bearer ********************curl --location --request PUT 'https://api-staging.tenbyte.io/v1/distributions/da4caf0f-bdea-4e9e-bfee-54763e674e6d/cache-rules/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Cache, No Cache",
"pattern": "./*",
"ttl_seconds": 3600,
"type": "regex", // prefix
"config": {
"ignore_origin_no_cache": false,
"ignore_client_no_cache": true,
"never_cache": false,
"ignore_query_string_in_cache_key": true,
"gzip_compression": true
}
}'{}