POST向 https://stablediffusionapi.com/api/v1/enterprise/clear_cache 接口发送请求以清除 API 的缓存。curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/clear_cache' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "enterprise_api_key"
}'{
"status": "string",
"message": "string"
}