{
"demo_key": "string",
"case": "string"
}curl --location --request GET 'http://develop.tianxin.supermind.quant-chi.com:8045/api/ai/models/demos' \
--header 'Content-Type: application/json' \
--data-raw '{
"demo_key": "string",
"case": "string"
}'{
"header": {
"code": 200,
"message": "succeed"
},
"body": {
"data": "Hello, world"
}
}