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