Authorization: Bearer ********************
{
"domain_uuid": "string",
"cache_url": [
"string"
],
"active": true
}
curl --location --request POST 'http://39.100.59.112:8000/cache/preheat' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_uuid": "string",
"cache_url": [
"string"
],
"active": true
}'
{
"code": 0,
"message": "string",
"data": {
"active": "string",
"domain_uuid": "string"
}
}