{
"province": "江苏",
"subject_type": "物理类",
"score": 635,
"rank": 12000,
"batch": "本科批",
"top_n": 20,
"include_explanation": true,
"prefer_local": false,
"college_provinces": ["江苏", "上海"],
"target_colleges": null,
"year": 2025,
"appkey": {{appkey}}
}curl --location --request GET 'https://api.gugudata.com/ai/admission/predict/demo' \
--header 'Content-Type: application/json' \
--data-raw '{
"province": "江苏",
"subject_type": "物理类",
"score": 635,
"rank": 12000,
"batch": "本科批",
"top_n": 20,
"include_explanation": true,
"prefer_local": false,
"college_provinces": ["江苏", "上海"],
"target_colleges": null,
"year": 2025,
"appkey": {{appkey}}
}'{}