POST向 https://stablediffusionapi.com/api/v1/enterprise/sync_models 接口发送请求,以将一台企业服务器的模型与另一台服务器同步curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/sync_models' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "enterprise_api_key",
"sync_key": "enterprise_api_key"
}'{
"status": "string",
"message": "string",
"model_list": [
"string"
]
}