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