curl --location --request POST 'https://geekai.co/api/v1/responses' \
--header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "o3-mini",
"input": "请给一个八十岁老太太解释什么是薛定谔的猫?",
"reasoning": {
"effort": "medium"
}
}'