x-lovablehtml-api-key: ********************
Authorization: Bearer ********************
curl --location --request POST '/api/prerender/cache/invalidate-site-cache' \ --header 'x-lovablehtml-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain": "example.com" }'
{ "ok": true, "deleted": 0 }