POST向 https://stablediffusionapi.com/api/v1/enterprise/system_details 接口发送请求以获取有关您的服务器的信息。curl --location --request POST 'https://stablediffusionapi.com/api/v1/enterprise/system_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "enterprise_api_key"
}'{
"model_count": 0,
"queue_time": 0,
"status": "string"
}