POST
向 https://stablediffusionapi.com/api/v3/finetune_list 接口发送请求以获取包含模型 ID 的列表。curl --location --request POST 'https://stablediffusionapi.com/api/v3/finetune_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": ""
}'
{
"status": "string",
"messege": "string",
"data": [
"string"
]
}